mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.29.1
This commit is contained in:
parent
9a53af523d
commit
4a05f21473
20 changed files with 245 additions and 295 deletions
14
Changelog.md
14
Changelog.md
|
@ -1,3 +1,17 @@
|
||||||
|
# 0.29.1
|
||||||
|
*January 17, 2023*
|
||||||
|
|
||||||
|
Improvements
|
||||||
|
- Made reading jokes in the newspaper raise the humor skill
|
||||||
|
- Don't hide the mouse cursor automatically when a tooltip is showing
|
||||||
|
- Lower the amount that the toilet need is reduced by when eating
|
||||||
|
- Made working as a programmer affect the Techie personality's emotions
|
||||||
|
|
||||||
|
Fixes
|
||||||
|
- Fixed info about an unreleased set showing in the demo
|
||||||
|
- Fixed out-of-town children affecting the Hates Children personality
|
||||||
|
- Fixed emotes sometimes clipping into walls and roofs
|
||||||
|
|
||||||
# 0.29.0
|
# 0.29.0
|
||||||
*January 16, 2023*
|
*January 16, 2023*
|
||||||
|
|
||||||
|
|
|
@ -1261,6 +1261,7 @@
|
||||||
"TinyLife.Goals.MemoryType.UsedSkillCategory": "TinyLife.Goals.MemoryType.yml",
|
"TinyLife.Goals.MemoryType.UsedSkillCategory": "TinyLife.Goals.MemoryType.yml",
|
||||||
"TinyLife.Goals.MemoryType.WasOutside": "TinyLife.Goals.MemoryType.yml",
|
"TinyLife.Goals.MemoryType.WasOutside": "TinyLife.Goals.MemoryType.yml",
|
||||||
"TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse": "TinyLife.Goals.MemoryType.yml",
|
"TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse": "TinyLife.Goals.MemoryType.yml",
|
||||||
|
"TinyLife.Goals.MemoryType.WorkedAtJob": "TinyLife.Goals.MemoryType.yml",
|
||||||
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
|
"TinyLife.Goals.Project": "TinyLife.Goals.Project.yml",
|
||||||
"TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)": "TinyLife.Goals.Project.yml",
|
"TinyLife.Goals.Project.#ctor(TinyLife.Objects.Person,System.String,System.String)": "TinyLife.Goals.Project.yml",
|
||||||
"TinyLife.Goals.Project.ActionSettings": "TinyLife.Goals.Project.ActionSettings.yml",
|
"TinyLife.Goals.Project.ActionSettings": "TinyLife.Goals.Project.ActionSettings.yml",
|
||||||
|
@ -1715,11 +1716,6 @@
|
||||||
"TinyLife.Objects.FurnitureType.Puddle": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Puddle": "TinyLife.Objects.FurnitureType.yml",
|
||||||
"TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Puzzle": "TinyLife.Objects.FurnitureType.yml",
|
||||||
"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)": "TinyLife.Objects.FurnitureType.yml",
|
||||||
"TinyLife.Objects.FurnitureType.RetroDinnerTable": "TinyLife.Objects.FurnitureType.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.RetroFridge": "TinyLife.Objects.FurnitureType.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.RetroSingleTable": "TinyLife.Objects.FurnitureType.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.RetroStove": "TinyLife.Objects.FurnitureType.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.RetroTv": "TinyLife.Objects.FurnitureType.yml",
|
|
||||||
"TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Rotations": "TinyLife.Objects.FurnitureType.yml",
|
||||||
"TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Sandbox": "TinyLife.Objects.FurnitureType.yml",
|
||||||
"TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml",
|
"TinyLife.Objects.FurnitureType.Settings": "TinyLife.Objects.FurnitureType.yml",
|
||||||
|
@ -2141,6 +2137,7 @@
|
||||||
"TinyLife.Objects.Person.GetSkillPointPercentage(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.GetSkillPointPercentage(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.GetSkillTotalPercentage(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.GetSkillTotalPercentage(TinyLife.Skills.SkillType)": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType)": "TinyLife.Objects.Person.yml",
|
||||||
|
"TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType[])": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.GetWalkSpeed": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.GetWalkSpeed": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.GoToExitRoad": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.GoToExitRoad": "TinyLife.Objects.Person.yml",
|
||||||
"TinyLife.Objects.Person.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
"TinyLife.Objects.Person.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)": "TinyLife.Objects.Person.yml",
|
||||||
|
@ -2496,7 +2493,6 @@
|
||||||
"TinyLife.SaveHandler.OnGameSaved": "TinyLife.SaveHandler.yml",
|
"TinyLife.SaveHandler.OnGameSaved": "TinyLife.SaveHandler.yml",
|
||||||
"TinyLife.Set": "TinyLife.Set.yml",
|
"TinyLife.Set": "TinyLife.Set.yml",
|
||||||
"TinyLife.Set.ChildClothes": "TinyLife.Set.yml",
|
"TinyLife.Set.ChildClothes": "TinyLife.Set.yml",
|
||||||
"TinyLife.Set.RetroFurniture": "TinyLife.Set.yml",
|
|
||||||
"TinyLife.Set.Woodworking": "TinyLife.Set.yml",
|
"TinyLife.Set.Woodworking": "TinyLife.Set.yml",
|
||||||
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
"TinyLife.Set.Workout": "TinyLife.Set.yml",
|
||||||
"TinyLife.Skills": "TinyLife.Skills.yml",
|
"TinyLife.Skills": "TinyLife.Skills.yml",
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: JobPerformanceDelegate
|
id: JobPerformanceDelegate
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 275
|
startLine: 276
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -601,7 +601,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddPerformance
|
id: AddPerformance
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 145
|
startLine: 146
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -637,7 +637,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AddLevel
|
id: AddLevel
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 171
|
startLine: 172
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -676,7 +676,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRaise
|
id: GetRaise
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 213
|
startLine: 214
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -711,7 +711,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: HasRequiredPromotionSkills
|
id: HasRequiredPromotionSkills
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 230
|
startLine: 231
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -746,7 +746,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoworkers
|
id: GetCoworkers
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 242
|
startLine: 243
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -781,7 +781,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetCoworkersAtWork
|
id: GetCoworkersAtWork
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 250
|
startLine: 251
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -816,7 +816,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Validate
|
id: Validate
|
||||||
path: ../TinyLife/Goals/Job.cs
|
path: ../TinyLife/Goals/Job.cs
|
||||||
startLine: 258
|
startLine: 259
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
|
|
@ -21,6 +21,7 @@ items:
|
||||||
- TinyLife.Goals.MemoryType.UsedSkillCategory
|
- TinyLife.Goals.MemoryType.UsedSkillCategory
|
||||||
- TinyLife.Goals.MemoryType.WasOutside
|
- TinyLife.Goals.MemoryType.WasOutside
|
||||||
- TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
- TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||||
|
- TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
langs:
|
langs:
|
||||||
- csharp
|
- csharp
|
||||||
- vb
|
- vb
|
||||||
|
@ -353,6 +354,41 @@ items:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
|
- uid: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
commentId: F:TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
id: WorkedAtJob
|
||||||
|
parent: TinyLife.Goals.MemoryType
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: WorkedAtJob
|
||||||
|
nameWithType: MemoryType.WorkedAtJob
|
||||||
|
fullName: TinyLife.Goals.MemoryType.WorkedAtJob
|
||||||
|
type: Field
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Goals/MemoryType.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: WorkedAtJob
|
||||||
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
|
startLine: 38
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Goals
|
||||||
|
syntax:
|
||||||
|
content: public static readonly Dictionary<JobType, MemoryType> WorkedAtJob
|
||||||
|
return:
|
||||||
|
type: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
|
content.vb: Public Shared ReadOnly WorkedAtJob As Dictionary(Of JobType, MemoryType)
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
- static
|
||||||
|
- readonly
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
- Shared
|
||||||
|
- ReadOnly
|
||||||
- uid: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
- uid: TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||||
commentId: F:TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
commentId: F:TinyLife.Goals.MemoryType.WasRomanticWithSomeoneElse
|
||||||
id: WasRomanticWithSomeoneElse
|
id: WasRomanticWithSomeoneElse
|
||||||
|
@ -371,7 +407,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WasRomanticWithSomeoneElse
|
id: WasRomanticWithSomeoneElse
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 38
|
startLine: 40
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -406,7 +442,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Name
|
id: Name
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 44
|
startLine: 46
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -441,7 +477,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ConstructedType
|
id: ConstructedType
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 48
|
startLine: 50
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -476,7 +512,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: CanReplace
|
id: CanReplace
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 52
|
startLine: 54
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -511,7 +547,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SourceString
|
id: SourceString
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 55
|
startLine: 57
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -550,7 +586,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: .ctor
|
id: .ctor
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 63
|
startLine: 65
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -592,7 +628,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Construct
|
id: Construct
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 76
|
startLine: 78
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -645,7 +681,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Register
|
id: Register
|
||||||
path: ../TinyLife/Goals/MemoryType.cs
|
path: ../TinyLife/Goals/MemoryType.cs
|
||||||
startLine: 91
|
startLine: 93
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Goals
|
namespace: TinyLife.Goals
|
||||||
|
@ -1351,6 +1387,62 @@ references:
|
||||||
- name: )
|
- name: )
|
||||||
nameWithType: )
|
nameWithType: )
|
||||||
fullName: )
|
fullName: )
|
||||||
|
- uid: System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
|
commentId: T:System.Collections.Generic.Dictionary{TinyLife.Goals.JobType,TinyLife.Goals.MemoryType}
|
||||||
|
parent: System.Collections.Generic
|
||||||
|
definition: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary<JobType, MemoryType>
|
||||||
|
nameWithType: Dictionary<JobType, MemoryType>
|
||||||
|
fullName: System.Collections.Generic.Dictionary<TinyLife.Goals.JobType, TinyLife.Goals.MemoryType>
|
||||||
|
nameWithType.vb: Dictionary(Of JobType, MemoryType)
|
||||||
|
fullName.vb: System.Collections.Generic.Dictionary(Of TinyLife.Goals.JobType, TinyLife.Goals.MemoryType)
|
||||||
|
name.vb: Dictionary(Of JobType, MemoryType)
|
||||||
|
spec.csharp:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: <
|
||||||
|
nameWithType: <
|
||||||
|
fullName: <
|
||||||
|
- uid: TinyLife.Goals.JobType
|
||||||
|
name: JobType
|
||||||
|
nameWithType: JobType
|
||||||
|
fullName: TinyLife.Goals.JobType
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
nameWithType: MemoryType
|
||||||
|
fullName: TinyLife.Goals.MemoryType
|
||||||
|
- name: '>'
|
||||||
|
nameWithType: '>'
|
||||||
|
fullName: '>'
|
||||||
|
spec.vb:
|
||||||
|
- uid: System.Collections.Generic.Dictionary`2
|
||||||
|
name: Dictionary
|
||||||
|
nameWithType: Dictionary
|
||||||
|
fullName: System.Collections.Generic.Dictionary
|
||||||
|
isExternal: true
|
||||||
|
- name: '(Of '
|
||||||
|
nameWithType: '(Of '
|
||||||
|
fullName: '(Of '
|
||||||
|
- uid: TinyLife.Goals.JobType
|
||||||
|
name: JobType
|
||||||
|
nameWithType: JobType
|
||||||
|
fullName: TinyLife.Goals.JobType
|
||||||
|
- name: ', '
|
||||||
|
nameWithType: ', '
|
||||||
|
fullName: ', '
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
nameWithType: MemoryType
|
||||||
|
fullName: TinyLife.Goals.MemoryType
|
||||||
|
- name: )
|
||||||
|
nameWithType: )
|
||||||
|
fullName: )
|
||||||
- uid: System.String
|
- uid: System.String
|
||||||
commentId: T:System.String
|
commentId: T:System.String
|
||||||
parent: System
|
parent: System
|
||||||
|
|
|
@ -21,7 +21,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: AgeGroup
|
id: AgeGroup
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2734
|
startLine: 2744
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -67,7 +67,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2742
|
startLine: 2752
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -101,7 +101,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Adult
|
id: Adult
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2748
|
startLine: 2758
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -109,11 +109,6 @@ items:
|
||||||
- TinyLife.Objects.FurnitureType.Puddle
|
- TinyLife.Objects.FurnitureType.Puddle
|
||||||
- TinyLife.Objects.FurnitureType.Puzzle
|
- TinyLife.Objects.FurnitureType.Puzzle
|
||||||
- TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
|
- TinyLife.Objects.FurnitureType.Register(TinyLife.Objects.FurnitureType.TypeSettings)
|
||||||
- TinyLife.Objects.FurnitureType.RetroDinnerTable
|
|
||||||
- TinyLife.Objects.FurnitureType.RetroFridge
|
|
||||||
- TinyLife.Objects.FurnitureType.RetroSingleTable
|
|
||||||
- TinyLife.Objects.FurnitureType.RetroStove
|
|
||||||
- TinyLife.Objects.FurnitureType.RetroTv
|
|
||||||
- TinyLife.Objects.FurnitureType.Rotations
|
- TinyLife.Objects.FurnitureType.Rotations
|
||||||
- TinyLife.Objects.FurnitureType.Sandbox
|
- TinyLife.Objects.FurnitureType.Sandbox
|
||||||
- TinyLife.Objects.FurnitureType.Settings
|
- TinyLife.Objects.FurnitureType.Settings
|
||||||
|
@ -6985,181 +6980,6 @@ items:
|
||||||
- Public
|
- Public
|
||||||
- Shared
|
- Shared
|
||||||
- ReadOnly
|
- ReadOnly
|
||||||
- uid: TinyLife.Objects.FurnitureType.RetroFridge
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.RetroFridge
|
|
||||||
id: RetroFridge
|
|
||||||
parent: TinyLife.Objects.FurnitureType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroFridge
|
|
||||||
nameWithType: FurnitureType.RetroFridge
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.RetroFridge
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroFridge
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
startLine: 259
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
syntax:
|
|
||||||
content: public static readonly FurnitureType RetroFridge
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.FurnitureType
|
|
||||||
content.vb: Public Shared ReadOnly RetroFridge As FurnitureType
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- static
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Shared
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.RetroStove
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.RetroStove
|
|
||||||
id: RetroStove
|
|
||||||
parent: TinyLife.Objects.FurnitureType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroStove
|
|
||||||
nameWithType: FurnitureType.RetroStove
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.RetroStove
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroStove
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
startLine: 266
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
syntax:
|
|
||||||
content: public static readonly FurnitureType RetroStove
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.FurnitureType
|
|
||||||
content.vb: Public Shared ReadOnly RetroStove As FurnitureType
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- static
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Shared
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.RetroDinnerTable
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.RetroDinnerTable
|
|
||||||
id: RetroDinnerTable
|
|
||||||
parent: TinyLife.Objects.FurnitureType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroDinnerTable
|
|
||||||
nameWithType: FurnitureType.RetroDinnerTable
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.RetroDinnerTable
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroDinnerTable
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
startLine: 275
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
syntax:
|
|
||||||
content: public static readonly FurnitureType RetroDinnerTable
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.FurnitureType
|
|
||||||
content.vb: Public Shared ReadOnly RetroDinnerTable As FurnitureType
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- static
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Shared
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.RetroSingleTable
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.RetroSingleTable
|
|
||||||
id: RetroSingleTable
|
|
||||||
parent: TinyLife.Objects.FurnitureType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroSingleTable
|
|
||||||
nameWithType: FurnitureType.RetroSingleTable
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.RetroSingleTable
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroSingleTable
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
startLine: 279
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
syntax:
|
|
||||||
content: public static readonly FurnitureType RetroSingleTable
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.FurnitureType
|
|
||||||
content.vb: Public Shared ReadOnly RetroSingleTable As FurnitureType
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- static
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Shared
|
|
||||||
- ReadOnly
|
|
||||||
- uid: TinyLife.Objects.FurnitureType.RetroTv
|
|
||||||
commentId: F:TinyLife.Objects.FurnitureType.RetroTv
|
|
||||||
id: RetroTv
|
|
||||||
parent: TinyLife.Objects.FurnitureType
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroTv
|
|
||||||
nameWithType: FurnitureType.RetroTv
|
|
||||||
fullName: TinyLife.Objects.FurnitureType.RetroTv
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroTv
|
|
||||||
path: ../TinyLife/Objects/FurnitureType.Sets.cs
|
|
||||||
startLine: 283
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife.Objects
|
|
||||||
syntax:
|
|
||||||
content: public static readonly FurnitureType RetroTv
|
|
||||||
return:
|
|
||||||
type: TinyLife.Objects.FurnitureType
|
|
||||||
content.vb: Public Shared ReadOnly RetroTv As FurnitureType
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- static
|
|
||||||
- readonly
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Shared
|
|
||||||
- ReadOnly
|
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife.Objects.Furniture
|
- uid: TinyLife.Objects.Furniture
|
||||||
commentId: T:TinyLife.Objects.Furniture
|
commentId: T:TinyLife.Objects.Furniture
|
||||||
|
|
|
@ -25,7 +25,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: LifeSpan
|
id: LifeSpan
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2756
|
startLine: 2766
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -61,7 +61,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryShort
|
id: VeryShort
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2759
|
startLine: 2769
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -93,7 +93,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Short
|
id: Short
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2760
|
startLine: 2770
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -125,7 +125,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Normal
|
id: Normal
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2761
|
startLine: 2771
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -157,7 +157,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Long
|
id: Long
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2762
|
startLine: 2772
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -189,7 +189,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VeryLong
|
id: VeryLong
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2763
|
startLine: 2773
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -221,7 +221,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Infinite
|
id: Infinite
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2764
|
startLine: 2774
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: ActionUpdateDelegate
|
id: ActionUpdateDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2620
|
startLine: 2630
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -23,7 +23,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: DeathReason
|
id: DeathReason
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2685
|
startLine: 2695
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -58,7 +58,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Starvation
|
id: Starvation
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2691
|
startLine: 2701
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -92,7 +92,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: InexplicableReasons
|
id: InexplicableReasons
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2696
|
startLine: 2706
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -126,7 +126,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Electrocution
|
id: Electrocution
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2701
|
startLine: 2711
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -160,7 +160,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: TooMuchProtein
|
id: TooMuchProtein
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2705
|
startLine: 2715
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EfficiencyModifierDelegate
|
id: EfficiencyModifierDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2605
|
startLine: 2615
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: EmotionModifiersChangedDelegate
|
id: EmotionModifiersChangedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2630
|
startLine: 2640
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: PassiveActionPriorityDelegate
|
id: PassiveActionPriorityDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2615
|
startLine: 2625
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -29,7 +29,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Pose
|
id: Pose
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2635
|
startLine: 2645
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -65,7 +65,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Standing
|
id: Standing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2640
|
startLine: 2650
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -99,7 +99,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Walking
|
id: Walking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2644
|
startLine: 2654
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -133,7 +133,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sitting
|
id: Sitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2648
|
startLine: 2658
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -167,7 +167,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Laying
|
id: Laying
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2653
|
startLine: 2663
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -201,7 +201,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SittingGround
|
id: SittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2658
|
startLine: 2668
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -235,7 +235,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingStanding
|
id: WorkingStanding
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2662
|
startLine: 2672
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -269,7 +269,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSitting
|
id: WorkingSitting
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2666
|
startLine: 2676
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -303,7 +303,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WorkingSittingGround
|
id: WorkingSittingGround
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2670
|
startLine: 2680
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -337,7 +337,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Running
|
id: Running
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2674
|
startLine: 2684
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -371,7 +371,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: StandingArmsOut
|
id: StandingArmsOut
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2678
|
startLine: 2688
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: RestoreNeedDelegate
|
id: RestoreNeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2625
|
startLine: 2635
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -19,7 +19,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: WalkSpeedDelegate
|
id: WalkSpeedDelegate
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2610
|
startLine: 2620
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -70,6 +70,7 @@ items:
|
||||||
- TinyLife.Objects.Person.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
- TinyLife.Objects.Person.GetSkillPointPercentage(TinyLife.Skills.SkillType)
|
||||||
- TinyLife.Objects.Person.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
- TinyLife.Objects.Person.GetSkillTotalPercentage(TinyLife.Skills.SkillType)
|
||||||
- TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType)
|
- TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType)
|
||||||
|
- TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType[])
|
||||||
- TinyLife.Objects.Person.GetWalkSpeed
|
- TinyLife.Objects.Person.GetWalkSpeed
|
||||||
- TinyLife.Objects.Person.GoToExitRoad
|
- TinyLife.Objects.Person.GoToExitRoad
|
||||||
- TinyLife.Objects.Person.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
- TinyLife.Objects.Person.HasEmotionModifier(TinyLife.Emotions.EmotionModifier)
|
||||||
|
@ -6327,6 +6328,44 @@ items:
|
||||||
- public
|
- public
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
|
- uid: TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType[])
|
||||||
|
commentId: M:TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType[])
|
||||||
|
id: GetTimeSinceMemory(TinyLife.Goals.MemoryType[])
|
||||||
|
parent: TinyLife.Objects.Person
|
||||||
|
langs:
|
||||||
|
- csharp
|
||||||
|
- vb
|
||||||
|
name: GetTimeSinceMemory(MemoryType[])
|
||||||
|
nameWithType: Person.GetTimeSinceMemory(MemoryType[])
|
||||||
|
fullName: TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType[])
|
||||||
|
type: Method
|
||||||
|
source:
|
||||||
|
remote:
|
||||||
|
path: TinyLife/Objects/Person.cs
|
||||||
|
branch: main
|
||||||
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
|
id: GetTimeSinceMemory
|
||||||
|
path: ../TinyLife/Objects/Person.cs
|
||||||
|
startLine: 2151
|
||||||
|
assemblies:
|
||||||
|
- Tiny Life
|
||||||
|
namespace: TinyLife.Objects
|
||||||
|
syntax:
|
||||||
|
content: public TimeSpan? GetTimeSinceMemory(params MemoryType[] types)
|
||||||
|
parameters:
|
||||||
|
- id: types
|
||||||
|
type: TinyLife.Goals.MemoryType[]
|
||||||
|
return:
|
||||||
|
type: System.Nullable{System.TimeSpan}
|
||||||
|
content.vb: Public Function GetTimeSinceMemory(ParamArray types As MemoryType()) As TimeSpan?
|
||||||
|
overload: TinyLife.Objects.Person.GetTimeSinceMemory*
|
||||||
|
nameWithType.vb: Person.GetTimeSinceMemory(MemoryType())
|
||||||
|
modifiers.csharp:
|
||||||
|
- public
|
||||||
|
modifiers.vb:
|
||||||
|
- Public
|
||||||
|
fullName.vb: TinyLife.Objects.Person.GetTimeSinceMemory(TinyLife.Goals.MemoryType())
|
||||||
|
name.vb: GetTimeSinceMemory(MemoryType())
|
||||||
- uid: TinyLife.Objects.Person.GetDaysBeforeAging
|
- uid: TinyLife.Objects.Person.GetDaysBeforeAging
|
||||||
commentId: M:TinyLife.Objects.Person.GetDaysBeforeAging
|
commentId: M:TinyLife.Objects.Person.GetDaysBeforeAging
|
||||||
id: GetDaysBeforeAging
|
id: GetDaysBeforeAging
|
||||||
|
@ -6345,7 +6384,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetDaysBeforeAging
|
id: GetDaysBeforeAging
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2155
|
startLine: 2165
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6380,7 +6419,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GoToExitRoad
|
id: GoToExitRoad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2163
|
startLine: 2173
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6412,7 +6451,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: UpdatePortraitIfDirty
|
id: UpdatePortraitIfDirty
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2173
|
startLine: 2183
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6444,7 +6483,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: GetRandomSpeakSound
|
id: GetRandomSpeakSound
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2501
|
startLine: 2511
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -6497,7 +6536,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Create
|
id: Create
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2524
|
startLine: 2534
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -12913,6 +12952,30 @@ references:
|
||||||
name: GetTimeSinceMemory
|
name: GetTimeSinceMemory
|
||||||
nameWithType: Person.GetTimeSinceMemory
|
nameWithType: Person.GetTimeSinceMemory
|
||||||
fullName: TinyLife.Objects.Person.GetTimeSinceMemory
|
fullName: TinyLife.Objects.Person.GetTimeSinceMemory
|
||||||
|
- uid: TinyLife.Goals.MemoryType[]
|
||||||
|
isExternal: true
|
||||||
|
name: MemoryType[]
|
||||||
|
nameWithType: MemoryType[]
|
||||||
|
fullName: TinyLife.Goals.MemoryType[]
|
||||||
|
nameWithType.vb: MemoryType()
|
||||||
|
fullName.vb: TinyLife.Goals.MemoryType()
|
||||||
|
name.vb: MemoryType()
|
||||||
|
spec.csharp:
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
nameWithType: MemoryType
|
||||||
|
fullName: TinyLife.Goals.MemoryType
|
||||||
|
- name: '[]'
|
||||||
|
nameWithType: '[]'
|
||||||
|
fullName: '[]'
|
||||||
|
spec.vb:
|
||||||
|
- uid: TinyLife.Goals.MemoryType
|
||||||
|
name: MemoryType
|
||||||
|
nameWithType: MemoryType
|
||||||
|
fullName: TinyLife.Goals.MemoryType
|
||||||
|
- name: ()
|
||||||
|
nameWithType: ()
|
||||||
|
fullName: ()
|
||||||
- uid: TinyLife.Objects.Person.GetDaysBeforeAging*
|
- uid: TinyLife.Objects.Person.GetDaysBeforeAging*
|
||||||
commentId: Overload:TinyLife.Objects.Person.GetDaysBeforeAging
|
commentId: Overload:TinyLife.Objects.Person.GetDaysBeforeAging
|
||||||
name: GetDaysBeforeAging
|
name: GetDaysBeforeAging
|
||||||
|
|
|
@ -35,7 +35,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: SpeakStyle
|
id: SpeakStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2774
|
startLine: 2784
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -80,7 +80,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Affirmative
|
id: Affirmative
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2778
|
startLine: 2788
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -112,7 +112,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Angry
|
id: Angry
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2779
|
startLine: 2789
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -144,7 +144,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Annoyed
|
id: Annoyed
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2780
|
startLine: 2790
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -176,7 +176,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Bored
|
id: Bored
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2781
|
startLine: 2791
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -208,7 +208,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Childish
|
id: Childish
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2782
|
startLine: 2792
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -240,7 +240,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confident
|
id: Confident
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2783
|
startLine: 2793
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -272,7 +272,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Confused
|
id: Confused
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2784
|
startLine: 2794
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -304,7 +304,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Disagreeing
|
id: Disagreeing
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2785
|
startLine: 2795
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -336,7 +336,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Excited
|
id: Excited
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2786
|
startLine: 2796
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -368,7 +368,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Happy
|
id: Happy
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2787
|
startLine: 2797
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -400,7 +400,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Neutral
|
id: Neutral
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2788
|
startLine: 2798
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -432,7 +432,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Questioning
|
id: Questioning
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2789
|
startLine: 2799
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -464,7 +464,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Sad
|
id: Sad
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2790
|
startLine: 2800
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -496,7 +496,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Scared
|
id: Scared
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2791
|
startLine: 2801
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -528,7 +528,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Shocked
|
id: Shocked
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2792
|
startLine: 2802
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -560,7 +560,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Thinking
|
id: Thinking
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2793
|
startLine: 2803
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -22,7 +22,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: VoiceStyle
|
id: VoiceStyle
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2802
|
startLine: 2812
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -57,7 +57,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Low
|
id: Low
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2805
|
startLine: 2815
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -89,7 +89,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: High
|
id: High
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2806
|
startLine: 2816
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
@ -121,7 +121,7 @@ items:
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||||
id: Child
|
id: Child
|
||||||
path: ../TinyLife/Objects/Person.cs
|
path: ../TinyLife/Objects/Person.cs
|
||||||
startLine: 2807
|
startLine: 2817
|
||||||
assemblies:
|
assemblies:
|
||||||
- Tiny Life
|
- Tiny Life
|
||||||
namespace: TinyLife.Objects
|
namespace: TinyLife.Objects
|
||||||
|
|
|
@ -6,7 +6,6 @@ items:
|
||||||
parent: TinyLife
|
parent: TinyLife
|
||||||
children:
|
children:
|
||||||
- TinyLife.Set.ChildClothes
|
- TinyLife.Set.ChildClothes
|
||||||
- TinyLife.Set.RetroFurniture
|
|
||||||
- TinyLife.Set.Woodworking
|
- TinyLife.Set.Woodworking
|
||||||
- TinyLife.Set.Workout
|
- TinyLife.Set.Workout
|
||||||
langs:
|
langs:
|
||||||
|
@ -142,40 +141,6 @@ items:
|
||||||
modifiers.vb:
|
modifiers.vb:
|
||||||
- Public
|
- Public
|
||||||
- Const
|
- Const
|
||||||
- uid: TinyLife.Set.RetroFurniture
|
|
||||||
commentId: F:TinyLife.Set.RetroFurniture
|
|
||||||
id: RetroFurniture
|
|
||||||
parent: TinyLife.Set
|
|
||||||
langs:
|
|
||||||
- csharp
|
|
||||||
- vb
|
|
||||||
name: RetroFurniture
|
|
||||||
nameWithType: Set.RetroFurniture
|
|
||||||
fullName: TinyLife.Set.RetroFurniture
|
|
||||||
type: Field
|
|
||||||
source:
|
|
||||||
remote:
|
|
||||||
path: TinyLife/GameImpl.cs
|
|
||||||
branch: main
|
|
||||||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
|
||||||
id: RetroFurniture
|
|
||||||
path: ../TinyLife/GameImpl.cs
|
|
||||||
startLine: 1088
|
|
||||||
assemblies:
|
|
||||||
- Tiny Life
|
|
||||||
namespace: TinyLife
|
|
||||||
summary: "\nThe retro furniture set with art by LawlessThespian\n"
|
|
||||||
example: []
|
|
||||||
syntax:
|
|
||||||
content: RetroFurniture = 3
|
|
||||||
return:
|
|
||||||
type: TinyLife.Set
|
|
||||||
modifiers.csharp:
|
|
||||||
- public
|
|
||||||
- const
|
|
||||||
modifiers.vb:
|
|
||||||
- Public
|
|
||||||
- Const
|
|
||||||
references:
|
references:
|
||||||
- uid: TinyLife
|
- uid: TinyLife
|
||||||
commentId: N:TinyLife
|
commentId: N:TinyLife
|
||||||
|
|
Loading…
Reference in a new issue