This commit is contained in:
Ell 2024-05-01 17:57:34 +02:00
parent 5f1b877f90
commit 685233c73e
22 changed files with 305 additions and 240 deletions

View file

@ -1,3 +1,33 @@
# 0.41.2
*May 1, 2024*
Additions
- Added a romantic action to ask other people about their reproductive abilities
Improvements
- Improved occasions that the Clean Everything action displays on
- Lower the chance of people visiting residential lots further
- Made it likelier for family members to visit each other
- Allow disabling controls hints through the in-game hint about them
- The pregnancy ability and voice style is now randomized when a baby is born, rather than selectable by the player
- Cleaned up the relationships tooltip
- Include the lot type and lot's covered areas as a tag when uploading a lot to the Steam workshop
- Made babies gain communication skill even when someone else initiated an interaction with them
- Increased the speed of reading skill gain again
- Made babies gain communication skill when being helped with actions
Fixes
- Fixed being able to view art through walls
- Fixed a rare exception when pathfinding to the current location
- Fixed the credits menu not being gamepad scrollable
- Fixed babies being unable to put down items if the only available parent object is on another floor
- Fixed babies trying to follow adults who are on different floors
- Fixed being unable to switch the viewed floor while following a person with the camera
- Fixed the new bee particle being able to go through walls
API
- Shortened the game's log message prefix by removing the date and shortening the log level to its initial
# 0.41.1 # 0.41.1
*April 21, 2024* *April 21, 2024*

View file

@ -138,6 +138,7 @@
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutParenting": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutParenting": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskAboutPersonality": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskAboutReproductiveAbilities": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBabiesSat": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskBabysitterBabiesSat": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterBrewConsumption": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskBabysitterBrewConsumption": "TinyLife.Actions.ActionType.yml",
"TinyLife.Actions.ActionType.AskBabysitterCredentials": "TinyLife.Actions.ActionType.yml", "TinyLife.Actions.ActionType.AskBabysitterCredentials": "TinyLife.Actions.ActionType.yml",
@ -1513,6 +1514,7 @@
"TinyLife.Goals.MemoryType.ConstructedType": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.ConstructedType": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FamilySocial": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.FamilySocial": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutPregnancy": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.FoundOutPregnancy": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadAbortion": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.HadAbortion": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadChild": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.HadChild": "TinyLife.Goals.MemoryType.yml",
"TinyLife.Goals.MemoryType.HadFirstKiss": "TinyLife.Goals.MemoryType.yml", "TinyLife.Goals.MemoryType.HadFirstKiss": "TinyLife.Goals.MemoryType.yml",
@ -2082,6 +2084,7 @@
"TinyLife.Objects.FurnitureType.PaperPendantLight": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PaperPendantLight": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.ParkTrashCan": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pen": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Pen": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PenguinPainting": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PlainCoffeeTable": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.PlateStack": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.PlateStack": "TinyLife.Objects.FurnitureType.yml",
"TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml", "TinyLife.Objects.FurnitureType.Pot": "TinyLife.Objects.FurnitureType.yml",
@ -3798,7 +3801,6 @@
"TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml", "TinyLife.World.Household.FurnitureStorage": "TinyLife.World.Household.yml",
"TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})": "TinyLife.World.Household.yml", "TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})": "TinyLife.World.Household.yml", "TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "TinyLife.World.Household.yml", "TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasBeenPlayed": "TinyLife.World.Household.yml", "TinyLife.World.Household.HasBeenPlayed": "TinyLife.World.Household.yml",
"TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml", "TinyLife.World.Household.HasMember(System.Guid)": "TinyLife.World.Household.yml",

View file

@ -26,6 +26,7 @@ items:
- TinyLife.Actions.ActionType.AskAboutNonfictionBooks - TinyLife.Actions.ActionType.AskAboutNonfictionBooks
- TinyLife.Actions.ActionType.AskAboutParenting - TinyLife.Actions.ActionType.AskAboutParenting
- TinyLife.Actions.ActionType.AskAboutPersonality - TinyLife.Actions.ActionType.AskAboutPersonality
- TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
- TinyLife.Actions.ActionType.AskBabysitterBabiesSat - TinyLife.Actions.ActionType.AskBabysitterBabiesSat
- TinyLife.Actions.ActionType.AskBabysitterBrewConsumption - TinyLife.Actions.ActionType.AskBabysitterBrewConsumption
- TinyLife.Actions.ActionType.AskBabysitterCredentials - TinyLife.Actions.ActionType.AskBabysitterCredentials
@ -3246,7 +3247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Clean id: Clean
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 511 startLine: 516
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3273,7 +3274,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Light id: Light
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 519 startLine: 524
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3300,7 +3301,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DoHomework id: DoHomework
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 527 startLine: 532
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3327,7 +3328,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayWithToy id: PlayWithToy
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 539 startLine: 544
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3354,7 +3355,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CookChildFood id: CookChildFood
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 551 startLine: 556
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3381,7 +3382,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayInSandbox id: PlayInSandbox
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 564 startLine: 569
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3408,7 +3409,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ShufflePuzzle id: ShufflePuzzle
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 573 startLine: 578
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3435,7 +3436,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Puzzle id: Puzzle
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 581 startLine: 586
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3462,7 +3463,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Store id: Store
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 589 startLine: 594
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3489,7 +3490,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetFurnitureMail id: GetFurnitureMail
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 600 startLine: 605
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3516,7 +3517,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadNewspaper id: ReadNewspaper
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 608 startLine: 613
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3543,7 +3544,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadJokes id: ReadJokes
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 616 startLine: 621
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3570,7 +3571,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BrewCoffee id: BrewCoffee
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 624 startLine: 629
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3597,7 +3598,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeTea id: MakeTea
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 633 startLine: 638
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3624,7 +3625,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TinkerWith id: TinkerWith
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 642 startLine: 647
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3651,7 +3652,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdmireFood id: AdmireFood
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 659 startLine: 664
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3678,7 +3679,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddALittleSomething id: AddALittleSomething
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 667 startLine: 672
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3705,7 +3706,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RunAround id: RunAround
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 681 startLine: 686
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3732,7 +3733,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Rummage id: Rummage
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 690 startLine: 695
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3759,7 +3760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddCandle id: AddCandle
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 697 startLine: 702
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3786,7 +3787,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: BlowOutCandles id: BlowOutCandles
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 703 startLine: 708
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3813,7 +3814,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PutInFridge id: PutInFridge
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 707 startLine: 712
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3840,7 +3841,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeFromFridge id: TakeFromFridge
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 721 startLine: 726
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3867,7 +3868,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CleanOutFridge id: CleanOutFridge
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 724 startLine: 729
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3894,7 +3895,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetLeftovers id: GetLeftovers
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 731 startLine: 736
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3921,7 +3922,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdoptChild id: AdoptChild
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 738 startLine: 743
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3948,7 +3949,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchBusinessPlans id: ResearchBusinessPlans
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 746 startLine: 751
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -3975,7 +3976,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PracticeSalesPitch id: PracticeSalesPitch
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 760 startLine: 765
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4002,7 +4003,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadSkillBook id: ReadSkillBook
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 768 startLine: 773
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4029,7 +4030,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleNewspapers id: ToggleNewspapers
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 777 startLine: 782
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4056,7 +4057,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleVisitors id: ToggleVisitors
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 782 startLine: 787
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4083,7 +4084,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutTrash id: TakeOutTrash
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 789 startLine: 794
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4110,7 +4111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PlayOnJungleGym id: PlayOnJungleGym
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 801 startLine: 806
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4137,7 +4138,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ColorColoringBook id: ColorColoringBook
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 810 startLine: 815
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4164,7 +4165,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CollectSunlight id: CollectSunlight
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 819 startLine: 824
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4191,7 +4192,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoJogging id: GoJogging
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 822 startLine: 827
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4218,7 +4219,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MoveHere id: MoveHere
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 830 startLine: 835
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4245,7 +4246,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhone id: ChatOnPhone
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 836 startLine: 841
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4272,7 +4273,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChatOnPhoneWith id: ChatOnPhoneWith
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 843 startLine: 848
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4299,7 +4300,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetPhoneColor id: SetPhoneColor
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 848 startLine: 853
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4326,7 +4327,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetJobPhone id: GetJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 852 startLine: 857
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4353,7 +4354,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: QuitJobPhone id: QuitJobPhone
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 853 startLine: 858
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4380,7 +4381,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeVacationDayPhone id: TakeVacationDayPhone
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 863 startLine: 868
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4407,7 +4408,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HireBabysitter id: HireBabysitter
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 873 startLine: 878
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4434,7 +4435,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InviteOver id: InviteOver
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 891 startLine: 896
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4461,7 +4462,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ChangePronouns id: ChangePronouns
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 907 startLine: 912
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4488,7 +4489,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: InvestigateRocks id: InvestigateRocks
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 910 startLine: 915
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4515,7 +4516,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TravelToMap id: TravelToMap
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 918 startLine: 923
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4542,7 +4543,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PsychSelfUp id: PsychSelfUp
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 922 startLine: 927
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4569,7 +4570,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ReadBabyBook id: ReadBabyBook
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 926 startLine: 931
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4596,7 +4597,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Potty id: Potty
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 938 startLine: 943
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4623,7 +4624,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UseDiaper id: UseDiaper
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 950 startLine: 955
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4650,7 +4651,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FollowAdult id: FollowAdult
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 958 startLine: 963
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4677,7 +4678,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveBaby id: HaveBaby
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 975 startLine: 980
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4704,7 +4705,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HaveAbortion id: HaveAbortion
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 983 startLine: 988
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4731,7 +4732,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakePregnancyTest id: TakePregnancyTest
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 986 startLine: 991
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4758,7 +4759,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeOutOfCrib id: TakeOutOfCrib
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 993 startLine: 998
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4785,7 +4786,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SleepInCrib id: SleepInCrib
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1002 startLine: 1007
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4812,7 +4813,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MakeDrinks id: MakeDrinks
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1016 startLine: 1021
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4839,7 +4840,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeFurniture id: UpgradeFurniture
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1024 startLine: 1029
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4866,7 +4867,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ResearchUpgrades id: ResearchUpgrades
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1029 startLine: 1034
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -4893,7 +4894,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TakeEmotionShower id: TakeEmotionShower
path: ../TinyLife/Actions/ActionType.Misc.cs path: ../TinyLife/Actions/ActionType.Misc.cs
startLine: 1033 startLine: 1038
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -8871,6 +8872,33 @@ items:
return: return:
type: TinyLife.Actions.ActionType type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly BreakUp As ActionType content.vb: Public Shared ReadOnly BreakUp As ActionType
- uid: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
commentId: F:TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
id: AskAboutReproductiveAbilities
parent: TinyLife.Actions.ActionType
langs:
- csharp
- vb
name: AskAboutReproductiveAbilities
nameWithType: ActionType.AskAboutReproductiveAbilities
fullName: TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Actions/ActionType.Social.Romantic.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AskAboutReproductiveAbilities
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 131
assemblies:
- Tiny Life
namespace: TinyLife.Actions
syntax:
content: public static readonly ActionType AskAboutReproductiveAbilities
return:
type: TinyLife.Actions.ActionType
content.vb: Public Shared ReadOnly AskAboutReproductiveAbilities As ActionType
- uid: TinyLife.Actions.ActionType.ToggleTryingForBaby - uid: TinyLife.Actions.ActionType.ToggleTryingForBaby
commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby
id: ToggleTryingForBaby id: ToggleTryingForBaby
@ -8889,7 +8917,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToggleTryingForBaby id: ToggleTryingForBaby
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
startLine: 134 startLine: 144
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -247,7 +247,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AndThenIsCompleted id: AndThenIsCompleted
path: ../TinyLife/Actions/DiscardHeldItemAction.cs path: ../TinyLife/Actions/DiscardHeldItemAction.cs
startLine: 50 startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsCompleted id: IsCompleted
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
startLine: 106 startLine: 107
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -534,7 +534,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: OnCompleted id: OnCompleted
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
startLine: 117 startLine: 118
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions
@ -572,7 +572,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/Actions/PathfindAction.cs path: ../TinyLife/Actions/PathfindAction.cs
startLine: 125 startLine: 126
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -19,7 +19,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluationResult id: EvaluationResult
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 462 startLine: 464
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -760,7 +760,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: EvaluateValues id: EvaluateValues
path: ../TinyLife/Actions/TalkAction.cs path: ../TinyLife/Actions/TalkAction.cs
startLine: 375 startLine: 377
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Actions namespace: TinyLife.Actions

View file

@ -609,7 +609,7 @@ items:
summary: >- summary: >-
A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category. A helper method to create a <xref href="TinyLife.Actions.TalkAction" data-throw-if-not-resolved="false"></xref> using <xref href="TinyLife.Actions.TalkAction.Create(System.String%2cSystem.Func%7bTinyLife.Objects.Person%2cSystem.Single%7d%2cTinyLife.Actions.TalkAction.TalkSettings)" data-throw-if-not-resolved="false"></xref>, but with default settings applied for an action in the Romantic category.
The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>. The passed <xref href="TinyLife.Actions.TalkAction.TalkSettings" data-throw-if-not-resolved="false"></xref> will be modified in this method, modifying its <xref href="TinyLife.Actions.ActionType.TypeSettings.CanExecute" data-throw-if-not-resolved="false"></xref> delegate to check <xref href="TinyLife.Actions.ActionType.IsReadyForRomance(TinyLife.Actions.ActionInfo%2cSystem.Boolean)" data-throw-if-not-resolved="false"></xref> as well, modifying its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GoBadlyChance" data-throw-if-not-resolved="false"></xref> to be increased if the partner is already <xref href="TinyLife.Relationship.Dating" data-throw-if-not-resolved="false"></xref> someone else, defaulting its <xref href="TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage" data-throw-if-not-resolved="false"></xref> to return 1 if not already set, and settings its <xref href="TinyLife.Actions.TalkAction.TalkSettings.FailEmotion" data-throw-if-not-resolved="false"></xref> to <xref href="TinyLife.Emotions.EmotionModifier.FailedRomance" data-throw-if-not-resolved="false"></xref>.
example: [] example: []
syntax: syntax:
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings) content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
@ -5614,6 +5614,12 @@ references:
name: Dating name: Dating
nameWithType: Relationship.Dating nameWithType: Relationship.Dating
fullName: TinyLife.Relationship.Dating fullName: TinyLife.Relationship.Dating
- uid: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_GainRomancePercentage
name: GainRomancePercentage
nameWithType: TalkAction.TalkSettings.GainRomancePercentage
fullName: TinyLife.Actions.TalkAction.TalkSettings.GainRomancePercentage
- uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion - uid: TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion

View file

@ -29,7 +29,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 544 startLine: 550
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Unrelated id: Unrelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 549 startLine: 555
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Parent id: Parent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 553 startLine: 559
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -120,7 +120,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Child id: Child
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 557 startLine: 563
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -148,7 +148,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sibling id: Sibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 561 startLine: 567
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Nibling id: Nibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 565 startLine: 571
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -204,7 +204,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Pibling id: Pibling
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 569 startLine: 575
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -232,7 +232,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandparent id: Grandparent
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 573 startLine: 579
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -260,7 +260,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Grandchild id: Grandchild
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 577 startLine: 583
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -288,7 +288,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cousin id: Cousin
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 581 startLine: 587
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -316,7 +316,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DistantlyRelated id: DistantlyRelated
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 585 startLine: 591
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -13,6 +13,7 @@ items:
- TinyLife.Goals.MemoryType.ConstructedType - TinyLife.Goals.MemoryType.ConstructedType
- TinyLife.Goals.MemoryType.FamilySocial - TinyLife.Goals.MemoryType.FamilySocial
- TinyLife.Goals.MemoryType.FoundOutPregnancy - TinyLife.Goals.MemoryType.FoundOutPregnancy
- TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
- TinyLife.Goals.MemoryType.HadAbortion - TinyLife.Goals.MemoryType.HadAbortion
- TinyLife.Goals.MemoryType.HadChild - TinyLife.Goals.MemoryType.HadChild
- TinyLife.Goals.MemoryType.HadFirstKiss - TinyLife.Goals.MemoryType.HadFirstKiss
@ -377,6 +378,33 @@ items:
return: return:
type: TinyLife.Goals.MemoryType type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly Slept As MemoryType content.vb: Public Shared ReadOnly Slept As MemoryType
- uid: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
commentId: F:TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
id: FoundOutReproductiveAbilities
parent: TinyLife.Goals.MemoryType
langs:
- csharp
- vb
name: FoundOutReproductiveAbilities
nameWithType: MemoryType.FoundOutReproductiveAbilities
fullName: TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
type: Field
source:
remote:
path: TinyLife/Goals/MemoryType.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutReproductiveAbilities
path: ../TinyLife/Goals/MemoryType.cs
startLine: 40
assemblies:
- Tiny Life
namespace: TinyLife.Goals
syntax:
content: public static readonly MemoryType FoundOutReproductiveAbilities
return:
type: TinyLife.Goals.MemoryType
content.vb: Public Shared ReadOnly FoundOutReproductiveAbilities As MemoryType
- uid: TinyLife.Goals.MemoryType.HadAbortion - uid: TinyLife.Goals.MemoryType.HadAbortion
commentId: F:TinyLife.Goals.MemoryType.HadAbortion commentId: F:TinyLife.Goals.MemoryType.HadAbortion
id: HadAbortion id: HadAbortion
@ -395,7 +423,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HadAbortion id: HadAbortion
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 41 startLine: 42
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -422,7 +450,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: MayBePregnant id: MayBePregnant
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 42 startLine: 43
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -449,7 +477,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FoundOutPregnancy id: FoundOutPregnancy
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 43 startLine: 44
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -476,7 +504,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ToldAboutPregnancy id: ToldAboutPregnancy
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 44 startLine: 45
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -503,7 +531,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ActionDone id: ActionDone
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 47 startLine: 48
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -532,7 +560,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedSkillCategory id: UsedSkillCategory
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 48 startLine: 49
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -561,7 +589,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UsedFurniture id: UsedFurniture
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 49 startLine: 50
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -590,7 +618,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: WorkedAtJob id: WorkedAtJob
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 50 startLine: 51
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -619,7 +647,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AteFood id: AteFood
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 51 startLine: 52
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -648,7 +676,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: UpgradeLearned id: UpgradeLearned
path: ../TinyLife/Goals/MemoryType.cs path: ../TinyLife/Goals/MemoryType.cs
startLine: 53 startLine: 54
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -677,7 +705,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: 60 startLine: 61
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -706,7 +734,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: 64 startLine: 65
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -735,7 +763,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: 67 startLine: 68
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -768,7 +796,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: 74 startLine: 75
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -806,7 +834,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: 86 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals
@ -853,7 +881,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: 101 startLine: 102
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Goals namespace: TinyLife.Goals

View file

@ -131,6 +131,7 @@ items:
- TinyLife.Objects.FurnitureType.PaperPendantLight - TinyLife.Objects.FurnitureType.PaperPendantLight
- TinyLife.Objects.FurnitureType.ParkTrashCan - TinyLife.Objects.FurnitureType.ParkTrashCan
- TinyLife.Objects.FurnitureType.Pen - TinyLife.Objects.FurnitureType.Pen
- TinyLife.Objects.FurnitureType.PenguinPainting
- TinyLife.Objects.FurnitureType.PlainCoffeeTable - TinyLife.Objects.FurnitureType.PlainCoffeeTable
- TinyLife.Objects.FurnitureType.PlateStack - TinyLife.Objects.FurnitureType.PlateStack
- TinyLife.Objects.FurnitureType.Pot - TinyLife.Objects.FurnitureType.Pot
@ -2333,6 +2334,33 @@ items:
return: return:
type: TinyLife.Objects.FurnitureType[] type: TinyLife.Objects.FurnitureType[]
content.vb: Public Shared ReadOnly Sunflowers As FurnitureType() content.vb: Public Shared ReadOnly Sunflowers As FurnitureType()
- uid: TinyLife.Objects.FurnitureType.PenguinPainting
commentId: F:TinyLife.Objects.FurnitureType.PenguinPainting
id: PenguinPainting
parent: TinyLife.Objects.FurnitureType
langs:
- csharp
- vb
name: PenguinPainting
nameWithType: FurnitureType.PenguinPainting
fullName: TinyLife.Objects.FurnitureType.PenguinPainting
type: Field
source:
remote:
path: TinyLife/Objects/FurnitureType.Decor.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PenguinPainting
path: ../TinyLife/Objects/FurnitureType.Decor.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.Objects
syntax:
content: public static readonly FurnitureType PenguinPainting
return:
type: TinyLife.Objects.FurnitureType
content.vb: Public Shared ReadOnly PenguinPainting As FurnitureType
- uid: TinyLife.Objects.FurnitureType.SimpleDesk - uid: TinyLife.Objects.FurnitureType.SimpleDesk
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
id: SimpleDesk id: SimpleDesk

View file

@ -974,7 +974,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SetGenealogy id: SetGenealogy
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 275 startLine: 277
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1018,7 +1018,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AddMemory id: AddMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 317 startLine: 319
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1067,7 +1067,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMemories id: GetMemories
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 331 startLine: 333
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1110,7 +1110,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RemoveMemory id: RemoveMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 346 startLine: 348
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1159,7 +1159,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetTimeSinceMemory id: GetTimeSinceMemory
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 361 startLine: 363
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1208,7 +1208,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreatePanel id: CreatePanel
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 380 startLine: 382
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1255,7 +1255,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CreateBars id: CreateBars
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 404 startLine: 406
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -1308,7 +1308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PopulateTooltip id: PopulateTooltip
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 444 startLine: 446
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType id: RelationshipType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 490 startLine: 496
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -56,7 +56,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Enemies id: Enemies
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 495 startLine: 501
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -84,7 +84,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Disliked id: Disliked
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 499 startLine: 505
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -112,7 +112,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Acquaintances id: Acquaintances
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 503 startLine: 509
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -140,7 +140,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Friends id: Friends
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 507 startLine: 513
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -168,7 +168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GoodFriends id: GoodFriends
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 511 startLine: 517
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType id: RomanceType
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 519 startLine: 525
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -55,7 +55,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: NoRomance id: NoRomance
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 524 startLine: 530
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -83,7 +83,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Interested id: Interested
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 528 startLine: 534
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -111,7 +111,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Sweethearts id: Sweethearts
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 532 startLine: 538
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife
@ -139,7 +139,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Soulmates id: Soulmates
path: ../TinyLife/Relationship.cs path: ../TinyLife/Relationship.cs
startLine: 536 startLine: 542
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife namespace: TinyLife

View file

@ -410,7 +410,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 75 startLine: 83
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -439,7 +439,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 79 startLine: 87
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -468,7 +468,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Condition id: Condition
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 83 startLine: 91
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -497,7 +497,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AdditionalContent id: AdditionalContent
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 87 startLine: 95
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -526,7 +526,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: HasBeenDisplayed id: HasBeenDisplayed
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 92 startLine: 100
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -557,7 +557,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 101 startLine: 109
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -601,7 +601,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Display id: Display
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 111 startLine: 119
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -629,7 +629,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/Uis/InGameHint.cs path: ../TinyLife/Uis/InGameHint.cs
startLine: 138 startLine: 146
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis

View file

@ -21,7 +21,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: TransitionType id: TransitionType
path: ../TinyLife/Uis/Menus.cs path: ../TinyLife/Uis/Menus.cs
startLine: 1322 startLine: 1323
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -50,7 +50,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Swipe id: Swipe
path: ../TinyLife/Uis/Menus.cs path: ../TinyLife/Uis/Menus.cs
startLine: 1328 startLine: 1329
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis
@ -81,7 +81,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Fade id: Fade
path: ../TinyLife/Uis/Menus.cs path: ../TinyLife/Uis/Menus.cs
startLine: 1333 startLine: 1334
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.Uis namespace: TinyLife.Uis

View file

@ -25,7 +25,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedHousehold id: ExportedHousehold
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 649 startLine: 637
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -64,7 +64,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ExportedVersion id: ExportedVersion
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 654 startLine: 642
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -93,7 +93,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Members id: Members
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 658 startLine: 646
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -122,7 +122,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Money id: Money
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 662 startLine: 650
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -151,7 +151,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FurnitureStorage id: FurnitureStorage
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 666 startLine: 654
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -180,7 +180,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: ClothesStorage id: ClothesStorage
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 670 startLine: 658
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -209,7 +209,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Description id: Description
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 674 startLine: 662
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -23,7 +23,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomConstellation id: RandomConstellation
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 476 startLine: 464
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -59,7 +59,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleMembers id: PossibleMembers
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 482 startLine: 470
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -91,7 +91,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: PossibleRelations id: PossibleRelations
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 487 startLine: 475
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -123,7 +123,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 494 startLine: 482
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -161,7 +161,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate id: Generate
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 505 startLine: 493
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -27,7 +27,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RandomRelation id: RandomRelation
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 573 startLine: 561
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -63,7 +63,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: FirstPerson id: FirstPerson
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 578 startLine: 566
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -92,7 +92,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: SecondPerson id: SecondPerson
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 582 startLine: 570
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -121,7 +121,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation id: Relation
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 586 startLine: 574
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -150,7 +150,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Max id: Max
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 590 startLine: 578
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -179,7 +179,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 601 startLine: 589
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -229,7 +229,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 612 startLine: 600
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -276,7 +276,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 622 startLine: 610
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -320,7 +320,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 632 startLine: 620
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -24,7 +24,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Relation id: Relation
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 535 startLine: 523
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -60,7 +60,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenealogyType id: GenealogyType
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 540 startLine: 528
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -89,7 +89,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RelationshipType id: RelationshipType
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 544 startLine: 532
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -118,7 +118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RomanceType id: RomanceType
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 548 startLine: 536
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -147,7 +147,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Dating id: Dating
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 552 startLine: 540
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -176,7 +176,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 561 startLine: 549
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World

View file

@ -19,7 +19,6 @@ items:
- TinyLife.World.Household.FurnitureStorage - TinyLife.World.Household.FurnitureStorage
- TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation}) - TinyLife.World.Household.Generate(TinyLife.World.Map,System.Random,System.Collections.Generic.List{TinyLife.Objects.AgeGroup},System.Collections.Generic.Dictionary{System.ValueTuple{System.Int32,System.Int32},TinyLife.World.Household.Relation})
- TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person}) - TinyLife.World.Household.GetAgeGroups(System.Collections.Generic.IEnumerable{TinyLife.Objects.Person})
- TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
- TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup) - TinyLife.World.Household.GetMatchingConstellations(TinyLife.Objects.AgeGroup)
- TinyLife.World.Household.HasBeenPlayed - TinyLife.World.Household.HasBeenPlayed
- TinyLife.World.Household.HasMember(System.Guid) - TinyLife.World.Household.HasMember(System.Guid)
@ -903,44 +902,6 @@ items:
description: true if the person is part of this household, false otherwise description: true if the person is part of this household, false otherwise
content.vb: Public Function HasMember(person As Guid) As Boolean content.vb: Public Function HasMember(person As Guid) As Boolean
overload: TinyLife.World.Household.HasMember* overload: TinyLife.World.Household.HasMember*
- uid: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
commentId: M:TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
id: GetAverageFriendshipTo(TinyLife.Objects.Person)
parent: TinyLife.World.Household
langs:
- csharp
- vb
name: GetAverageFriendshipTo(Person)
nameWithType: Household.GetAverageFriendshipTo(Person)
fullName: TinyLife.World.Household.GetAverageFriendshipTo(TinyLife.Objects.Person)
type: Method
source:
remote:
path: TinyLife/World/Household.cs
branch: main
repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAverageFriendshipTo
path: ../TinyLife/World/Household.cs
startLine: 249
assemblies:
- Tiny Life
namespace: TinyLife.World
summary: >-
Returns the average friendship level that the given <xref href="TinyLife.Objects.Person" data-throw-if-not-resolved="false"></xref> has with members of this lot.
This method returns an averaged value of the <xref href="TinyLife.Relationship.FriendLevel" data-throw-if-not-resolved="false"></xref> that this person has towards each member of this lot.
example: []
syntax:
content: public float GetAverageFriendshipTo(Person person)
parameters:
- id: person
type: TinyLife.Objects.Person
description: The person to query
return:
type: System.Single
description: The average friendship level, out of <xref href="TinyLife.Relationship.Max" data-throw-if-not-resolved="false"></xref>
content.vb: Public Function GetAverageFriendshipTo(person As Person) As Single
overload: TinyLife.World.Household.GetAverageFriendshipTo*
- uid: TinyLife.World.Household.Validate(TinyLife.World.Map) - uid: TinyLife.World.Household.Validate(TinyLife.World.Map)
commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map) commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map)
id: Validate(TinyLife.World.Map) id: Validate(TinyLife.World.Map)
@ -959,7 +920,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Validate id: Validate
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 259 startLine: 247
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -993,7 +954,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Export id: Export
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 277 startLine: 265
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -1037,7 +998,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Import id: Import
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 288 startLine: 276
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -1081,7 +1042,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: AreUtilitiesDisabled id: AreUtilitiesDisabled
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 335 startLine: 323
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -1119,7 +1080,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetAgeGroups id: GetAgeGroups
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 348 startLine: 336
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -1157,7 +1118,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Generate id: Generate
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 361 startLine: 349
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -1207,7 +1168,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetMatchingConstellations id: GetMatchingConstellations
path: ../TinyLife/World/Household.cs path: ../TinyLife/World/Household.cs
startLine: 411 startLine: 399
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -2629,24 +2590,6 @@ references:
name: MapObject name: MapObject
nameWithType: MapObject nameWithType: MapObject
fullName: TinyLife.Objects.MapObject fullName: TinyLife.Objects.MapObject
- uid: TinyLife.Relationship.FriendLevel
commentId: P:TinyLife.Relationship.FriendLevel
href: TinyLife.Relationship.html#TinyLife_Relationship_FriendLevel
name: FriendLevel
nameWithType: Relationship.FriendLevel
fullName: TinyLife.Relationship.FriendLevel
- uid: TinyLife.Relationship.Max
commentId: F:TinyLife.Relationship.Max
href: TinyLife.Relationship.html#TinyLife_Relationship_Max
name: Max
nameWithType: Relationship.Max
fullName: TinyLife.Relationship.Max
- uid: TinyLife.World.Household.GetAverageFriendshipTo*
commentId: Overload:TinyLife.World.Household.GetAverageFriendshipTo
href: TinyLife.World.Household.html#TinyLife_World_Household_GetAverageFriendshipTo_TinyLife_Objects_Person_
name: GetAverageFriendshipTo
nameWithType: Household.GetAverageFriendshipTo
fullName: TinyLife.World.Household.GetAverageFriendshipTo
- uid: TinyLife.World.Household.Validate* - uid: TinyLife.World.Household.Validate*
commentId: Overload:TinyLife.World.Household.Validate commentId: Overload:TinyLife.World.Household.Validate
href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_ href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_

View file

@ -146,7 +146,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Park id: Park
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 722 startLine: 733
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -173,7 +173,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Cafe id: Cafe
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 725 startLine: 736
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -200,7 +200,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: KidsPlayground id: KidsPlayground
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 736 startLine: 747
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -227,7 +227,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Library id: Library
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 743 startLine: 754
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -254,7 +254,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GenericPublicLot id: GenericPublicLot
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 752 startLine: 763
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -281,7 +281,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Gym id: Gym
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 755 startLine: 766
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -308,7 +308,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Bar id: Bar
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 762 startLine: 773
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -335,7 +335,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Museum id: Museum
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 773 startLine: 784
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -362,7 +362,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Name id: Name
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 788 startLine: 799
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -391,7 +391,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Icon id: Icon
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 792 startLine: 803
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -420,7 +420,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: IsResidential id: IsResidential
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 797 startLine: 808
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -452,7 +452,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: RequiredFurniture id: RequiredFurniture
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 802 startLine: 813
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -484,7 +484,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetVisitPriority id: GetVisitPriority
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 809 startLine: 820
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -520,7 +520,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Employments id: Employments
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 814 startLine: 825
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -554,7 +554,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: CanExecuteAction id: CanExecuteAction
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 819 startLine: 830
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -588,7 +588,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: VisitHours id: VisitHours
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 824 startLine: 835
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -622,7 +622,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: DisplayName id: DisplayName
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 829 startLine: 840
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -653,7 +653,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: .ctor id: .ctor
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 839 startLine: 850
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -700,7 +700,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetCurrentVisitPriority id: GetCurrentVisitPriority
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 856 startLine: 867
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -746,7 +746,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: Register id: Register
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 864 startLine: 875
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World
@ -780,7 +780,7 @@ items:
repo: https://git.ellpeck.de/Ellpeck/TinyLife repo: https://git.ellpeck.de/Ellpeck/TinyLife
id: GetScalingVisitPriority id: GetScalingVisitPriority
path: ../TinyLife/World/Lot.cs path: ../TinyLife/World/Lot.cs
startLine: 877 startLine: 888
assemblies: assemblies:
- Tiny Life - Tiny Life
namespace: TinyLife.World namespace: TinyLife.World