Skip to content

Commit

Permalink
Shoes Loadout Group (#873)
Browse files Browse the repository at this point in the history
# Description

This is the next PR after
#872
This time adding an item group for Shoes, and drastically cutting down
on the base cost of shoes to compensate.

# Changelog

:cl:
- tweak: The cost of all shoes in loadouts has been reduced, in most
cases to 0.

---------

Signed-off-by: VMSolidus <evilexecutive@gmail.com>
Co-authored-by: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
  • Loading branch information
VMSolidus and DEATHB4DEFEAT authored Sep 7, 2024
1 parent 9cce9dd commit a53a0d7
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 26 deletions.
55 changes: 55 additions & 0 deletions Resources/Prototypes/CharacterItemGroups/shoeGroup.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
- type: characterItemGroup
id: LoadoutShoes
items:
- type: loadout
id: LoadoutShoesBlack
- type: loadout
id: LoadoutShoesBlue
- type: loadout
id: LoadoutShoesBrown
- type: loadout
id: LoadoutShoesGreen
- type: loadout
id: LoadoutShoesOrange
- type: loadout
id: LoadoutShoesPurple
- type: loadout
id: LoadoutShoesRed
- type: loadout
id: LoadoutShoesWhite
- type: loadout
id: LoadoutShoesYellow
- type: loadout
id: LoadoutShoesGeta
- type: loadout
id: LoadoutShoesTourist
- type: loadout
id: LoadoutShoesBootsWork
- type: loadout
id: LoadoutShoesBootsLaceup
- type: loadout
id: LoadoutShoesBootsWinter
- type: loadout
id: LoadoutShoesBootsCowboyBrown
- type: loadout
id: LoadoutShoesBootsCowboyBlack
- type: loadout
id: LoadoutShoesBootsCowboyWhite
- type: loadout
id: LoadoutShoesBootsCowboyFancy
- type: loadout
id: LoadoutShoesBootsFishing
- type: loadout
id: LoadoutShoesSlippersDuck
- type: loadout
id: LoadoutShoesLeather
- type: loadout
id: LoadoutShoesMiscWhite
- type: loadout
id: LoadoutShoesHighheelBoots
- type: loadout
id: LoadoutShoesUnderSocksCoder
- type: loadout
id: LoadoutShoesUnderSocksBee
- type: loadout
id: LoadoutShoesClothWrap
129 changes: 103 additions & 26 deletions Resources/Prototypes/Loadouts/shoes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,214 +2,291 @@
- type: loadout
id: LoadoutShoesBlack
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorBlack

- type: loadout
id: LoadoutShoesBlue
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorBlue

- type: loadout
id: LoadoutShoesBrown
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorBrown

- type: loadout
id: LoadoutShoesGreen
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorGreen

- type: loadout
id: LoadoutShoesOrange
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorOrange

- type: loadout
id: LoadoutShoesPurple
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorPurple

- type: loadout
id: LoadoutShoesRed
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorRed

- type: loadout
id: LoadoutShoesWhite
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorWhite

- type: loadout
id: LoadoutShoesYellow
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesColorYellow

- type: loadout
id: LoadoutShoesGeta
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesGeta

- type: loadout
id: LoadoutShoesTourist
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesTourist

# Boots
- type: loadout
id: LoadoutShoesBootsWork
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsWork

- type: loadout
id: LoadoutShoesBootsLaceup
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsLaceup

- type: loadout
id: LoadoutShoesBootsWinter
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsWinter

- type: loadout
id: LoadoutShoesBootsCowboyBrown
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsCowboyBrown

- type: loadout
id: LoadoutShoesBootsCowboyBlack
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsCowboyBlack

- type: loadout
id: LoadoutShoesBootsCowboyWhite
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsCowboyWhite

- type: loadout
id: LoadoutShoesBootsCowboyFancy
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsCowboyFancy

- type: loadout
id: LoadoutShoesBootsFishing
category: Shoes
cost: 2
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesBootsFishing

# Miscellaneous
- type: loadout
id: LoadoutShoesSlippersDuck
category: Shoes
cost: 2
cost: 1
exclusive: true
items:
- ClothingShoeSlippersDuck
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
- !type:CharacterJobRequirement
jobs:
- Clown

- type: loadout
id: LoadoutShoesLeather
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesLeather

- type: loadout
id: LoadoutShoesMiscWhite
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesMiscWhite

- type: loadout
id: LoadoutShoesHighheelBoots
category: Shoes
cost: 3
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingShoesHighheelBoots

# Socks
- type: loadout
id: LoadoutShoesUnderSocksCoder
category: Shoes
cost: 3
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingUnderSocksCoder

- type: loadout
id: LoadoutShoesUnderSocksBee
category: Shoes
cost: 3
cost: 1
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingUnderSocksBee

- type: loadout
id: LoadoutShoesClothWrap
category: Shoes
cost: 1
cost: 0
exclusive: true
requirements:
- !type:CharacterItemGroupRequirement
group: LoadoutShoes
items:
- ClothingClothWrap

0 comments on commit a53a0d7

Please sign in to comment.