Overview
Comment: | 0.0.2056 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
dfe06c7145f6f1d56f65586aed3c7c3c |
User & Date: | 顽雨沉风 on 2023-07-23 12:39:24 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
12:43 | 0.0.2057 check-in: 50b086ccf1 user: 顽雨沉风 tags: trunk | |
12:39 | 0.0.2056 check-in: dfe06c7145 user: 顽雨沉风 tags: trunk | |
12:39 | 0.0.2055 check-in: e2ad342343 user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [aa1209b04e] to [f530220d95].
︙ | ︙ | |||
452 453 454 455 456 457 458 | function cache_1(effect_event , player_who_activate_the_effect) --{ cache_1 = (Duel.GetLP(0) - Duel.GetLP(1) + 100) / str["我方玩家的初始生命值优势"] * 3000 --~ cache_1 = math.modf(cache_1) | | | 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 | function cache_1(effect_event , player_who_activate_the_effect) --{ cache_1 = (Duel.GetLP(0) - Duel.GetLP(1) + 100) / str["我方玩家的初始生命值优势"] * 3000 --~ cache_1 = math.modf(cache_1) Debug.ShowHint(tostring(cache_1 // 100)) effect_event:Reset() end --} str["效果"]:SetOperation(cache_1) |
︙ | ︙ |