游戏王残局简化版

Check-in [2fc6463b3e]
Login

Check-in [2fc6463b3e]

Overview
Comment:0.0.433
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 2fc6463b3e192ae1735ab5ff3acabcbbe7dad6bbae3ad72c61d4d61f4dce7d81
User & Date: 顽雨沉风 on 2023-06-30 01:50:30
Other Links: manifest | tags
Context
2023-06-30
01:50
0.0.434 check-in: 1a596db7ea user: 顽雨沉风 tags: trunk
01:50
0.0.433 check-in: 2fc6463b3e user: 顽雨沉风 tags: trunk
01:48
0.0.432 check-in: 3597d73dbd user: 顽雨沉风 tags: trunk
Changes

Modified script/c0.lua from [701fdf4b7f] to [abffc51374].

63
64
65
66
67
68
69
70
71
72
73

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]

  Debug.ShowHint(str["开局说明"])
  Debug.ShowHint(tostring(Duel.CheckLocation(0, LOCATION_MZONE, 5)))
  end









<



63
64
65
66
67
68
69

70
71
72

  str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)

  str["开局说明"] = "效果卡:"
  str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]

  Debug.ShowHint(str["开局说明"])

  end