Skip to content

Commit

Permalink
FUCK 2, ELECTRIC BOOGALOO
Browse files Browse the repository at this point in the history
Fuck commit reverts, all my homies hate reverts.
  • Loading branch information
StardustD2 committed Mar 24, 2024
1 parent 84021b5 commit c5ec445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"Resilience": {
"Description": "Resilience governs how much HP your <Shields> have, grants passive Damage Resistance in PvE activities, and provides passive Flinch Resistance. It also decreases the damage received when breaking out of Stasis Freeze.\n\nResilience also determines the Class Ability cooldown of Titans.",
"ShieldHP": "How much HP your <Shields> have.\n\n<Shields> are the 115 to 130 HP 'right-side portion' of your Total HP alongside <Health>. The amount of <Health> you have depends on the activity: 100 HP in most Crucible playlists (excluding Momentum Control and Mayhem) and 70 everywhere else.",
"ShieldHP": "How much HP your <Shields> have.\n\n<Shields> are the 115 to 130 HP 'right-side portion' of your Total HP alongside <Health>. The amount of <Health> you have depends on the activity: 100 HP in most Crucible playlists (excluding Momentum Control and Mayhem) and 70 HP everywhere else.",
"PvEDamageResistance": "How much passive Damage Resistance you have in PvE activities.",
"FlinchResistance": "How much passive Flinch Resistance you have."
},
Expand Down
6 changes: 3 additions & 3 deletions schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
"Description": {
"$ref": "#/definitions/Description"
},
"TotalHP": {
"ShieldHP": {
"type": "object",
"additionalProperties": false,
"properties": {
Expand All @@ -491,7 +491,7 @@
"minItems": 11,
"maxItems": 11
},
"description": "Array index represents the Resilience tier. The numbers represent your total HP at each tier. <Health> is a static 70 HP, the rest are what Bungie calls <Shields> in-game. If you wish to display them separately, just subtract 70 from the numbers to get your shield HP."
"description": "Array index represents the Resilience tier. The numbers represent how much HP your <Shields> have at each tier. <Shields> are the 115 to 130 HP 'right-side portion' of your Total HP alongside <Health>. The amount of <Health> you have depends on the activity: 100 HP in most Crucible playlists (excluding Momentum Control and Mayhem) and 70 HP everywhere else."
}
}
},
Expand Down Expand Up @@ -554,7 +554,7 @@
},
"required": [
"Description",
"TotalHP",
"ShieldHP",
"PvEDamageResistance",
"FlinchResistance",
"Abilities",
Expand Down

0 comments on commit c5ec445

Please sign in to comment.