Overview
Comment: | 0.0.2109 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
88b38e5095243e515342f5546ff1a696 |
User & Date: | 顽雨沉风 on 2023-07-23 14:51:25 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
14:52 | 0.0.2110 check-in: b9d3419b8d user: 顽雨沉风 tags: trunk | |
14:51 | 0.0.2109 check-in: 88b38e5095 user: 顽雨沉风 tags: trunk | |
14:18 | 0.0.2107 check-in: b1143d0851 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [5eb1f22c3d] to [82dc0dd1b8].
︙ | ︙ | |||
487 488 489 490 491 492 493 | function cache_1(effect_event , player_who_activate_the_effect) --{ cache_1 = Duel.GetLP(1) - str["对方玩家的初始生命值"] if cache_1 > 0 then --{ | | | 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 | function cache_1(effect_event , player_who_activate_the_effect) --{ cache_1 = Duel.GetLP(1) - str["对方玩家的初始生命值"] if cache_1 > 0 then --{ Debug.ShowHint("对面҉耍赖҉") --} else --{ cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) |
︙ | ︙ |