fix: 增加oi篇的debuff,oi第三小区偷剑盾需要两个破

This commit is contained in:
bdf1 2023-06-08 02:11:15 +13:00
parent 5cf12c6923
commit 2362f1e19d
5 changed files with 9 additions and 8 deletions

View File

@ -412,7 +412,7 @@ main.floors.MT105=
[470079, 82,470079, 81, 17, 17, 0, 17, 17,470079,480,470079,475],
[732,438, 0,732, 17, 17,481, 17, 17,437, 0, 82, 0],
[470079,470079,466,470079, 17, 17, 0, 17, 17,470079, 81,470079,480],
[ 0, 81, 0,470079,731,470079, 0,470079,731,470079, 0,470079, 0],
[ 0, 81, 0,470079,732,470079, 0,470079,732,470079, 0,470079, 0],
[439,470079,436,470079, 81,470079, 83,470079, 81,470079,735,470079,738],
[ 0,475, 0, 82, 0, 22, 0,438, 0,480, 0,475, 0],
[470118,470118,470118,470118,470118,470118, 93,470118,470118,470118,470118,470118,470118]

View File

@ -47,11 +47,11 @@ main.floors.MT108=
[140,140,639, 0,640,140,640, 0,639,140,641,140,140],
[140,140, 0,622, 0,140, 0,515, 0,140,536,140,140],
[140,140,140, 83,140,140,140, 82,140,140, 81,140,140],
[140,140, 81, 0, 0,535, 0, 0, 81,535, 0, 0, 94],
[140,140, 81,140,140,140,535,140,140,140,140,140,140],
[140,140, 82, 0, 0,535, 0, 0, 81,535, 0, 0, 94],
[140,140, 82,140,140,140,535,140,140,140,140,140,140],
[140,140, 83,140,735,535, 0, 81,536, 22,640,140,140],
[140,140, 83,140,140,140,641,140,140,140,140,140,140],
[140,140, 82, 82,822,631, 0, 81,622,640,639,140,140],
[140,140, 81,822,631,631, 0, 81,622,640,639,140,140],
[140,140,140,140,140,140, 0,140,140,140,140,140,140],
[140,140,140,140,140,140, 93,140,140,140,140,140,140]
],

View File

@ -42,10 +42,10 @@ main.floors.MT111=
"cannotMoveIn": {},
"map": [
[140,140,140,140,140,140, 91,140,140,140,140,140,140],
[140, 0,515, 0,140,140, 0,631, 0,635, 0,515,140],
[140,735,515, 0,140,140, 0,631, 0,635, 0,515,140],
[140,735,140,642,140,140,642,140,140,140,140, 0,140],
[140,735,140,808,140,140, 0,140,637,636,140,636,140],
[140,823,140, 83,140,140,622,140,733, 0,808, 0,140],
[140,823,140,808,140,140, 0,140,637,636,140,636,140],
[140,140,140, 83,140,140,622,140,733, 0,808, 0,140],
[140,140,140, 83,140,140, 83,140,140,140,140,515,140],
[ 92, 0,641, 0,731, 81, 0,254, 0,641,733, 0,140],
[140,140,140,140,140,140, 82,140,140,140,140,631,140],

View File

@ -332,7 +332,7 @@ main.floors.MT96=
[143,143,143,143,143,143,534,143,143,143,143,143,143],
[143,143,143,143,143,143, 0,143,143,143,143,143,143],
[143,143,143,143,143,143,734,143,143,143,143,143,143],
[143,143,143,143,143,143, 0,143,143,143,143,143,143],
[143,143,143,143,143,143,331,143,143,143,143,143,143],
[143,143,143,143,143,143, 0,143,143,143,143,143,143]
],
"bgmap": [

View File

@ -726,6 +726,7 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a =
// 先攻
if (core.hasSpecial(mon_special, 1)) init_damage += per_damage;
if (core.hasItem('I331') && core.status.hero.lv <= 25) init_damage += per_damage;
// 压迫
if (core.hasSpecial(mon_special, 28)) per_damage += 2000;