Skip to content

Commit

Permalink
Merge pull request #53 from DangerRevolution/weapons-round-two
Browse files Browse the repository at this point in the history
Adds timelock for guns, removes category bloat
  • Loading branch information
VMSolidus authored Aug 2, 2024
2 parents ee17259 + 22fe821 commit 161235d
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 161235d

Please sign in to comment.