From 688506848075317ea0037a508321b40f96b054d8 Mon Sep 17 00:00:00 2001 From: Stonemercy Date: Sat, 2 Nov 2024 10:38:58 +0000 Subject: [PATCH] Add Liberty Day rewards (#70) * Added rifle and armour Armour needs ID's * Apply suggestions from code review --------- Co-authored-by: Chatter Chats <57570001+chatterchats@users.noreply.github.com> --- items/armor/armor.json | 20 ++++++++++++++++++++ items/item_names.json | 14 +++++++++++++- items/weapons/fire_modes.json | 3 ++- items/weapons/primary.json | 16 ++++++++++++++++ 4 files changed, 51 insertions(+), 2 deletions(-) diff --git a/items/armor/armor.json b/items/armor/armor.json index d5490f8..0db20f0 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -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 } } \ No newline at end of file diff --git a/items/item_names.json b/items/item_names.json index ca503d9..d96d8e6 100644 --- a/items/item_names.json +++ b/items/item_names.json @@ -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" } -} +} \ No newline at end of file diff --git a/items/weapons/fire_modes.json b/items/weapons/fire_modes.json index 2605d27..1e37b7e 100644 --- a/items/weapons/fire_modes.json +++ b/items/weapons/fire_modes.json @@ -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" } \ No newline at end of file diff --git a/items/weapons/primary.json b/items/weapons/primary.json index c81b018..b49beb1 100644 --- a/items/weapons/primary.json +++ b/items/weapons/primary.json @@ -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 + ] } } \ No newline at end of file