游戏王残局简化版

Check-in [e1098b7937]
Login

Check-in [e1098b7937]

Overview
Comment:0.0.2053
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e1098b7937f4106c07d657e1ab89c938e2f3cb119f78ce5b3981b3bd903ca91c
User & Date: 顽雨沉风 on 2023-07-23 12:25:11
Other Links: manifest | tags
Context
2023-07-23
12:27
0.0.2054 check-in: 32746d1989 user: 顽雨沉风 tags: trunk
12:25
0.0.2053 check-in: e1098b7937 user: 顽雨沉风 tags: trunk
12:12
0.0.2052 check-in: aede99133a user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [0db52e9ecc] to [d084b25ce9].

437
438
439
440
441
442
443
444
445

446
447
448
449
450
451
452
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(1)
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)