Skip to content

Commit

Permalink
Viper Commandos warbond (#48)
Browse files Browse the repository at this point in the history
* Add Viper Commandos Weapons and Armor

* Typo Fix

* implement viper_commands warbond

* Add Dense Jungle biome, update planets. (#47)

* Add Dense Jungle biome
* Update planets using new biome

* Add Missing Descriptions

* Add K-2 Throwing Knife

* Add Experimental Infusion Booster

* Add new items to item_names;

Correct formula for finding mix_id counterpart to item_id

* Whitespace Fix

---------

Co-authored-by: Chats <[email protected]>
Co-authored-by: TheWizardofGauze <[email protected]>
  • Loading branch information
3 people authored Jun 25, 2024
1 parent c590097 commit 76041ff
Show file tree
Hide file tree
Showing 9 changed files with 478 additions and 193 deletions.
60 changes: 60 additions & 0 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2038,5 +2038,65 @@
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"3728975654": {
"name": "PH-202 Twigsnapper",
"description": "The omission of upper-limb coverings allows for optimized freedom of movement, perspiration, and communication of upper body strength to squadmates.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1664632640": {
"name": "PH-202 Twigsnapper",
"description": "The omission of upper-limb coverings allows for optimized freedom of movement, perspiration, and communication of upper body strength to squadmates.",
"type": 2,
"slot": 2,
"armor_rating": 150,
"speed": 450,
"stamina_regen": 50,
"passive": 10
},
"2788735945": {
"name": "PH-9 Predator",
"description": "Based on the uniform of Jackle 6, a veteran of the Viper Commandos who held off an entire Terminid brood on Nublaria in the First Galactic War with nothing but a machine gun, pocket knife, and Orbital Laser Strikes.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1877242796": {
"name": "PH-9 Predator",
"description": "Based on the uniform of Jackle 6, a veteran of the Viper Commandos who held off an entire Terminid brood on Nublaria in the First Galactic War with nothing but a machine gun, pocket knife, and Orbital Laser Strikes.",
"type": 0,
"slot": 2,
"armor_rating": 50,
"speed": 550,
"stamina_regen": 125,
"passive": 10
},
"2646411735": {
"name": "Mark of the Crimson Fang",
"description": "Marks the most obedient of the obedient, those who will strike headlong at the veins of Tyranny and administer the sweet antidote of Freedom.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"291340630": {
"name": "Executioner's Canopy",
"description": "Crests the shoulders of those who deliver the final—and most indispensable—stroke of Justice.",
"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 @@ -38,5 +38,9 @@
"9": {
"name": "Democracy Protects",
"description": "50% chance to not die when taking lethal damage. \n Prevents all damage from bleeding if chest hemorrhages."
},
"10": {
"name": "Peak Physique",
"description": "Increased Melee Damage by 50%. \n Improves weapons handling with less drag on the weapon movement."
}
}
4 changes: 4 additions & 0 deletions items/boosters.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,9 @@
"2709264466": {
"name": "Motivational Shocks",
"description": "Allows all Helldivers to recover faster after being slowed by an attack, such as acid. Does not mitigate 'area effects,' such as EMS Strikes."
},
"3912131454": {
"name": "Experimental Infusion",
"description": "Temp Desc: Stims boost movement speed and reduced incoming damage for short period"
}
}
Loading

0 comments on commit 76041ff

Please sign in to comment.