Skip to content

Commit

Permalink
Added Zhongli's upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
myun11 committed Oct 21, 2024
1 parent 54c41ab commit 42d47f1
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions assets/data/characters/zhongli/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,108 @@
"name": "Rain of Stone",
"unlock": "Normal Attack",
"description": "Normal Attack\nPerforms up to 6 consecutive spear strikes.\nCharged Attack\nConsumes a certain amount of Stamina to lunge forward, dealing damage to enemies along the way.\nPlunging Attack\nPlunges from mid-air to strike the ground below, damaging enemies along the path and dealing AoE DMG upon impact.",
"upgrades": [
{
"name": "1-Hit DMG",
"value": "30.77%"
},
{
"name": "2-Hit DMG",
"value": "31.15%"
},
{
"name": "3-Hit DMG",
"value": "38.58%"
},
{
"name": "4-Hit DMG",
"value": "42.94%"
},
{
"name": "5-Hit DMG",
"value": "10.75% x 4"
},
{
"name": "6-Hit DMG",
"value": "54.5%"
},
{
"name": "Charged Attack DMG",
"value": "111.03%"
},
{
"name": "Charged Attack Stamina Cost",
"value": "25"
},
{
"name": "Plunge DMG",
"value": "63.93%"
},
{
"name": "Low / High Plunge DMG",
"value": "127.84% / 159.68%"
}
],
"type": "NORMAL_ATTACK"
},
{
"name": "Dominus Lapidis",
"unlock": "Elemental Skill",
"description": "Press\nCommands the omnipresent power of earth to solidify into a Stone Stele, dealing AoE Geo DMG.\nAdditionally, the Stone Stele will resonate with other Geo Constructs in the vicinity, dealing Geo DMG to surrounding enemies.\nThe Stone Stele is considered a Geo Construct, and can both be climbed and used to block attacks. Only one may exist at any one time.\nHold\nCauses nearby Geo energy to explode, causing the following effects:\n\nCreates a shield of jade. The shield's DMG Absorption scales based on Zhongli's Max HP, and absorbs Geo DMG 250% more effectively.\nCauses AoE Geo DMG.\nIf there are nearby targets with the Geo element, it will drain a large amount of Geo element from a maximum of 2 such targets. This effect does not cause DMG.\n\nStone Stele\nWhen created, deals AoE Geo DMG.\nAdditionally, it will intermittently resonate with other nearby Geo constructs, dealing Geo DMG to nearby opponents.\nThe Stone Stele is considered a Geo construct that can both be climbed and used to block attacks.\nOnly one Stele created by Zhongli himself may initially exist at any one time.\n\nJade Shield\nPossesses 150% DMG Absorption against all Elemental and Physical DMG.\nCharacters protected by the Jade Shield will decrease the Elemental RES and Physical RES of opponents in a small AoE by 20%. This effect cannot be stacked.",
"upgrades": [
{
"name": "Stone Stele / Resonance DMG",
"value": "16% / 32%"
},
{
"name": "Press CD",
"value": "4s"
},
{
"name": "Hold DMG",
"value": "80%"
},
{
"name": "Shield Base Absorption",
"value": "1232"
},
{
"name": "Additional Shield Base Absorption",
"value": "12.80% Max HP"
},
{
"name": "Shield Duration",
"value": "20s"
},
{
"name": "CD (hold)",
"value": "12s"
}
],
"type": "ELEMENTAL_SKILL"
},
{
"name": "Planet Befall",
"unlock": "Elemental Burst",
"description": "Brings a falling meteor down to earth, dealing massive Geo DMG to opponents caught in its AoE and applying the Petrification status to them.\nPetrification\nOpponents affected by the Petrification status cannot move.",
"upgrades": [
{
"name": "Skill DMG",
"value": "401.08%"
},
{
"name": "Petrification Duration",
"value": "3.1s"
},
{
"name": "CD",
"value": "12s"
},
{
"name": "Energy Cost",
"value": "40"
}
],
"type": "ELEMENTAL_BURST"
}
],
Expand Down

0 comments on commit 42d47f1

Please sign in to comment.