Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
IMP - Restructured recovery buff parameters
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed Jan 25, 2021
1 parent 759c9b8 commit dc3075f
Show file tree
Hide file tree
Showing 9 changed files with 218 additions and 169 deletions.
20 changes: 16 additions & 4 deletions .data/custom/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -1388,12 +1388,24 @@
"text": "使用後技能 充能 %"
},
{
"id": "ENUM_BUFF_HEAL_RP",
"text": "治癒 (RP)"
"id": "ENUM_BUFF_RP_UP",
"text": "治癒力 (RP) 上升"
},
{
"id": "ENUM_BUFF_HEAL_MAX_HP",
"text": "治癒 (Max HP)"
"id": "ENUM_BUFF_HEAL_INSTANT_RP",
"text": "即補 (RP)"
},
{
"id": "ENUM_BUFF_HEAL_INSTANT_HP",
"text": "即補 (Max HP)"
},
{
"id": "ENUM_BUFF_HEAL_OVER_TIME_RP",
"text": "漸補 (RP)"
},
{
"id": "ENUM_BUFF_HEAL_OVER_TIME_HP",
"text": "漸補 (Max HP)"
},
{
"id": "ENUM_BUFF_SHIELD_SINGLE_DMG",
Expand Down
Loading

0 comments on commit dc3075f

Please sign in to comment.