游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [98d48c953d]:

To Artifact [ac0e6351a2]:


487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
  function cache_1(effect_event
  , player_who_activate_the_effect) --{
    
    cache_1 = Duel.GetLP(1) - str["对方玩家的初始生命值"]
    
    if cache_1 > 0 then --{
      
      Debug.ShowHint("对面҉耍赖҉")
      
      return
      
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100)
      
      end --}
      
    if cache_1 > 3000 then --{
      
      Debug.ShowHint("比青眼白龙还厉害了")
      
      --}
      
    else --{
      
      Debug.ShowHint("这局,您的得分是 "
      .. cache_1
      .. " 分!\n相当于「"







<
<














<
<







487
488
489
490
491
492
493


494
495
496
497
498
499
500
501
502
503
504
505
506
507


508
509
510
511
512
513
514
  function cache_1(effect_event
  , player_who_activate_the_effect) --{
    
    cache_1 = Duel.GetLP(1) - str["对方玩家的初始生命值"]
    
    if cache_1 > 0 then --{
      


      return
      
      --}
      
    else --{
      
      cache_1 = math.abs(cache_1) / (str["对方玩家的初始生命值"] - 100)
      
      cache_1 = math.tointeger(cache_1 * 3000 // 100 * 100)
      
      end --}
      
    if cache_1 > 3000 then --{
      


      --}
      
    else --{
      
      Debug.ShowHint("这局,您的得分是 "
      .. cache_1
      .. " 分!\n相当于「"