mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-05 04:29:08 +01:00
335 lines
9.6 KiB
YAML
335 lines
9.6 KiB
YAML
### YamlMime:ManagedReference
|
|
items:
|
|
- uid: TinyLife.Skills.SkillCategory
|
|
commentId: T:TinyLife.Skills.SkillCategory
|
|
id: SkillCategory
|
|
parent: TinyLife.Skills
|
|
children:
|
|
- TinyLife.Skills.SkillCategory.Creative
|
|
- TinyLife.Skills.SkillCategory.Logical
|
|
- TinyLife.Skills.SkillCategory.None
|
|
- TinyLife.Skills.SkillCategory.Physical
|
|
- TinyLife.Skills.SkillCategory.Social
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: SkillCategory
|
|
nameWithType: SkillCategory
|
|
fullName: TinyLife.Skills.SkillCategory
|
|
type: Enum
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: SkillCategory
|
|
path: Skills/Skill.cs
|
|
startLine: 232
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA flag enumeration that determines the categories that a <xref href=\"TinyLife.Skills.SkillType\" data-throw-if-not-resolved=\"false\"></xref> has\n"
|
|
example: []
|
|
syntax:
|
|
content: >-
|
|
[Flags]
|
|
|
|
public enum SkillCategory
|
|
content.vb: >-
|
|
<Flags>
|
|
|
|
Public Enum SkillCategory
|
|
extensionMethods:
|
|
- TinyLife.Skills.SkillCategory.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
attributes:
|
|
- type: System.FlagsAttribute
|
|
ctor: System.FlagsAttribute.#ctor
|
|
arguments: []
|
|
modifiers.csharp:
|
|
- public
|
|
- enum
|
|
modifiers.vb:
|
|
- Public
|
|
- Enum
|
|
- uid: TinyLife.Skills.SkillCategory.None
|
|
commentId: F:TinyLife.Skills.SkillCategory.None
|
|
id: None
|
|
parent: TinyLife.Skills.SkillCategory
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: None
|
|
nameWithType: SkillCategory.None
|
|
fullName: TinyLife.Skills.SkillCategory.None
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: None
|
|
path: Skills/Skill.cs
|
|
startLine: 238
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA skill category for skills that fit into none of the other categories\n"
|
|
example: []
|
|
syntax:
|
|
content: None = 0
|
|
return:
|
|
type: TinyLife.Skills.SkillCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Skills.SkillCategory.Creative
|
|
commentId: F:TinyLife.Skills.SkillCategory.Creative
|
|
id: Creative
|
|
parent: TinyLife.Skills.SkillCategory
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Creative
|
|
nameWithType: SkillCategory.Creative
|
|
fullName: TinyLife.Skills.SkillCategory.Creative
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Creative
|
|
path: Skills/Skill.cs
|
|
startLine: 243
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA skill category for skills that require creativity.\nSkills in this category are boosted by the <xref href=\"TinyLife.PersonalityType.Creative\" data-throw-if-not-resolved=\"false\"></xref> personality type.\n"
|
|
example: []
|
|
syntax:
|
|
content: Creative = 1
|
|
return:
|
|
type: TinyLife.Skills.SkillCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Skills.SkillCategory.Logical
|
|
commentId: F:TinyLife.Skills.SkillCategory.Logical
|
|
id: Logical
|
|
parent: TinyLife.Skills.SkillCategory
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Logical
|
|
nameWithType: SkillCategory.Logical
|
|
fullName: TinyLife.Skills.SkillCategory.Logical
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Logical
|
|
path: Skills/Skill.cs
|
|
startLine: 247
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA skill category for skills that require logical thinking\n"
|
|
example: []
|
|
syntax:
|
|
content: Logical = 2
|
|
return:
|
|
type: TinyLife.Skills.SkillCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Skills.SkillCategory.Social
|
|
commentId: F:TinyLife.Skills.SkillCategory.Social
|
|
id: Social
|
|
parent: TinyLife.Skills.SkillCategory
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Social
|
|
nameWithType: SkillCategory.Social
|
|
fullName: TinyLife.Skills.SkillCategory.Social
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Social
|
|
path: Skills/Skill.cs
|
|
startLine: 252
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA skill category for skills that are related to social interaction.\nSkills in this category are boosted by the <xref href=\"TinyLife.PersonalityType.Likeable\" data-throw-if-not-resolved=\"false\"></xref> and <xref href=\"TinyLife.PersonalityType.Mean\" data-throw-if-not-resolved=\"false\"></xref> personality types.\n"
|
|
example: []
|
|
syntax:
|
|
content: Social = 4
|
|
return:
|
|
type: TinyLife.Skills.SkillCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
- uid: TinyLife.Skills.SkillCategory.Physical
|
|
commentId: F:TinyLife.Skills.SkillCategory.Physical
|
|
id: Physical
|
|
parent: TinyLife.Skills.SkillCategory
|
|
langs:
|
|
- csharp
|
|
- vb
|
|
name: Physical
|
|
nameWithType: SkillCategory.Physical
|
|
fullName: TinyLife.Skills.SkillCategory.Physical
|
|
type: Field
|
|
source:
|
|
remote:
|
|
path: TinyLife/Skills/Skill.cs
|
|
branch: master
|
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
id: Physical
|
|
path: Skills/Skill.cs
|
|
startLine: 257
|
|
assemblies:
|
|
- Tiny Life
|
|
namespace: TinyLife.Skills
|
|
summary: "\nA skill category for skills that are physical in nature.\nSkilled in this category are boosted by the <xref href=\"TinyLife.Skills.SkillType.Fitness\" data-throw-if-not-resolved=\"false\"></xref> skill and are affected negatively by the <xref href=\"TinyLife.Emotions.EmotionType.Stunned\" data-throw-if-not-resolved=\"false\"></xref> emotion.\n"
|
|
example: []
|
|
syntax:
|
|
content: Physical = 8
|
|
return:
|
|
type: TinyLife.Skills.SkillCategory
|
|
modifiers.csharp:
|
|
- public
|
|
- const
|
|
modifiers.vb:
|
|
- Public
|
|
- Const
|
|
references:
|
|
- uid: TinyLife.Skills.SkillType
|
|
commentId: T:TinyLife.Skills.SkillType
|
|
parent: TinyLife.Skills
|
|
name: SkillType
|
|
nameWithType: SkillType
|
|
fullName: TinyLife.Skills.SkillType
|
|
- uid: TinyLife.Skills
|
|
commentId: N:TinyLife.Skills
|
|
name: TinyLife.Skills
|
|
nameWithType: TinyLife.Skills
|
|
fullName: TinyLife.Skills
|
|
- uid: TinyLife.Skills.SkillCategory.TinyLife.Utilities.Extensions.JsonCopy``1
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
parent: TinyLife.Utilities.Extensions
|
|
definition: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<SkillCategory>()
|
|
nameWithType: Extensions.JsonCopy<SkillCategory>()
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.SkillCategory>()
|
|
nameWithType.vb: Extensions.JsonCopy(Of SkillCategory)()
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.SkillCategory)()
|
|
name.vb: JsonCopy(Of SkillCategory)()
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy<SkillCategory>
|
|
nameWithType: Extensions.JsonCopy<SkillCategory>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<TinyLife.Skills.SkillCategory>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1
|
|
name: JsonCopy(Of SkillCategory)
|
|
nameWithType: Extensions.JsonCopy(Of SkillCategory)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of TinyLife.Skills.SkillCategory)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
commentId: M:TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>(T)
|
|
nameWithType: Extensions.JsonCopy<T>(T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>(T)
|
|
nameWithType.vb: Extensions.JsonCopy(Of T)(T)
|
|
fullName.vb: TinyLife.Utilities.Extensions.JsonCopy(Of T)(T)
|
|
name.vb: JsonCopy(Of T)(T)
|
|
spec.csharp:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy<T>
|
|
nameWithType: Extensions.JsonCopy<T>
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy<T>
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
spec.vb:
|
|
- uid: TinyLife.Utilities.Extensions.JsonCopy``1(``0)
|
|
name: JsonCopy(Of T)
|
|
nameWithType: Extensions.JsonCopy(Of T)
|
|
fullName: TinyLife.Utilities.Extensions.JsonCopy(Of T)
|
|
- name: (
|
|
nameWithType: (
|
|
fullName: (
|
|
- name: T
|
|
nameWithType: T
|
|
fullName: T
|
|
- name: )
|
|
nameWithType: )
|
|
fullName: )
|
|
- uid: TinyLife.Utilities.Extensions
|
|
commentId: T:TinyLife.Utilities.Extensions
|
|
parent: TinyLife.Utilities
|
|
name: Extensions
|
|
nameWithType: Extensions
|
|
fullName: TinyLife.Utilities.Extensions
|
|
- uid: TinyLife.Utilities
|
|
commentId: N:TinyLife.Utilities
|
|
name: TinyLife.Utilities
|
|
nameWithType: TinyLife.Utilities
|
|
fullName: TinyLife.Utilities
|
|
- uid: TinyLife.Skills.SkillCategory
|
|
commentId: T:TinyLife.Skills.SkillCategory
|
|
parent: TinyLife.Skills
|
|
name: SkillCategory
|
|
nameWithType: SkillCategory
|
|
fullName: TinyLife.Skills.SkillCategory
|
|
- uid: TinyLife.PersonalityType.Creative
|
|
commentId: F:TinyLife.PersonalityType.Creative
|
|
isExternal: true
|
|
- uid: TinyLife.PersonalityType.Likeable
|
|
commentId: F:TinyLife.PersonalityType.Likeable
|
|
isExternal: true
|
|
- uid: TinyLife.PersonalityType.Mean
|
|
commentId: F:TinyLife.PersonalityType.Mean
|
|
isExternal: true
|
|
- uid: TinyLife.Skills.SkillType.Fitness
|
|
commentId: F:TinyLife.Skills.SkillType.Fitness
|
|
isExternal: true
|
|
- uid: TinyLife.Emotions.EmotionType.Stunned
|
|
commentId: F:TinyLife.Emotions.EmotionType.Stunned
|
|
isExternal: true
|