Skip to content

Commit

Permalink
Fixes for FS-61 Dreadnought; Breaker Spray&Pray; Weapon Traits (#24)
Browse files Browse the repository at this point in the history
* Fixes for FS-61 Dreadnought

* Updates Trait Names

resolves #22

* Spray&Pray Name Type Fix

* Revert "Spray&Pray Name Type Fix"

This reverts commit 67812c5.

* Fixes Breaker Spray&Pray Name Type

resolves #23

---------

Co-authored-by: Chats <[email protected]>
  • Loading branch information
chatterchats and Chats authored Apr 25, 2024
1 parent 266bee8 commit e7ff391
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -1332,12 +1332,12 @@
"1400802885": {
"name": "FS-61 Dreadnought",
"description": "With genuine gold accents, 74% of colonists voted this armor the set they would most like to be buried in.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
"type": 2,
"slot": 2,
"armor_rating": 150,
"speed": 450,
"stamina_regen": 50,
"passive": 8
},
"854794995": {
"name": "Harbinger of True Equality",
Expand Down
2 changes: 1 addition & 1 deletion items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
]
},
"3814689025": {
"name": "SG-225SP Breaker Spray&Pra",
"name": "SG-225SP Breaker Spray&Pray",
"description": "A modified Breaker shotgun firing birdshot, small pellets which saturate an area to clear up smaller targets.",
"type": 2,
"damage": 192,
Expand Down
2 changes: 1 addition & 1 deletion items/weapons/traits.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"0": "None",
"1": "Light Armor Penetrating",
"2": "Medium Armor Penetration",
"2": "Medium Armor Penetrating",
"3": "Heavy Armor Penetrating",
"4": "One Handed",
"5": "Rounds Reload",
Expand Down

0 comments on commit e7ff391

Please sign in to comment.