Skip to content

Commit

Permalink
AAAAAAAAAAAAAAAAAAAAAAAAAA
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Sep 24, 2024
1 parent 08248ff commit def5b4e
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Resources/Prototypes/CharacterItemGroups/backpackGroups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
- type: characterItemGroup
id: LoadoutBackpacks
items:
- type: loadout
id: LoadoutBackpack
- type: loadout
id: LoadoutBackpackDuffel
- type: loadout
id: LoadoutBackpackSatchel
- type: loadout
id: LoadoutBackpackClown
6 changes: 5 additions & 1 deletion Resources/Prototypes/Loadouts/Categories/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
id: Uncategorized
root: true

- type: loadoutCategory
id: Backpacks
root: true

- type: loadoutCategory
id: Eyes
root: true
Expand Down Expand Up @@ -85,7 +89,7 @@

- type: loadoutCategory
id: JobsScience

- type: loadoutCategory
id: JobsSecurity

Expand Down
42 changes: 42 additions & 0 deletions Resources/Prototypes/Loadouts/backpacks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
- type: loadout
id: LoadoutBackpack
category: Backpacks
cost: 0
items:
- ClothingBackpack
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBackpacks

- type: loadout
id: LoadoutBackpackDuffel
category: Backpacks
cost: 0
items:
- ClothingBackpackDuffel
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBackpacks

- type: loadout
id: LoadoutBackpackSatchel
category: Backpacks
cost: 0
items:
- ClothingBackpackDuffel
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBackpacks

- type: loadout
id: LoadoutBackpackClown
category: Backpacks
cost: 0
items:
- ClothingBackpackClown
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutBackpacks
- !type:CharacterJobRequirement
jobs:
- Clown

0 comments on commit def5b4e

Please sign in to comment.