Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Liberty Day rewards #70

Merged
merged 2 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
]
}
}