Skip to content

Commit 8110ab5

Browse files
committed
Fix buff action data
1 parent 67431f2 commit 8110ab5

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

export/BuffList.ActionList.json

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@
450450
"baseParam": 0,
451451
"baseValue": 0,
452452
"isRec": false,
453-
"plusAction": 71
453+
"plusAction": 71,
454+
"isChangeMaxHp": false
454455
},
455456
"TURNEND_STAR": {
456457
"limit": 0,
@@ -485,7 +486,8 @@
485486
"baseParam": 0,
486487
"baseValue": 0,
487488
"isRec": false,
488-
"plusAction": 72
489+
"plusAction": 72,
490+
"isChangeMaxHp": false
489491
},
490492
"FUNC_HP_REDUCE_VALUE": {
491493
"limit": 0,
@@ -2002,25 +2004,25 @@
20022004
"plusAction": 0,
20032005
"isChangeMaxHp": false
20042006
},
2005-
"HATE_TO_GRANTED_OPPONENT": {
2006-
"limit": 0,
2007+
"REACTIVE_DAMAGE_GAIN_HP": {
2008+
"limit": 3,
20072009
"plusTypes": [
2008-
235
2010+
234
20092011
],
20102012
"minusTypes": [],
2011-
"baseParam": 0,
2013+
"baseParam": 1000,
20122014
"baseValue": 0,
20132015
"isRec": true,
20142016
"plusAction": 0,
20152017
"isChangeMaxHp": false
20162018
},
2017-
"REACTIVE_DAMAGE_GAIN_HP": {
2018-
"limit": 3,
2019+
"HATE_TO_GRANTED_OPPONENT": {
2020+
"limit": 0,
20192021
"plusTypes": [
2020-
234
2022+
235
20212023
],
20222024
"minusTypes": [],
2023-
"baseParam": 0,
2025+
"baseParam": 1000,
20242026
"baseValue": 0,
20252027
"isRec": true,
20262028
"plusAction": 0,
@@ -2056,7 +2058,7 @@
20562058
238
20572059
],
20582060
"minusTypes": [],
2059-
"baseParam": 0,
2061+
"baseParam": 1000,
20602062
"baseValue": 0,
20612063
"isRec": true,
20622064
"plusAction": 0,
@@ -2068,7 +2070,7 @@
20682070
239
20692071
],
20702072
"minusTypes": [],
2071-
"baseParam": 0,
2073+
"baseParam": 1000,
20722074
"baseValue": 0,
20732075
"isRec": true,
20742076
"plusAction": 0,

0 commit comments

Comments
 (0)