Skip to content

Commit

Permalink
Add Liberty Day rewards (#70)
Browse files Browse the repository at this point in the history
* Added rifle and armour

Armour needs ID's

* Apply suggestions from code review

---------

Co-authored-by: Chatter Chats <[email protected]>
  • Loading branch information
Stonemercy and chatterchats authored Nov 2, 2024
1 parent 5720035 commit 6885068
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 2 deletions.
20 changes: 20 additions & 0 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2348,5 +2348,25 @@
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1481290619": {
"name": "DP-00 Tactical",
"description": "This classic armour set is recognised by every citizen: worn by the heroic Helldivers who battled and forever defeated the Terminids, Cyborgs, and the Illuminate in the First Galactic War",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1058794522": {
"name": "DP-00 Tactical",
"description": "This classic armour set is recognised by every citizen: worn by the heroic Helldivers who battled and forever defeated the Terminids, Cyborgs, and the Illuminate in the First Galactic War",
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 9
}
}
14 changes: 13 additions & 1 deletion items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,5 +1534,17 @@
"66704491": {
"name": "Cover of Darkness",
"mix_id": "66704491"
},
"4161086429": {
"name": "R-2124 Constitution",
"mix_id": "4161086429"
},
"1481290619": {
"name": "DP-00 Tactical",
"mix_id": "703523490"
},
"1058794522": {
"name": "DP-00 Tactical",
"mix_id": "2943433394"
}
}
}
3 changes: 2 additions & 1 deletion items/weapons/fire_modes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"4": "Double Action",
"5": "All Barrels",
"6": "Charge With Safety On",
"7": "Charge With Safety Off"
"7": "Charge With Safety Off",
"8": "Bolt-Action"
}
16 changes: 16 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -476,5 +476,21 @@
"traits": [
2
]
},
"4161086429": {
"name": "R-2124 Constitution",
"description": "This ceremonial rifle is modeled after antique relics from pre-Democratic times. It is traditionally gifted to every citizen upon turning 16 to encourage service.",
"type": 4,
"damage": 180,
"capacity": 5,
"recoil": 15,
"fire_rate": 60,
"fire_mode": [
8
],
"traits": [
2,
5
]
}
}

0 comments on commit 6885068

Please sign in to comment.