游戏王残局简化版

Diff
Login

Diff

Differences From Artifact [0db52e9ecc]:

To Artifact [d084b25ce9]:


437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["失败得分"] = function() --{

str["方玩家的初始生命值"] = Duel.GetLP(1)

  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  str["效果"]:SetCode(EVENT_PHASE_START+PHASE_END)







<
|







437
438
439
440
441
442
443

444
445
446
447
448
449
450
451
  
  Duel.RegisterEffect(str["效果"]
  , 0)
  
  end --}
  
fun["失败得分"] = function() --{

str["方玩家的初始生命值优势"] = Duel.GetLP(0) - Duel.GetLP(1)

  str["效果"] = Effect.GlobalEffect()
  
  str["效果"]:SetType(EFFECT_TYPE_FIELD
  + EFFECT_TYPE_CONTINUOUS)
  
  str["效果"]:SetCode(EVENT_PHASE_START+PHASE_END)