Overview
Comment: | 0.0.2066 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4fc42fb3fe68c22f0d3cbc4e2b8fa971 |
User & Date: | 顽雨沉风 on 2023-07-23 13:22:39 |
Other Links: | manifest | tags |
Context
2023-07-23
| ||
13:23 | 0.0.2067 check-in: 228d4466a0 user: 顽雨沉风 tags: trunk | |
13:22 | 0.0.2066 check-in: 4fc42fb3fe user: 顽雨沉风 tags: trunk | |
13:22 | 0.0.2065 check-in: 2533562cae user: 顽雨沉风 tags: trunk | |
Changes
Modified script/c0.lua from [7dde5c5d2b] to [beb98780a2].
︙ | ︙ | |||
459 460 461 462 463 464 465 | if cache_1 > 0 then --{ --} else --{ cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) | | | 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 | if cache_1 > 0 then --{ --} else --{ cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100) cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100) end --} Debug.ShowHint(tostring(cache_1)) effect_event:Reset() |
︙ | ︙ |