Skip to content

Commit

Permalink
add time lock, remove category bloat
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution committed Aug 1, 2024
1 parent efc50b9 commit 22fe821
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
1 change: 0 additions & 1 deletion Resources/Locale/en-US/_ds14/loadouts/categories.ftl

This file was deleted.

2 changes: 0 additions & 2 deletions Resources/Prototypes/_ds14/Loadouts/categories.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,15 +1,21 @@
- type: loadout
id: LoadoutItemMk58
category: PersonalDefense
category: Items
cost: 8
items:
- WeaponPistolMk58
- MagazinePistol # Gun comes with a mag loaded.
requirements:
- !type:CharacterOverallTimeRequirement
min: 3600 # 1 hour

- type: loadout
id: LoadoutItemMk58NonLethal
category: PersonalDefense
category: Items
cost: 6
items:
- WeaponPistolMk58Nonlethal
- MagazinePistolRubber # Gun comes with a mag loaded.
requirements:
- !type:CharacterOverallTimeRequirement
min: 3600 # 1 hour

0 comments on commit 22fe821

Please sign in to comment.