乘算法抗
This commit is contained in:
parent
4079bb9710
commit
a0cbb8cdb8
@ -1118,7 +1118,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
"mana": 0,
|
"mana": 0,
|
||||||
"atk": 100,
|
"atk": 100,
|
||||||
"def": 100,
|
"def": 100,
|
||||||
"mdef": 0,
|
"mdef": 100,
|
||||||
"speed": 10,
|
"speed": 10,
|
||||||
"money": 0,
|
"money": 0,
|
||||||
"exp": 0,
|
"exp": 0,
|
||||||
@ -1135,7 +1135,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
},
|
},
|
||||||
"flags": {
|
"flags": {
|
||||||
"itemDetail": true,
|
"itemDetail": true,
|
||||||
"useBetweenLight": true
|
"useBetweenLight": true,
|
||||||
|
"__mdef_buff__": 0
|
||||||
},
|
},
|
||||||
"followers": [],
|
"followers": [],
|
||||||
"steps": 0,
|
"steps": 0,
|
||||||
@ -1499,7 +1500,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
|
|||||||
"startText": [
|
"startText": [
|
||||||
{
|
{
|
||||||
"type": "function",
|
"type": "function",
|
||||||
"function": "function(){\ncore.getItem('book',1);core.getItem('fly',1)\n}"
|
"function": "function(){\ncore.getItem('book', 1);\ncore.getItem('fly', 1);\n}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "insert",
|
"type": "insert",
|
||||||
|
@ -1466,7 +1466,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
|
|||||||
spell: "法强",
|
spell: "法强",
|
||||||
matk: "魔攻比例",
|
matk: "魔攻比例",
|
||||||
mhp: "护盾比例",
|
mhp: "护盾比例",
|
||||||
mdef: "法抗比例",
|
mdef: "法抗",
|
||||||
speed: "速度",
|
speed: "速度",
|
||||||
money: "金币",
|
money: "金币",
|
||||||
exp: "经验",
|
exp: "经验",
|
||||||
|
@ -150,10 +150,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"equip": {
|
"equip": {
|
||||||
"type": 0,
|
"type": 0,
|
||||||
"animate": "sword",
|
"animate": "sword",
|
||||||
"value": {
|
"value": {},
|
||||||
|
"percentage": {
|
||||||
"mdef": 10
|
"mdef": 10
|
||||||
},
|
}
|
||||||
"percentage": {}
|
|
||||||
},
|
},
|
||||||
"itemEffect": "core.status.hero.atk += 10",
|
"itemEffect": "core.status.hero.atk += 10",
|
||||||
"itemEffectTip": ",攻击+10",
|
"itemEffectTip": ",攻击+10",
|
||||||
@ -166,10 +166,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"equip": {
|
"equip": {
|
||||||
"type": "武器",
|
"type": "武器",
|
||||||
"animate": "sword",
|
"animate": "sword",
|
||||||
"value": {
|
"value": {},
|
||||||
|
"percentage": {
|
||||||
"mdef": 20
|
"mdef": 20
|
||||||
},
|
}
|
||||||
"percentage": {}
|
|
||||||
},
|
},
|
||||||
"itemEffect": "core.status.hero.atk += 20",
|
"itemEffect": "core.status.hero.atk += 20",
|
||||||
"itemEffectTip": ",攻击+20",
|
"itemEffectTip": ",攻击+20",
|
||||||
@ -247,10 +247,10 @@ var items_296f5d02_12fd_4166_a7c1_b5e830c9ee3a =
|
|||||||
"text": "一个很普通的铁盾",
|
"text": "一个很普通的铁盾",
|
||||||
"equip": {
|
"equip": {
|
||||||
"type": 1,
|
"type": 1,
|
||||||
"value": {
|
"value": {},
|
||||||
|
"percentage": {
|
||||||
"mdef": 10
|
"mdef": 10
|
||||||
},
|
}
|
||||||
"percentage": {}
|
|
||||||
},
|
},
|
||||||
"itemEffect": "core.status.hero.def += 10",
|
"itemEffect": "core.status.hero.def += 10",
|
||||||
"itemEffectTip": ",防御+10",
|
"itemEffectTip": ",防御+10",
|
||||||
|
2394
project/plugins.js
2394
project/plugins.js
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user