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

Truth enforcers premium warbond #69

Merged
merged 14 commits into from
Oct 31, 2024
92 changes: 91 additions & 1 deletion items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2258,5 +2258,95 @@
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1010": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-50 Bloodhound",
"description": "",
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 13
},
"1011": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-50 Bloodhound",
"description": "",
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1012": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Pride of the Whistleblower",
"description": "Granted to the Truth Enforcers' Informant of the Month, this tasteful cape conjures images of dissident blood on asphalt.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1015": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-16 Inspector",
"description": "",
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1016": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-16 Inspector",
"description": "",
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 13
},
"1017": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Proof of Faultless Virtue",
"description": "",
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"2001": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-84 Doubt Killer",
"description": "Developed by the Ministry of Science while investigating the phenomenon known as The Gloom, this armor is non-permeable and squeak resistant.",
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 13
},
"2002": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-84 Doubt Killer",
"description": "Developed by the Ministry of Science while investigating the phenomenon known as The Gloom, this armor is non-permeable and squeak resistant.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"2003": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Cover of Darkness",
"description": "When children have trouble sleeping, tucking them in under this cape reminds them that they are never alone, for Liberty's unseen defenders are always watching over them.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
}
}
}
4 changes: 4 additions & 0 deletions items/armor/passive.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,9 @@
"12": {
"name": "Advanced Filtration",
"description": "Provides 80% resistance to gas damage and effects."
},
"13": {
"name": "Unflinching",
"description": "Helps prevent Helldivers from flinching when hit."
}
}
6 changes: 5 additions & 1 deletion items/boosters.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@
"3102833400": {
"name": "Firebomb Hellpods",
"description": "Lines all Hellpods with volatile incendiaries that detonate upon impact, igniting any units in vicinity of the drop site."
},
"1004": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Dead Sprint",
"description": "Allows Helldivers to keep sprinting even when they are out of stamina, draining their health instead."
}
}
}
70 changes: 69 additions & 1 deletion items/item_names.json
Original file line number Diff line number Diff line change
Expand Up @@ -1454,5 +1454,73 @@
"3236079222": {
"name": "Mustard Exosuit",
"mix_id": "3236079222"
},
"1001": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Inconspicuous Black Exosuit",
"mix_id": "pattern"
},
"1003": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "SG-20 Halt",
"mix_id": "shotgun"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1004": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Dead Sprint",
"mix_id": "booster"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1005": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Inconspicuous Black Hellpod",
"mix_id": "pattern"
},
"1006": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "SMG-32 Reprimand",
"mix_id": "smg"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1007": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Inconspicuous Black Shuttle",
"mix_id": "pattern"
},
"1008": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Pride of the Whistleblower",
"mix_id": "playercard"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1010": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-50 Bloodhound",
"mix_id": "body"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1011": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-50 Bloodhound",
"mix_id": "helmet"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1012": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Pride of the Whistleblower",
"mix_id": "cape"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1013": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Proof of Faultless Virtue",
"mix_id": "playercard"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1014": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Fee of Thought",
"mix_id": "title"
},
"1015": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-16 Inspector",
"mix_id": "helmet"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1016": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "UF-16 Inspector",
"mix_id": "body"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1017": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "Proof of Faultless Virtue",
"mix_id": "cape"
},
"1018": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "PLAS-15 Loyalist",
"mix_id": "pistol"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
},
"1019": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "At Ease",
"mix_id": "emote"
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
}
}
}
28 changes: 28 additions & 0 deletions items/weapons/primary.json
Original file line number Diff line number Diff line change
Expand Up @@ -442,5 +442,33 @@
"traits": [
7
]
},
"1003": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "SG-20 Halt",
"description": "A humane compliance weapon with two seperate magazines: one for armor-penetrating flechette rounds and one for stun rounds.",
"type": 2,
"damage": 385,
"capacity": 16,
"recoil": 120,
"fire_rate": 80,
"fire_mode": [],
chatterchats marked this conversation as resolved.
Show resolved Hide resolved
"traits": [
1,
2,
5
]
},
"1006": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "SMG-32 Reprimand",
"description": "A heavy-duty submachine gun that fires large-caliber rounds, with a slower rate of fire to manage the high recoil. Ideal for use at close to medium range",
"type": 3,
"damage": 125,
"capacity": 25,
"recoil": 44,
"fire_rate": 490,
"fire_mode": [],
chatterchats marked this conversation as resolved.
Show resolved Hide resolved
"traits": [
2
]
}
}
15 changes: 15 additions & 0 deletions items/weapons/secondary.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,20 @@
5,
11
]
},
"1018": {
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"name": "PLAS-15 Loyalist",
"description": "A plasma pistol that charges each shot until the trigger is released. Plasma projectiles explode on impact.",
"damage": 125,
"capacity": 7,
"recoil": 8,
"fire_rate": 1000,
"fire_mode": [],
"traits": [
2,
4,
6,
10
]
}
}
5 changes: 5 additions & 0 deletions warbonds.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@
"name": "Chemical Agents",
"id": "chemical_agents",
"credits_to_unlock": 1000
},
"8": {
"name": "Truth Enforcers",
"id": "truth_enforcers",
"credits_to_unlock": 1000
}
}
97 changes: 97 additions & 0 deletions warbonds/truth_enforcers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@
{
"1": {
"medals_to_unlock": 0,
"items": [
{
"item_id": 1001,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 50
},
{
"item_id": 4219002488,
"medal_cost": 7
},
{
"item_id": 1003,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 20
},
{
"item_id": 1004,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 35
},
{
"item_id": 1005,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 10
}
]
},
"2": {
"medals_to_unlock": 90,
"items": [
{
"item_id": 1006,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 40
},
{
"item_id": 1007,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 50
},
{
"item_id": 1008,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 5
},
{
"item_id": 4219002488,
"medal_cost": 12
},
{
"item_id": 1010,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 45
},
{
"item_id": 1011,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 35
},
{
"item_id": 1012,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 20
}
]
},
"3": {
"medals_to_unlock": 250,
"items": [
{
"item_id": 1013,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 15
},
{
"item_id": 1014,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 20
},
{
"item_id": 1015,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 45
},
{
"item_id": 1016,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 65
},
{
"item_id": 1017,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 30
},
{
"item_id": 1018,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 45
},
{
"item_id": 1019,
Stonemercy marked this conversation as resolved.
Show resolved Hide resolved
"medal_cost": 50
},
{
"item_id": 4219002488,
"medal_cost": 32
}
]
}
}