游戏王残局简化版

Check-in [8790ffa676]
Login

Check-in [8790ffa676]

Overview
Comment:0.0.2060
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8790ffa6763699452bd3e4a8d92ffbd9450594a6cd0387dab76a28e45a1a94d5
User & Date: 顽雨沉风 on 2023-07-23 13:17:10
Other Links: manifest | tags
Context
2023-07-23
13:18
0.0.2061 check-in: 244791f883 user: 顽雨沉风 tags: trunk
13:17
0.0.2060 check-in: 8790ffa676 user: 顽雨沉风 tags: trunk
13:15
0.0.2059 check-in: b0d40f3f29 user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [bfc256d3f8] to [a69640e417].

458
459
460
461
462
463
464
465
466
467
468

469
470

471
472
473
474
475
476
477
478
479
480
    if cache_1 > 0 then --{
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      if cache_1 > 0 then --{
        
        --}
        

      else --{
        

        cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100)
        
        end --}
        
      --~         cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      end --}
      
    --~       cache_1 = cache_1
    --~     cache_1 = Duel.GetLP(0) - Duel.GetLP(1) + 100







|
<
|
|
>
|

>
|

|







458
459
460
461
462
463
464
465

466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
    if cache_1 > 0 then --{
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
--~       if cache_1 > 0 then --{

--~         
--~         --}
--~         
--~       else --{
        
--~         cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100)
        cache_1 = math.tointeger(cache_1 * 3000)
        
--~         end --}
        
      --~         cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      end --}
      
    --~       cache_1 = cache_1
    --~     cache_1 = Duel.GetLP(0) - Duel.GetLP(1) + 100