mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-11-22 11:23:29 +01:00
0.41.2
This commit is contained in:
parent
5f1b877f90
commit
685233c73e
22 changed files with 305 additions and 240 deletions
30
Changelog.md
30
Changelog.md
|
@ -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
|
||||
*April 21, 2024*
|
||||
|
||||
|
|
|
@ -138,6 +138,7 @@
|
|||
"TinyLife.Actions.ActionType.AskAboutNonfictionBooks": "TinyLife.Actions.ActionType.yml",
|
||||
"TinyLife.Actions.ActionType.AskAboutParenting": "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.AskBabysitterBrewConsumption": "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.FamilySocial": "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.HadChild": "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.ParkTrashCan": "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.PlateStack": "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.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.GetAverageFriendshipTo(TinyLife.Objects.Person)": "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.HasMember(System.Guid)": "TinyLife.World.Household.yml",
|
||||
|
|
|
@ -26,6 +26,7 @@ items:
|
|||
- TinyLife.Actions.ActionType.AskAboutNonfictionBooks
|
||||
- TinyLife.Actions.ActionType.AskAboutParenting
|
||||
- TinyLife.Actions.ActionType.AskAboutPersonality
|
||||
- TinyLife.Actions.ActionType.AskAboutReproductiveAbilities
|
||||
- TinyLife.Actions.ActionType.AskBabysitterBabiesSat
|
||||
- TinyLife.Actions.ActionType.AskBabysitterBrewConsumption
|
||||
- TinyLife.Actions.ActionType.AskBabysitterCredentials
|
||||
|
@ -3246,7 +3247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Clean
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 511
|
||||
startLine: 516
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3273,7 +3274,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Light
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 519
|
||||
startLine: 524
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3300,7 +3301,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DoHomework
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 527
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3327,7 +3328,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayWithToy
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 539
|
||||
startLine: 544
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3354,7 +3355,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CookChildFood
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 551
|
||||
startLine: 556
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3381,7 +3382,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayInSandbox
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 564
|
||||
startLine: 569
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3408,7 +3409,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ShufflePuzzle
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 573
|
||||
startLine: 578
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3435,7 +3436,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Puzzle
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 581
|
||||
startLine: 586
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3462,7 +3463,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Store
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 589
|
||||
startLine: 594
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3489,7 +3490,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetFurnitureMail
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 600
|
||||
startLine: 605
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3516,7 +3517,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadNewspaper
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 608
|
||||
startLine: 613
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3543,7 +3544,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadJokes
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 616
|
||||
startLine: 621
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3570,7 +3571,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BrewCoffee
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 624
|
||||
startLine: 629
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3597,7 +3598,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeTea
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 633
|
||||
startLine: 638
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3624,7 +3625,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TinkerWith
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 642
|
||||
startLine: 647
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3651,7 +3652,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AdmireFood
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 659
|
||||
startLine: 664
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3678,7 +3679,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddALittleSomething
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 667
|
||||
startLine: 672
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3705,7 +3706,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RunAround
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 681
|
||||
startLine: 686
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3732,7 +3733,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Rummage
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 690
|
||||
startLine: 695
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3759,7 +3760,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddCandle
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 697
|
||||
startLine: 702
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3786,7 +3787,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: BlowOutCandles
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 703
|
||||
startLine: 708
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3813,7 +3814,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PutInFridge
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 707
|
||||
startLine: 712
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3840,7 +3841,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeFromFridge
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 721
|
||||
startLine: 726
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3867,7 +3868,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CleanOutFridge
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 724
|
||||
startLine: 729
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3894,7 +3895,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetLeftovers
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 731
|
||||
startLine: 736
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3921,7 +3922,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AdoptChild
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 738
|
||||
startLine: 743
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3948,7 +3949,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResearchBusinessPlans
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 746
|
||||
startLine: 751
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -3975,7 +3976,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PracticeSalesPitch
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 760
|
||||
startLine: 765
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4002,7 +4003,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadSkillBook
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 768
|
||||
startLine: 773
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4029,7 +4030,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToggleNewspapers
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 777
|
||||
startLine: 782
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4056,7 +4057,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToggleVisitors
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 782
|
||||
startLine: 787
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4083,7 +4084,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeOutTrash
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 789
|
||||
startLine: 794
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4110,7 +4111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PlayOnJungleGym
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 801
|
||||
startLine: 806
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4137,7 +4138,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ColorColoringBook
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 810
|
||||
startLine: 815
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4164,7 +4165,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CollectSunlight
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 819
|
||||
startLine: 824
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4191,7 +4192,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoJogging
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 822
|
||||
startLine: 827
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4218,7 +4219,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MoveHere
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 830
|
||||
startLine: 835
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4245,7 +4246,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChatOnPhone
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 836
|
||||
startLine: 841
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4272,7 +4273,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChatOnPhoneWith
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 843
|
||||
startLine: 848
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4299,7 +4300,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetPhoneColor
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 848
|
||||
startLine: 853
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4326,7 +4327,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetJobPhone
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 852
|
||||
startLine: 857
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4353,7 +4354,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: QuitJobPhone
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 853
|
||||
startLine: 858
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4380,7 +4381,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeVacationDayPhone
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 863
|
||||
startLine: 868
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4407,7 +4408,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HireBabysitter
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 873
|
||||
startLine: 878
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4434,7 +4435,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InviteOver
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 891
|
||||
startLine: 896
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4461,7 +4462,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ChangePronouns
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 907
|
||||
startLine: 912
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4488,7 +4489,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: InvestigateRocks
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 910
|
||||
startLine: 915
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4515,7 +4516,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TravelToMap
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 918
|
||||
startLine: 923
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4542,7 +4543,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PsychSelfUp
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 922
|
||||
startLine: 927
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4569,7 +4570,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ReadBabyBook
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 926
|
||||
startLine: 931
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4596,7 +4597,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Potty
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 938
|
||||
startLine: 943
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4623,7 +4624,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UseDiaper
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 950
|
||||
startLine: 955
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4650,7 +4651,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FollowAdult
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 958
|
||||
startLine: 963
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4677,7 +4678,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HaveBaby
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 975
|
||||
startLine: 980
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4704,7 +4705,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HaveAbortion
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 983
|
||||
startLine: 988
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4731,7 +4732,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakePregnancyTest
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 986
|
||||
startLine: 991
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4758,7 +4759,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeOutOfCrib
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 993
|
||||
startLine: 998
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4785,7 +4786,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SleepInCrib
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 1002
|
||||
startLine: 1007
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4812,7 +4813,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MakeDrinks
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 1016
|
||||
startLine: 1021
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4839,7 +4840,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpgradeFurniture
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 1024
|
||||
startLine: 1029
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4866,7 +4867,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ResearchUpgrades
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 1029
|
||||
startLine: 1034
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -4893,7 +4894,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TakeEmotionShower
|
||||
path: ../TinyLife/Actions/ActionType.Misc.cs
|
||||
startLine: 1033
|
||||
startLine: 1038
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -8871,6 +8872,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Actions.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
|
||||
commentId: F:TinyLife.Actions.ActionType.ToggleTryingForBaby
|
||||
id: ToggleTryingForBaby
|
||||
|
@ -8889,7 +8917,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToggleTryingForBaby
|
||||
path: ../TinyLife/Actions/ActionType.Social.Romantic.cs
|
||||
startLine: 134
|
||||
startLine: 144
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -247,7 +247,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AndThenIsCompleted
|
||||
path: ../TinyLife/Actions/DiscardHeldItemAction.cs
|
||||
startLine: 50
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -497,7 +497,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 106
|
||||
startLine: 107
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -534,7 +534,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: OnCompleted
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 117
|
||||
startLine: 118
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
@ -572,7 +572,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/Actions/PathfindAction.cs
|
||||
startLine: 125
|
||||
startLine: 126
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -19,7 +19,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluationResult
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 462
|
||||
startLine: 464
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -760,7 +760,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: EvaluateValues
|
||||
path: ../TinyLife/Actions/TalkAction.cs
|
||||
startLine: 375
|
||||
startLine: 377
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Actions
|
||||
|
|
|
@ -609,7 +609,7 @@ items:
|
|||
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.
|
||||
|
||||
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: []
|
||||
syntax:
|
||||
content: public static ActionType.TypeSettings CreateRomantic(string name, Func<Person, float> priority, TalkAction.TalkSettings settings)
|
||||
|
@ -5614,6 +5614,12 @@ references:
|
|||
name: Dating
|
||||
nameWithType: 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
|
||||
commentId: F:TinyLife.Actions.TalkAction.TalkSettings.FailEmotion
|
||||
href: TinyLife.Actions.TalkAction.TalkSettings.html#TinyLife_Actions_TalkAction_TalkSettings_FailEmotion
|
||||
|
|
|
@ -29,7 +29,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 544
|
||||
startLine: 550
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Unrelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 549
|
||||
startLine: 555
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Parent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 553
|
||||
startLine: 559
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -120,7 +120,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Child
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 557
|
||||
startLine: 563
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -148,7 +148,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 561
|
||||
startLine: 567
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Nibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 565
|
||||
startLine: 571
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -204,7 +204,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Pibling
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 569
|
||||
startLine: 575
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -232,7 +232,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandparent
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 573
|
||||
startLine: 579
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -260,7 +260,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Grandchild
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 577
|
||||
startLine: 583
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -288,7 +288,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cousin
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 581
|
||||
startLine: 587
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -316,7 +316,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DistantlyRelated
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 585
|
||||
startLine: 591
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -13,6 +13,7 @@ items:
|
|||
- TinyLife.Goals.MemoryType.ConstructedType
|
||||
- TinyLife.Goals.MemoryType.FamilySocial
|
||||
- TinyLife.Goals.MemoryType.FoundOutPregnancy
|
||||
- TinyLife.Goals.MemoryType.FoundOutReproductiveAbilities
|
||||
- TinyLife.Goals.MemoryType.HadAbortion
|
||||
- TinyLife.Goals.MemoryType.HadChild
|
||||
- TinyLife.Goals.MemoryType.HadFirstKiss
|
||||
|
@ -377,6 +378,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Goals.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
|
||||
commentId: F:TinyLife.Goals.MemoryType.HadAbortion
|
||||
id: HadAbortion
|
||||
|
@ -395,7 +423,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HadAbortion
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 41
|
||||
startLine: 42
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -422,7 +450,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: MayBePregnant
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 42
|
||||
startLine: 43
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -449,7 +477,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FoundOutPregnancy
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 43
|
||||
startLine: 44
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -476,7 +504,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ToldAboutPregnancy
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 44
|
||||
startLine: 45
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -503,7 +531,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ActionDone
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 47
|
||||
startLine: 48
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -532,7 +560,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedSkillCategory
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 48
|
||||
startLine: 49
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -561,7 +589,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UsedFurniture
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 49
|
||||
startLine: 50
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -590,7 +618,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: WorkedAtJob
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 50
|
||||
startLine: 51
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -619,7 +647,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AteFood
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 51
|
||||
startLine: 52
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -648,7 +676,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: UpgradeLearned
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 53
|
||||
startLine: 54
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -677,7 +705,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 60
|
||||
startLine: 61
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -706,7 +734,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ConstructedType
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 64
|
||||
startLine: 65
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -735,7 +763,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SourceString
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 67
|
||||
startLine: 68
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -768,7 +796,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 74
|
||||
startLine: 75
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -806,7 +834,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Construct
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 86
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
@ -853,7 +881,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Goals/MemoryType.cs
|
||||
startLine: 101
|
||||
startLine: 102
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Goals
|
||||
|
|
|
@ -131,6 +131,7 @@ items:
|
|||
- TinyLife.Objects.FurnitureType.PaperPendantLight
|
||||
- TinyLife.Objects.FurnitureType.ParkTrashCan
|
||||
- TinyLife.Objects.FurnitureType.Pen
|
||||
- TinyLife.Objects.FurnitureType.PenguinPainting
|
||||
- TinyLife.Objects.FurnitureType.PlainCoffeeTable
|
||||
- TinyLife.Objects.FurnitureType.PlateStack
|
||||
- TinyLife.Objects.FurnitureType.Pot
|
||||
|
@ -2333,6 +2334,33 @@ items:
|
|||
return:
|
||||
type: TinyLife.Objects.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
|
||||
commentId: F:TinyLife.Objects.FurnitureType.SimpleDesk
|
||||
id: SimpleDesk
|
||||
|
|
|
@ -974,7 +974,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SetGenealogy
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 275
|
||||
startLine: 277
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1018,7 +1018,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AddMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 317
|
||||
startLine: 319
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1067,7 +1067,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMemories
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 331
|
||||
startLine: 333
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1110,7 +1110,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RemoveMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 346
|
||||
startLine: 348
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1159,7 +1159,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetTimeSinceMemory
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 361
|
||||
startLine: 363
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1208,7 +1208,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreatePanel
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 380
|
||||
startLine: 382
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1255,7 +1255,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CreateBars
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 404
|
||||
startLine: 406
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -1308,7 +1308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PopulateTooltip
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 444
|
||||
startLine: 446
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 490
|
||||
startLine: 496
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -56,7 +56,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Enemies
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 495
|
||||
startLine: 501
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -84,7 +84,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Disliked
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 499
|
||||
startLine: 505
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -112,7 +112,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Acquaintances
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 503
|
||||
startLine: 509
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -140,7 +140,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Friends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 507
|
||||
startLine: 513
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -168,7 +168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GoodFriends
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 511
|
||||
startLine: 517
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 519
|
||||
startLine: 525
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -55,7 +55,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: NoRomance
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 524
|
||||
startLine: 530
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -83,7 +83,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Interested
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 528
|
||||
startLine: 534
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -111,7 +111,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Sweethearts
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 532
|
||||
startLine: 538
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
@ -139,7 +139,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Soulmates
|
||||
path: ../TinyLife/Relationship.cs
|
||||
startLine: 536
|
||||
startLine: 542
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife
|
||||
|
|
|
@ -410,7 +410,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 75
|
||||
startLine: 83
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -439,7 +439,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 79
|
||||
startLine: 87
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -468,7 +468,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Condition
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 83
|
||||
startLine: 91
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -497,7 +497,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AdditionalContent
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 87
|
||||
startLine: 95
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -526,7 +526,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: HasBeenDisplayed
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 92
|
||||
startLine: 100
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -557,7 +557,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 101
|
||||
startLine: 109
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -601,7 +601,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Display
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 111
|
||||
startLine: 119
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -629,7 +629,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/Uis/InGameHint.cs
|
||||
startLine: 138
|
||||
startLine: 146
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
|
|
@ -21,7 +21,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: TransitionType
|
||||
path: ../TinyLife/Uis/Menus.cs
|
||||
startLine: 1322
|
||||
startLine: 1323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -50,7 +50,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Swipe
|
||||
path: ../TinyLife/Uis/Menus.cs
|
||||
startLine: 1328
|
||||
startLine: 1329
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
@ -81,7 +81,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Fade
|
||||
path: ../TinyLife/Uis/Menus.cs
|
||||
startLine: 1333
|
||||
startLine: 1334
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.Uis
|
||||
|
|
|
@ -25,7 +25,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExportedHousehold
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 649
|
||||
startLine: 637
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -64,7 +64,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ExportedVersion
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 654
|
||||
startLine: 642
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -93,7 +93,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Members
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 658
|
||||
startLine: 646
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -122,7 +122,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Money
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 662
|
||||
startLine: 650
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -151,7 +151,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FurnitureStorage
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 666
|
||||
startLine: 654
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -180,7 +180,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: ClothesStorage
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 670
|
||||
startLine: 658
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -209,7 +209,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Description
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 674
|
||||
startLine: 662
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -23,7 +23,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomConstellation
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 476
|
||||
startLine: 464
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -59,7 +59,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PossibleMembers
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 482
|
||||
startLine: 470
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -91,7 +91,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: PossibleRelations
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 487
|
||||
startLine: 475
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -123,7 +123,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 494
|
||||
startLine: 482
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -161,7 +161,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Generate
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 505
|
||||
startLine: 493
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -27,7 +27,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RandomRelation
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 573
|
||||
startLine: 561
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -63,7 +63,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: FirstPerson
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 578
|
||||
startLine: 566
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -92,7 +92,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: SecondPerson
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 582
|
||||
startLine: 570
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -121,7 +121,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relation
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 586
|
||||
startLine: 574
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -150,7 +150,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Max
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 590
|
||||
startLine: 578
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -179,7 +179,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 601
|
||||
startLine: 589
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -229,7 +229,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 612
|
||||
startLine: 600
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -276,7 +276,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 622
|
||||
startLine: 610
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -320,7 +320,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 632
|
||||
startLine: 620
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -24,7 +24,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Relation
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 535
|
||||
startLine: 523
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -60,7 +60,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenealogyType
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 540
|
||||
startLine: 528
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -89,7 +89,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RelationshipType
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 544
|
||||
startLine: 532
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -118,7 +118,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RomanceType
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 548
|
||||
startLine: 536
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -147,7 +147,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Dating
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 552
|
||||
startLine: 540
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -176,7 +176,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 561
|
||||
startLine: 549
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
|
@ -19,7 +19,6 @@ items:
|
|||
- 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.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.HasBeenPlayed
|
||||
- TinyLife.World.Household.HasMember(System.Guid)
|
||||
|
@ -903,44 +902,6 @@ items:
|
|||
description: true if the person is part of this household, false otherwise
|
||||
content.vb: Public Function HasMember(person As Guid) As Boolean
|
||||
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)
|
||||
commentId: M:TinyLife.World.Household.Validate(TinyLife.World.Map)
|
||||
id: Validate(TinyLife.World.Map)
|
||||
|
@ -959,7 +920,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Validate
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 259
|
||||
startLine: 247
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -993,7 +954,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Export
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 277
|
||||
startLine: 265
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1037,7 +998,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Import
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 288
|
||||
startLine: 276
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1081,7 +1042,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: AreUtilitiesDisabled
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 335
|
||||
startLine: 323
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1119,7 +1080,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetAgeGroups
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 348
|
||||
startLine: 336
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1157,7 +1118,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Generate
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 361
|
||||
startLine: 349
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -1207,7 +1168,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetMatchingConstellations
|
||||
path: ../TinyLife/World/Household.cs
|
||||
startLine: 411
|
||||
startLine: 399
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -2629,24 +2590,6 @@ references:
|
|||
name: MapObject
|
||||
nameWithType: 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*
|
||||
commentId: Overload:TinyLife.World.Household.Validate
|
||||
href: TinyLife.World.Household.html#TinyLife_World_Household_Validate_TinyLife_World_Map_
|
||||
|
|
|
@ -146,7 +146,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Park
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 722
|
||||
startLine: 733
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -173,7 +173,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Cafe
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 725
|
||||
startLine: 736
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -200,7 +200,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: KidsPlayground
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 736
|
||||
startLine: 747
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -227,7 +227,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Library
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 743
|
||||
startLine: 754
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -254,7 +254,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GenericPublicLot
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 752
|
||||
startLine: 763
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -281,7 +281,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Gym
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 755
|
||||
startLine: 766
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -308,7 +308,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Bar
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 762
|
||||
startLine: 773
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -335,7 +335,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Museum
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 773
|
||||
startLine: 784
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -362,7 +362,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Name
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 788
|
||||
startLine: 799
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -391,7 +391,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Icon
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 792
|
||||
startLine: 803
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -420,7 +420,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: IsResidential
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 797
|
||||
startLine: 808
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -452,7 +452,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: RequiredFurniture
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 802
|
||||
startLine: 813
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -484,7 +484,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetVisitPriority
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 809
|
||||
startLine: 820
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -520,7 +520,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Employments
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 814
|
||||
startLine: 825
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -554,7 +554,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: CanExecuteAction
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 819
|
||||
startLine: 830
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -588,7 +588,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: VisitHours
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 824
|
||||
startLine: 835
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -622,7 +622,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: DisplayName
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 829
|
||||
startLine: 840
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -653,7 +653,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: .ctor
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 839
|
||||
startLine: 850
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -700,7 +700,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetCurrentVisitPriority
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 856
|
||||
startLine: 867
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -746,7 +746,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: Register
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 864
|
||||
startLine: 875
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
@ -780,7 +780,7 @@ items:
|
|||
repo: https://git.ellpeck.de/Ellpeck/TinyLife
|
||||
id: GetScalingVisitPriority
|
||||
path: ../TinyLife/World/Lot.cs
|
||||
startLine: 877
|
||||
startLine: 888
|
||||
assemblies:
|
||||
- Tiny Life
|
||||
namespace: TinyLife.World
|
||||
|
|
Loading…
Reference in a new issue