diff --git a/Resources/Locale/en-US/_CP14/loadouts/loadout.ftl b/Resources/Locale/en-US/_CP14/loadouts/loadout.ftl index c6671ec751..a759411993 100644 --- a/Resources/Locale/en-US/_CP14/loadouts/loadout.ftl +++ b/Resources/Locale/en-US/_CP14/loadouts/loadout.ftl @@ -11,6 +11,7 @@ cp14-loadout-general-shoes = Shoes cp14-loadout-general-back = Back cp14-loadout-general-trinkets = Trinkets cp14-loadout-general-spells = Spells +cp14-loadout-general-keys = Keys # Alchemist diff --git a/Resources/Locale/ru-RU/_CP14/loadouts/loadout.ftl b/Resources/Locale/ru-RU/_CP14/loadouts/loadout.ftl index 10dc5e59c4..5dc3e44d62 100644 --- a/Resources/Locale/ru-RU/_CP14/loadouts/loadout.ftl +++ b/Resources/Locale/ru-RU/_CP14/loadouts/loadout.ftl @@ -11,6 +11,7 @@ cp14-loadout-general-shoes = Обувь cp14-loadout-general-back = Спина cp14-loadout-general-trinkets = Безделушки cp14-loadout-general-spells = Заклинания +cp14-loadout-general-keys = Ключи # Alchemist diff --git a/Resources/Prototypes/_CP14/Entities/Objects/Keys/personalHouse.yml b/Resources/Prototypes/_CP14/Entities/Objects/Keys/personalHouse.yml index 9b0204900e..7338fbff78 100644 --- a/Resources/Prototypes/_CP14/Entities/Objects/Keys/personalHouse.yml +++ b/Resources/Prototypes/_CP14/Entities/Objects/Keys/personalHouse.yml @@ -5,7 +5,12 @@ components: - type: CP14AbstractKey group: PersonalHouse - + +- type: entity + parent: CP14BaseKey + id: CP14KeyPersonalHouseAbstractLoadoutDummy + name: a key to a random personal home (limited per map) + - type: entity parent: CP14BaseKey id: CP14KeyPersonalHouse1 diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml index 1830b82c65..c88bbd4575 100644 --- a/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/general.yml @@ -293,7 +293,7 @@ - CP14Rope - CP14PenFeather - CP14PaperFolderBlue - - CP14SilverCoin5 + - CP14SilverCoin - CP14ModularIronDagger - CP14ModularIronSickle - CP14ModularIronPickaxe @@ -355,10 +355,10 @@ - CP14PaperFolderBlue - type: loadout - id: CP14SilverCoin5 + id: CP14SilverCoin storage: back: - - CP14SilverCoin5 + - CP14SilverCoin - type: loadout id: CP14ModularIronDagger @@ -396,6 +396,23 @@ back: - CP14DemiplanKey +# Keys + +- type: loadoutGroup + id: CP14GeneralKeys + name: cp14-loadout-general-keys + minLimit: 0 + maxLimit: 1 + loadouts: + - CP14KeyPersonalHouseAbstract + +- type: loadout + id: CP14KeyPersonalHouseAbstract + dummyEntity: CP14KeyPersonalHouseAbstractLoadoutDummy + storage: + back: + - CP14KeyPersonalHouseAbstract + # Spells - type: loadoutGroup diff --git a/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml b/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml index 083ae2dc49..2a4ef4b6a8 100644 --- a/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml +++ b/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml @@ -12,6 +12,7 @@ - CP14GeneralShoes - CP14GeneralBack - CP14GeneralTrinkets + - CP14GeneralKeys - type: roleLoadout id: JobCP14Alchemist diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml index f1a2040f8e..df004b947b 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml @@ -18,5 +18,5 @@ - CP14EnergyCrystalSmall - CP14EnergyCrystalSmall equipment: - keys: CP14KeyRingPersonalHouse + keys: CP14BaseKeyRing belt1: CP14WalletFilledTest \ No newline at end of file