Skip to content

Commit

Permalink
make everything
Browse files Browse the repository at this point in the history
  • Loading branch information
DangerRevolution committed Jul 27, 2024
1 parent 3560f0c commit a26c4c9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_ds14/loadouts/categories.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
loadout-category-PersonalDefense = Personal Defense
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/_ds14/loadouts/personaldefense.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
loadout-description-LoadoutItemMk58 = personal defense handgun, loaded with live rounds. May be confiscated by Security.
loadout-description-LoadoutItemMk58NonLethal = personal defense handgun, loaded with rubber rounds. May be confiscated by Security.
2 changes: 2 additions & 0 deletions Resources/Prototypes/_ds14/Loadouts/categories.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- type: loadoutCategory
id: PersonalDefense
15 changes: 15 additions & 0 deletions Resources/Prototypes/_ds14/Loadouts/personaldefense.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
- type: loadout
id: LoadoutItemMk58
category: PersonalDefense
cost: 5
items:
- WeaponPistolMk58
- MagazinePistol # Gun comes with a mag loaded.

- type: loadout
id: LoadoutItemMk58NonLethal
category: PersonalDefense
cost: 3
items:
- WeaponPistolMk58Nonlethal
- MagazinePistolRubber # Gun comes with a mag loaded.

0 comments on commit a26c4c9

Please sign in to comment.