From 15ca25d87d13375e0830bccdf05775ac4ef23686 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 13 Dec 2024 15:27:56 +0000 Subject: [PATCH 1/4] Initial commit --- items/boosters.json | 4 ++ items/item_names.json | 80 ++++++++++++++++++++++++++- warbonds.json | 5 ++ warbonds/urban_legends.json | 105 ++++++++++++++++++++++++++++++++++++ 4 files changed, 192 insertions(+), 2 deletions(-) create mode 100644 warbonds/urban_legends.json diff --git a/items/boosters.json b/items/boosters.json index bb950fb5..4c9989f7 100644 --- a/items/boosters.json +++ b/items/boosters.json @@ -50,5 +50,9 @@ "2239116615": { "name": "Dead Sprint", "description": "Allows Helldivers to keep sprinting even when they are out of stamina, draining their health instead." + }, + "9": { + "name": "Armed Resupply Pods", + "description": "Mounts a modified AR-23 Liberator to all resupply pods, allowing them to double as automatic turrets." } } \ No newline at end of file diff --git a/items/item_names.json b/items/item_names.json index 53a7528a..2db816cc 100644 --- a/items/item_names.json +++ b/items/item_names.json @@ -1562,5 +1562,81 @@ "2310126051": { "name": "CE-101 Guerilla Gorilla", "mix_id": "1128708923" - } -} + }, + "1": { + "name": "SR-24 Street Scout", + "mix_id": "1" + }, + "23": { + "name": "SR-24 Street Scout", + "mix_id": "23" + }, + "3": { + "name": "Greatcloak of Rebar Resolve", + "mix_id": "3" + }, + "4": { + "name": "Rebar Resolve", + "mix_id": "4" + }, + "6": { + "name": "CQC-19 Stun Lance", + "mix_id": "6" + }, + "7": { + "name": "Directional Shield", + "mix_id": "7" + }, + "8": { + "name": "Concrete Jungle Hellpod Pattern", + "mix_id": "8" + }, + "9": { + "name": "Armed Resupply Pods", + "mix_id": "9" + }, + "10": { + "name": "Flame Sentry", + "mix_id": "10" + }, + "11": { + "name": "Concrete Jungle Shuttle Pattern", + "mix_id": "11" + }, + "12": { + "name": "SR-18 Roadblock", + "mix_id": "12" + }, + "13": { + "name": "SR-18 Roadblock", + "mix_id": "13" + }, + "14": { + "name": "Holder of the Yellow Line", + "mix_id": "14" + }, + "16": { + "name": "Holder of the Yellow Line", + "mix_id": "16" + }, + "17": { + "name": "Concrete Jungle Vehicle Pattern", + "mix_id": "17" + }, + "19": { + "name": "This is Democracy", + "mix_id": "19" + }, + "20": { + "name": "Super Pedestrian", + "mix_id": "20" + }, + "21": { + "name": "Anti-Tank Emplacement", + "mix_id": "21" + }, + "22": { + "name": "Concrete Jungle Exosuit Pattern", + "mix_id": "22" + } +} \ No newline at end of file diff --git a/warbonds.json b/warbonds.json index 872501a2..8658fe33 100644 --- a/warbonds.json +++ b/warbonds.json @@ -43,5 +43,10 @@ "name": "Truth Enforcers", "id": "truth_enforcers", "credits_to_unlock": 1000 + }, + "9": { + "name": "Urban Legends", + "id": "urban_legends", + "credits_to_unlock": 1000 } } \ No newline at end of file diff --git a/warbonds/urban_legends.json b/warbonds/urban_legends.json new file mode 100644 index 00000000..b0e9a4f0 --- /dev/null +++ b/warbonds/urban_legends.json @@ -0,0 +1,105 @@ +{ + "1": { + "medals_to_unlock": 0, + "items": [ + { + "item_id": 1, + "medal_cost": 40 + }, + { + "item_id": 23, + "medal_cost": 30 + }, + { + "item_id": 3, + "medal_cost": 8 + }, + { + "item_id": 4, + "medal_cost": 2 + }, + { + "item_id": 4219002488, + "medal_cost": 7 + }, + { + "item_id": 6, + "medal_cost": 30 + }, + { + "item_id": 7, + "medal_cost": 75 + }, + { + "item_id": 8, + "medal_cost": 20 + } + ] + }, + "2": { + "medals_to_unlock": 160, + "items": [ + { + "item_id": 9, + "medal_cost": 55 + }, + { + "item_id": 10, + "medal_cost": 85 + }, + { + "item_id": 11, + "medal_cost": 50 + }, + { + "item_id": 12, + "medal_cost": 35 + }, + { + "item_id": 13, + "medal_cost": 45 + }, + { + "item_id": 14, + "medal_cost": 20 + }, + { + "item_id": 4219002488, + "medal_cost": 12 + }, + { + "item_id": 16, + "medal_cost": 5 + } + ] + }, + "3": { + "medals_to_unlock": 250, + "items": [ + { + "item_id": 17, + "medal_cost": 55 + }, + { + "item_id": 4219002488, + "medal_cost": 32 + }, + { + "item_id": 19, + "medal_cost": 50 + }, + { + "item_id": 20, + "medal_cost": 20 + }, + { + "item_id": 21, + "medal_cost": 110 + }, + { + "item_id": 22, + "medal_cost": 50 + } + ] + } +} \ No newline at end of file From 0da48a3fa174ef0cae883cd076144815c8b6b319 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 13 Dec 2024 15:53:24 +0000 Subject: [PATCH 2/4] Added basically everything --- items/armor/armor.json | 59 ++++++++++++++++++++++++++++++++++-- items/armor/passive.json | 4 +++ items/weapons/secondary.json | 14 +++++++++ items/weapons/traits.json | 3 +- 4 files changed, 76 insertions(+), 4 deletions(-) diff --git a/items/armor/armor.json b/items/armor/armor.json index d23c770c..2eb02927 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -2404,6 +2404,59 @@ "speed": 100, "stamina_regen": 100, "passive": 0 - } - -} + }, + "1": { + "name": "SR-24 Street Scout", + "type": 0, + "slot": 2, + "armor_rating": 50, + "speed": 550, + "stamina_regen": 125, + "passive": 14 + }, + "23": { + "name": "SR-24 Street Scout", + "type": 1, + "slot": 0, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "3": { + "name": "Greatcloak of Rebar Resolve", + "type": 1, + "slot": 1, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "12": { + "name": "SR-18 Roadblock", + "type": 1, + "slot": 0, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + }, + "13": { + "name": "SR-18 Roadblock", + "type": 2, + "slot": 2, + "armor_rating": 150, + "speed": 450, + "stamina_regen": 50, + "passive": 14 + }, + "14": { + "name": "Holder of the Yellow Line", + "type": 1, + "slot": 1, + "armor_rating": 100, + "speed": 100, + "stamina_regen": 100, + "passive": 0 + } +} \ No newline at end of file diff --git a/items/armor/passive.json b/items/armor/passive.json index aee5557b..c2f6cfad 100644 --- a/items/armor/passive.json +++ b/items/armor/passive.json @@ -54,5 +54,9 @@ "13": { "name": "Unflinching", "description": "Helps prevent Helldivers from flinching when hit." + }, + "14": { + "name": "Siege-ready", + "description": "Increases reload speed of primary weapons by 30%. \n Increases ammo capacity of primary weapons by 20%." } } \ No newline at end of file diff --git a/items/weapons/secondary.json b/items/weapons/secondary.json index 0443b4af..c27c255d 100644 --- a/items/weapons/secondary.json +++ b/items/weapons/secondary.json @@ -156,5 +156,19 @@ 6, 10 ] + }, + "6": { + "name": "CQC-19 Stun Lance", + "description": "A melee weapon tipped with electrified prongs that temporarily stun targets. Can be wielded one-handed.", + "damage": 0, + "capacity": 0, + "recoil": 8, + "fire_rate": 0, + "fire_mode": [], + "traits": [ + 1, + 4, + 12 + ] } } \ No newline at end of file diff --git a/items/weapons/traits.json b/items/weapons/traits.json index a9ba2e30..396ed02b 100644 --- a/items/weapons/traits.json +++ b/items/weapons/traits.json @@ -10,5 +10,6 @@ "8": "Beam", "9": "Heat", "10": "Chargeup", - "11": "Stimulative" + "11": "Stimulative", + "12": "Stun" } \ No newline at end of file From 1ed45935bdc1c3d98e2bffcfeea16bc00e0bd4b4 Mon Sep 17 00:00:00 2001 From: Lee Date: Fri, 13 Dec 2024 18:23:59 +0000 Subject: [PATCH 3/4] Add descriptions for most --- items/armor/armor.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/items/armor/armor.json b/items/armor/armor.json index 2eb02927..8acbacfd 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -2371,6 +2371,7 @@ }, "4033534167": { "name": "PH-56 Jaguar", + "description": "'Prowl like a jaguar, strike like a viper.'—Motto of the storied SEAF special operations unit whose real exploits were portrayed in the classic comic book series 'Tales of the Viper Commandos.'", "type": 1, "slot": 0, "armor_rating": 100, @@ -2380,6 +2381,7 @@ }, "600891740": { "name": "PH-56 Jaguar", + "description": "'Prowl like a jaguar, strike like a viper.'—Motto of the storied SEAF special operations unit whose real exploits were portrayed in the classic comic book series 'Tales of the Viper Commandos.'", "type": 1, "slot": 2, "armor_rating": 100, @@ -2389,6 +2391,7 @@ }, "3739746472": { "name": "CE-101 Guerilla Gorilla", + "description": "Heavily insulated from animal bites, enemy fire, and the histrionic diatribes of anarchists.", "type": 2, "slot": 2, "armor_rating": 150, @@ -2398,6 +2401,7 @@ }, "2310126051": { "name": "CE-101 Guerilla Gorilla", + "description": "Heavily insulated from animal bites, enemy fire, and the histrionic diatribes of anarchists.", "type": 1, "slot": 0, "armor_rating": 100, @@ -2407,6 +2411,7 @@ }, "1": { "name": "SR-24 Street Scout", + "description": "This armor's nostalgic color scheme brings to mind beloved trappings of colonial yesteryear: concrete frontier domiciles, slate-colored civilian jumpsuits, and Space Settlers' Pie.", "type": 0, "slot": 2, "armor_rating": 50, @@ -2416,6 +2421,7 @@ }, "23": { "name": "SR-24 Street Scout", + "description": "This armor's nostalgic color scheme brings to mind beloved trappings of colonial yesteryear: concrete frontier domiciles, slate-colored civilian jumpsuits, and Space Settlers' Pie.", "type": 1, "slot": 0, "armor_rating": 100, @@ -2425,6 +2431,7 @@ }, "3": { "name": "Greatcloak of Rebar Resolve", + "description": "Inside the collar is embroidered: 'Wherever I may plant my shield, know that I will never yield.' and 'machine washable'.", "type": 1, "slot": 1, "armor_rating": 100, @@ -2434,6 +2441,7 @@ }, "12": { "name": "SR-18 Roadblock", + "description": "The crest on this armor's shoulder shows friendlies that safety is near, and foes that they have reached the end of the road.", "type": 1, "slot": 0, "armor_rating": 100, @@ -2443,6 +2451,7 @@ }, "13": { "name": "SR-18 Roadblock", + "description": "The crest on this armor's shoulder shows friendlies that safety is near, and foes that they have reached the end of the road.", "type": 2, "slot": 2, "armor_rating": 150, From 7923eb22e283cef64d3ce79979a604b12f283871 Mon Sep 17 00:00:00 2001 From: Lee Date: Thu, 19 Dec 2024 12:42:21 +0000 Subject: [PATCH 4/4] Added missing description field --- items/armor/armor.json | 1 + 1 file changed, 1 insertion(+) diff --git a/items/armor/armor.json b/items/armor/armor.json index 8acbacfd..df8dde82 100644 --- a/items/armor/armor.json +++ b/items/armor/armor.json @@ -2461,6 +2461,7 @@ }, "14": { "name": "Holder of the Yellow Line", + "description": "", "type": 1, "slot": 1, "armor_rating": 100,