游戏王残局简化版

Check-in [ca8c9f88a9]
Login

Check-in [ca8c9f88a9]

Overview
Comment:0.0.2064
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ca8c9f88a9142be33c7b02015c3a73a4d18e64a9c18552785ae99980829a9cda
User & Date: 顽雨沉风 on 2023-07-23 13:21:30
Other Links: manifest | tags
Context
2023-07-23
13:22
0.0.2065 check-in: 2533562cae user: 顽雨沉风 tags: trunk
13:21
0.0.2064 check-in: ca8c9f88a9 user: 顽雨沉风 tags: trunk
13:20
0.0.2063 check-in: 5f3b78a3f7 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [d71b7eeab2] to [1fd13b774f].

459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
    if cache_1 > 0 then --{
      
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      Debug.ShowHint(tostring(cache_1))
      cache_1 = math.tointeger(cache_1 * 3000)
      
      end --}
      
    Debug.ShowHint(tostring(cache_1))
    
    effect_event:Reset()
    







|
|







459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
    if cache_1 > 0 then --{
      
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      Debug.ShowHint(tostring(cache_1 * 3000))
--~       cache_1 = math.tointeger(cache_1 * 3000)
      
      end --}
      
    Debug.ShowHint(tostring(cache_1))
    
    effect_event:Reset()