Skip to content

Commit

Permalink
Merge pull request #239 from majkus522/mistress
Browse files Browse the repository at this point in the history
Added missing dendro reactions
  • Loading branch information
JMPJNS authored Oct 10, 2023
2 parents a0f9ed2 + d88991c commit 2fd2df1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/data/elements/dendro/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@
"name": "Burning",
"elements": ["Pyro"],
"description": "When Dendro meets Pyro, it triggers Burning, which continuously deals Pyro DMG until it wears off."
},
{
"name": "Bloom",
"elements": ["Hydro"],
"description": "When creatures are affected by Hydro and Dendro, the Bloom reaction will be triggered, creating Dendro Cores."
},
{
"name": "Catalyze",
"elements": ["Electro"],
"description": "When creatures are affected by Electro and Dendro, Quicken will occur, which will render them Quickened."
}
]
}
5 changes: 5 additions & 0 deletions assets/data/elements/electro/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"name": "Superconduct",
"elements": ["Cryo"],
"description": "When Electro meets Cryo, Superconduct occurs. Superconduct deals AoE Cryo DMG and significantly decreases Physical RES for the affected being."
},
{
"name": "Catalyze",
"elements": ["Dendro"],
"description": "When creatures are affected by Electro and Dendro, Quicken will occur, which will render them Quickened."
}
]
}
5 changes: 5 additions & 0 deletions assets/data/elements/hydro/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"name": "Frozen",
"elements": ["Cryo"],
"description": "When Hydro meets Cryo, Frozen occurs. Frozen beings are rendered immobile, but also become rock-hard."
},
{
"name": "Bloom",
"elements": ["Dendro"],
"description": "When creatures are affected by Hydro and Dendro, the Bloom reaction will be triggered, creating Dendro Cores."
}
]
}

0 comments on commit 2fd2df1

Please sign in to comment.