游戏王残局简化版

Check-in [228d4466a0]
Login

Check-in [228d4466a0]

Overview
Comment:0.0.2067
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 228d4466a0c4e6e6faf1b3967c63d59d42c88a0be6ebc2c182915938924b7866
User & Date: 顽雨沉风 on 2023-07-23 13:23:40
Other Links: manifest | tags
Context
2023-07-23
13:35
0.0.2068 check-in: 944281b3ef user: 顽雨沉风 tags: trunk
13:23
0.0.2067 check-in: 228d4466a0 user: 顽雨沉风 tags: trunk
13:22
0.0.2066 check-in: 4fc42fb3fe user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [beb98780a2] to [9945a8fd59].

464
465
466
467
468
469
470






471
472
473
474
475
476
477
478
      
      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()
    
    end --}
    
  str["效果"]:SetOperation(cache_1)
  







>
>
>
>
>
>
|







464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100)
      
      end --}
      
      if cache_1 > 3000 then --{
        --}
        else --{
          
        end --}
      
--~     Debug.ShowHint(tostring(cache_1))
    
    effect_event:Reset()
    
    end --}
    
  str["效果"]:SetOperation(cache_1)