Skip to content

Commit

Permalink
[Feat] Freedom's Flame Warbond (#56)
Browse files Browse the repository at this point in the history
* Implement Freedom's Flame Warbond

* Add Warbond Weapons and Armor

* Update Item Names for all added items
  • Loading branch information
chatterchats authored Sep 12, 2024
1 parent 5208178 commit 505ae98
Show file tree
Hide file tree
Showing 7 changed files with 566 additions and 219 deletions.
100 changes: 100 additions & 0 deletions items/armor/armor.json
Original file line number Diff line number Diff line change
Expand Up @@ -2098,5 +2098,105 @@
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1282140582": {
"name": "I-44 Salamander",
"description": "The signature orange pauldron allows easy battlefield detection of the bearer, alive or dead, on ash-strewn battlefields.",
"type": 2,
"slot": 2,
"armor_rating": 150,
"speed": 450,
"stamina_regen": 50,
"passive": 11
},
"683079503": {
"name": "I-44 Salamander",
"description": "The signature orange pauldron allows easy battlefield detection of the bearer, alive or dead, on ash-strewn battlefields.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"1240391202": {
"name": "I-92 Fire Fighter",
"description": "The heavy rubber tunic and reflective limb guards, originally designed to save citizens from burning buildings, now enable the liberal application of the cleansing fires of Justice.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"3990548579": {
"name": "I-92 Fire Fighter",
"description": "The heavy rubber tunic and reflective limb guards, originally designed to save citizens from burning buildings, now enable the liberal application of the cleansing fires of Justice.",
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 11
},
"3015649355": {
"name": "I-09 Heatseeker",
"description": "The burnished blood-red plates are forged in righteous fire, like the heroes they were wrought to protect.",
"type": 0,
"slot": 2,
"armor_rating": 50,
"speed": 550,
"stamina_regen": 125,
"passive": 11
},
"3316979892": {
"name": "I-09 Heatseeker",
"description": "The burnished blood-red plates are forged in righteous fire, like the heroes they were wrought to protect.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"160503527": {
"name": "Purifying Eclipse",
"description": "A tribute to the liberation of Choepessa IV in the First Galactic War, in which so much ordnance was detonated that its sun was occluded by ash for an entire lunar cycle.",
"type": 1,
"slot": 1,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"267424901": {
"name": "I-102 Draconaught",
"description": "Completely sheathed in 14-cm silica fiber foam, except for a thin tube to the ear canal to enable hearing the satisfying screeches of Freedom's enemies as they burn.",
"type": 1,
"slot": 2,
"armor_rating": 100,
"speed": 500,
"stamina_regen": 100,
"passive": 11
},
"2794703739": {
"name": "I-102 Draconaught",
"description": "Completely sheathed in 14-cm silica fiber foam, except for a thin tube to the ear canal to enable hearing the satisfying screeches of Freedom's enemies as they burn.",
"type": 1,
"slot": 0,
"armor_rating": 100,
"speed": 100,
"stamina_regen": 100,
"passive": 0
},
"3867039847": {
"name": "The Breach",
"description": "As documented in the bestselling graphic novel “The Breach,” the final mission of the 361st “Freedom's Flame” saw the storied unit deploy straight into the heart of a Supervolcano, sacrificing themselves to trigger an eruption and wipe out a massive Terminid swarm.",
"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 @@ -42,5 +42,9 @@
"10": {
"name": "Peak Physique",
"description": "Increased Melee Damage by 50%. \n Improves weapons handling with less drag on the weapon movement."
},
"11": {
"name": "Inflammable",
"description": "Provides 75% damage resistance to fire, allowing bearer to rest assured in the inflammability."
}
}
Loading

0 comments on commit 505ae98

Please sign in to comment.