Overview
Comment: | 0.0.2111 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6efb524b7307525cab3ce0898e95e615 |
User & Date: | 顽雨沉风 on 2023-07-23 14:56:40 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
16:07 | 0.0.2112 check-in: 9a271771c6 user: 顽雨沉风 tags: trunk | |
14:56 | 0.0.2111 check-in: 6efb524b73 user: 顽雨沉风 tags: trunk | |
14:52 | 0.0.2110 check-in: b9d3419b8d user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [ae5bddae36] to [98d48c953d].
︙ | ︙ | |||
488 489 490 491 492 493 494 495 496 497 498 499 500 501 | , 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) | > > | 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 | , player_who_activate_the_effect) --{ cache_1 = Duel.GetLP(1) - str["对方玩家的初始生命值"] if cache_1 > 0 then --{ Debug.ShowHint("对面҉耍赖҉") return --} else --{ cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) |
︙ | ︙ |