From cbf766780b89aaf93b521f36c3fbe988c75375cb Mon Sep 17 00:00:00 2001 From: Ed Date: Wed, 17 Apr 2024 11:32:54 +0300 Subject: [PATCH] adapt loadouts --- .../Loadouts/Jobs/Mercenary/adventurer.yml | 28 +++++++++++++++++++ .../_CP14/Loadouts/loadout_groups.yml | 7 +++++ .../_CP14/Loadouts/role_loadouts.yml | 6 ++++ .../_CP14/Roles/Jobs/Mercenary/adventurer.yml | 6 +--- 4 files changed, 42 insertions(+), 5 deletions(-) create mode 100644 Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml create mode 100644 Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml create mode 100644 Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml diff --git a/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml b/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml new file mode 100644 index 0000000000..6b79f741a6 --- /dev/null +++ b/Resources/Prototypes/_CP14/Loadouts/Jobs/Mercenary/adventurer.yml @@ -0,0 +1,28 @@ +# Cloak +- type: loadout + id: CPTestCloak + equipment: CPTestCloak + +- type: startingGear + id: CPTestCloak + equipment: + cloak: CPClothingCloakHoodieYellow + +- type: loadout + id: CPTestCloak2 + equipment: CPTestCloak2 + +- type: startingGear + id: CPTestCloak2 + equipment: + cloak: CPClothingCloakArmoredRed + +- type: loadout + id: CPTestCloak3 + equipment: CPTestCloak3 + +- type: startingGear + id: CPTestCloak3 + equipment: + cloak: CPClothingCloakBlacksmithArpon + diff --git a/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml b/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml new file mode 100644 index 0000000000..66c024a0ec --- /dev/null +++ b/Resources/Prototypes/_CP14/Loadouts/loadout_groups.yml @@ -0,0 +1,7 @@ +- type: loadoutGroup + id: CPTestLoadout + name: тестовый лоадаут + loadouts: + - CPTestCloak + - CPTestCloak2 + - CPTestCloak3 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml b/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml new file mode 100644 index 0000000000..50813a0af7 --- /dev/null +++ b/Resources/Prototypes/_CP14/Loadouts/role_loadouts.yml @@ -0,0 +1,6 @@ + +- type: roleLoadout + id: JobAdventurer + groups: + - CPTestLoadout + - Trinkets \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml index f0ed6b0f75..ec1916f471 100644 --- a/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml +++ b/Resources/Prototypes/_CP14/Roles/Jobs/Mercenary/adventurer.yml @@ -10,10 +10,6 @@ - type: startingGear id: CPTestGear equipment: - cloak: CPClothingCloakHoodieYellow shirt: CPClothingShirtHarlequineRed pants: CPClothingPantsHarlequinRed - shoes: CPClothingShoesBlack - innerClothingSkirt: ClothingUniformJumpskirtCargo - satchel: ClothingBackpackSatchelCargoFilled - duffelbag: ClothingBackpackDuffelCargoFilled \ No newline at end of file + shoes: CPClothingShoesBlack \ No newline at end of file