-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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
1 parent
9cce9dd
commit a53a0d7
Showing
2 changed files
with
158 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters