Differences From Artifact [beb98780a2]:
- File script/c0.lua — part of check-in [4fc42fb3fe] at 2023-07-23 13:22:39 on branch trunk — 0.0.2066 (user: 顽雨沉风, size: 9856) [annotate] [blame] [check-ins using]
To Artifact [9945a8fd59]:
- File script/c0.lua — part of check-in [228d4466a0] at 2023-07-23 13:23:40 on branch trunk — 0.0.2067 (user: 顽雨沉风, size: 9962) [annotate] [blame] [check-ins using]
︙ | |||
464 465 466 467 468 469 470 | 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 | + + + + + + - + | cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100) end --} if cache_1 > 3000 then --{ --} else --{ end --} |
︙ |