6d182363a9 2023-06-30 1: str = {}
6d182363a9 2023-06-30 2: fun = {}
d95f494908 2023-06-30 3:
d95f494908 2023-06-30 4: str["Debug.ReloadFieldBegin"] = Debug.ReloadFieldBegin
d95f494908 2023-06-30 5:
6f45c2f05c 2023-07-11 6: Debug.ReloadFieldBegin = function(str_1, str_2) --{
6f45c2f05c 2023-07-11 7: str["不洗牌"] = str_1 & DUEL_PSEUDO_SHUFFLE
5744929923 2023-07-11 8:
6f45c2f05c 2023-07-11 9: str["无BP"] = str_1 & DUEL_ATTACK_FIRST_TURN
1fb42895ff 2023-07-11 10:
5744929923 2023-07-11 11: if str_2 then --{
5744929923 2023-07-11 12: if str_2 == 3 then --{
5744929923 2023-07-11 13: str["规则"] = "大师3 "
5744929923 2023-07-11 14: --}
5744929923 2023-07-11 15: elseif str_2 == 4 then --{
5744929923 2023-07-11 16: str["规则"] = "新大师 "
5744929923 2023-07-11 17: --}
5744929923 2023-07-11 18: elseif str_2 == 5 then --{
5744929923 2023-07-11 19: str["规则"] = "大师2020 "
5744929923 2023-07-11 20: --}
5744929923 2023-07-11 21: end --}
8736d64183 2023-07-11 22: else --{
8736d64183 2023-07-11 23: str["规则"] = "大师2020 "
8736d64183 2023-07-11 24: end --}
6f45c2f05c 2023-07-11 25: str["Debug.ReloadFieldBegin"](str_1, str_2)
6f45c2f05c 2023-07-11 26: end --}
6f45c2f05c 2023-07-11 27:
8736d64183 2023-07-11 28: fun["通关邀请"] = function() --{
8736d64183 2023-07-11 29: effect_1 = Effect.GlobalEffect()
8736d64183 2023-07-11 30:
8736d64183 2023-07-11 31: effect_1:SetType(EFFECT_TYPE_FIELD
8736d64183 2023-07-11 32: + EFFECT_TYPE_CONTINUOUS)
8736d64183 2023-07-11 33:
8736d64183 2023-07-11 34: effect_1:SetCode(EVENT_DAMAGE)
1fb42895ff 2023-07-11 35:
8736d64183 2023-07-11 36: function cache_1() --{
8736d64183 2023-07-11 37: cache_1 = Duel.GetLP(1)
1fb42895ff 2023-07-11 38:
8736d64183 2023-07-11 39: if cache_1 <= 0 then --{
8736d64183 2023-07-11 40: if cache_1 < 0 then --{
8736d64183 2023-07-11 41: Debug.ShowHint("QB:「你居然二解了,请加群告诉我怎么二解。」")
8736d64183 2023-07-11 42: end --}
8736d64183 2023-07-11 43: cache_1 = true
8736d64183 2023-07-11 44: --}
8736d64183 2023-07-11 45: else --{
8736d64183 2023-07-11 46: cache_1 = false
8736d64183 2023-07-11 47: end --}
8736d64183 2023-07-11 48: return cache_1
8736d64183 2023-07-11 49: end --}
8736d64183 2023-07-11 50: effect_1:SetCondition(cache_1)
1fb42895ff 2023-07-11 51:
8736d64183 2023-07-11 52: function cache_1() --{
8736d64183 2023-07-11 53: Debug.ShowHint("残局群181175613")
8736d64183 2023-07-11 54: end --}
8736d64183 2023-07-11 55: effect_1:SetOperation(cache_1)
8736d64183 2023-07-11 56:
8736d64183 2023-07-11 57: Duel.RegisterEffect(effect_1
8736d64183 2023-07-11 58: , 0)
77c4105798 2023-07-11 59: end --}
77c4105798 2023-07-11 60:
588454a9f9 2023-07-11 61: fun["是否效果卡"] = function(card) --{
588454a9f9 2023-07-11 62: cache_1 = Card.IsType(card, TYPE_SPELL)
588454a9f9 2023-07-11 63:
588454a9f9 2023-07-11 64: cache_2 = Card.IsType(card, TYPE_TRAP)
588454a9f9 2023-07-11 65:
588454a9f9 2023-07-11 66: cache_3 = Card.IsType(card, TYPE_EFFECT)
588454a9f9 2023-07-11 67: if cache_1
588454a9f9 2023-07-11 68: or cache_2
588454a9f9 2023-07-11 69: or cache_3 then --{
588454a9f9 2023-07-11 70: return true
588454a9f9 2023-07-11 71: end --}
588454a9f9 2023-07-11 72: cache_1 = Card.IsType(card, TYPE_PENDULUM)
588454a9f9 2023-07-11 73: if cache_1 then --{
588454a9f9 2023-07-11 74: cache_1 = Card.IsCode(card, 28363749)
588454a9f9 2023-07-11 75:
588454a9f9 2023-07-11 76: cache_2 = Card.IsCode(card, 19474136)
588454a9f9 2023-07-11 77:
588454a9f9 2023-07-11 78: cache_3 = Card.IsCode(card, 17390179)
588454a9f9 2023-07-11 79:
588454a9f9 2023-07-11 80: cache_4 = Card.IsCode(card, 83980492)
588454a9f9 2023-07-11 81: if cache_1
588454a9f9 2023-07-11 82: or cache_2
588454a9f9 2023-07-11 83: or cache_3
588454a9f9 2023-07-11 84: or cache_4 then --{
588454a9f9 2023-07-11 85: --}
588454a9f9 2023-07-11 86: else --{
588454a9f9 2023-07-11 87: return true
588454a9f9 2023-07-11 88: end --}
588454a9f9 2023-07-11 89: end --}
588454a9f9 2023-07-11 90: return false
588454a9f9 2023-07-11 91: end --}
588454a9f9 2023-07-11 92:
1fb42895ff 2023-07-11 93: fun["开局说明"] = function() --{
1fb42895ff 2023-07-11 94: if str["开局说明吗"] == 1 then --{
1fb42895ff 2023-07-11 95: return
1fb42895ff 2023-07-11 96: --}
1fb42895ff 2023-07-11 97: else --{
1fb42895ff 2023-07-11 98: str["开局说明吗"] = 1
1fb42895ff 2023-07-11 99: end --}
1fb42895ff 2023-07-11 100: cache_1 = 0
1fb42895ff 2023-07-11 101: cache_1 = cache_1 + LOCATION_DECK
1fb42895ff 2023-07-11 102: cache_1 = cache_1 + LOCATION_HAND
1fb42895ff 2023-07-11 103: cache_1 = cache_1 + LOCATION_MZONE
1fb42895ff 2023-07-11 104: cache_1 = cache_1 + LOCATION_SZONE
1fb42895ff 2023-07-11 105: cache_1 = cache_1 + LOCATION_GRAVE
1fb42895ff 2023-07-11 106: cache_1 = cache_1 + LOCATION_REMOVED
1fb42895ff 2023-07-11 107: cache_1 = cache_1 + LOCATION_EXTRA
1fb42895ff 2023-07-11 108:
1fb42895ff 2023-07-11 109: str["这个残局的效果卡数量"] = Duel.GetMatchingGroupCount(fun["是否效果卡"],0,cache_1,cache_1,nil)
1fb42895ff 2023-07-11 110:
1fb42895ff 2023-07-11 111: cache_1 = Duel.GetOverlayGroup(0, LOCATION_MZONE, LOCATION_MZONE)
1fb42895ff 2023-07-11 112:
1fb42895ff 2023-07-11 113: for k in aux.Next(cache_1) do --{
1fb42895ff 2023-07-11 114: cache_1 = fun["是否效果卡"](k)
1fb42895ff 2023-07-11 115: if cache_1 then --{
1fb42895ff 2023-07-11 116: str["这个残局的效果卡数量"] = str["这个残局的效果卡数量"] + 1
1fb42895ff 2023-07-11 117: end --}
1fb42895ff 2023-07-11 118: end --}
1fb42895ff 2023-07-11 119: str["开局说明"] =""
1fb42895ff 2023-07-11 120: str["开局说明"] = str["开局说明"] .. str["这个残局的效果卡数量"]
1fb42895ff 2023-07-11 121: str["开局说明"] = str["开局说明"] .. "卡 "
1fb42895ff 2023-07-11 122: str["开局说明"] = str["开局说明"] .. str["规则"]
1fb42895ff 2023-07-11 123: if str["不洗牌"] == 0 then --{
1fb42895ff 2023-07-11 124: --}
1fb42895ff 2023-07-11 125: else --{
1fb42895ff 2023-07-11 126: str["开局说明"] = str["开局说明"] .. "伪洗牌 "
1fb42895ff 2023-07-11 127: end --}
1fb42895ff 2023-07-11 128: if str["无BP"] == 0 then --{
1fb42895ff 2023-07-11 129: str["开局说明"] = str["开局说明"] .. "无BP "
1fb42895ff 2023-07-11 130: end --}
1fb42895ff 2023-07-11 131: if str["开局添加手卡"] then --{
1fb42895ff 2023-07-11 132: str["开局说明"] = str["开局说明"] .. "选"
1fb42895ff 2023-07-11 133: str["开局说明"] = str["开局说明"] .. str["开局添加手卡"]
1fb42895ff 2023-07-11 134: str["开局说明"] = str["开局说明"] .. "卡 "
1fb42895ff 2023-07-11 135: end --}
1fb42895ff 2023-07-11 136: if str["禁格"] then --{
1fb42895ff 2023-07-11 137: str["开局说明"] = str["开局说明"] .. "禁"
1fb42895ff 2023-07-11 138: str["开局说明"] = str["开局说明"] .. str["禁格"]
1fb42895ff 2023-07-11 139: str["开局说明"] = str["开局说明"] .. "格 "
1fb42895ff 2023-07-11 140: end --}
1fb42895ff 2023-07-11 141: if str["印卡"] then --{
1fb42895ff 2023-07-11 142: str["开局说明"] = str["开局说明"] .. "印卡 "
1fb42895ff 2023-07-11 143: end --}
1fb42895ff 2023-07-11 144: Debug.ShowHint(str["开局说明"])
1fb42895ff 2023-07-11 145: fun["通关邀请"]()
1fb42895ff 2023-07-11 146: end --}
2e3f194829 2023-07-07 147:
2e3f194829 2023-07-07 148: fun["开局添加手卡"] = function(str_1)
6f45c2f05c 2023-07-11 149: str["开局添加手卡"] = str_1
6f45c2f05c 2023-07-11 150: effect_1 = Effect.GlobalEffect()
6f45c2f05c 2023-07-11 151: effect_1:SetType(EFFECT_TYPE_FIELD
6f45c2f05c 2023-07-11 152: + EFFECT_TYPE_CONTINUOUS)
6f45c2f05c 2023-07-11 153: effect_1:SetCode(EVENT_ADJUST)
6f45c2f05c 2023-07-11 154: effect_1:SetCountLimit(1)
6f45c2f05c 2023-07-11 155: function cache_1()
6f45c2f05c 2023-07-11 156: if str["已添加手卡"] == 1 then
6f45c2f05c 2023-07-11 157: return false
6f45c2f05c 2023-07-11 158: else
6f45c2f05c 2023-07-11 159: str["已添加手卡"] = 1
6f45c2f05c 2023-07-11 160: return true
6f45c2f05c 2023-07-11 161: end
6f45c2f05c 2023-07-11 162: end
6f45c2f05c 2023-07-11 163: effect_1:SetCondition(cache_1)
6f45c2f05c 2023-07-11 164: function cache_1(effect_event
6f45c2f05c 2023-07-11 165: , player_who_activate_the_effect)
6f45c2f05c 2023-07-11 166: str["玩家选定的卡"] = Duel.SelectMatchingCard(player_who_activate_the_effect
6f45c2f05c 2023-07-11 167: , Card.IsAbleToHand
6f45c2f05c 2023-07-11 168: , player_who_activate_the_effect
6f45c2f05c 2023-07-11 169: , LOCATION_DECK
6f45c2f05c 2023-07-11 170: , 0
6f45c2f05c 2023-07-11 171: , str_1
6f45c2f05c 2023-07-11 172: , str_1
6f45c2f05c 2023-07-11 173: , nil)
6f45c2f05c 2023-07-11 174: Duel.SendtoHand(str["玩家选定的卡"]
6f45c2f05c 2023-07-11 175: , nil
6f45c2f05c 2023-07-11 176: , REASON_RULE)
6f45c2f05c 2023-07-11 177: end
6f45c2f05c 2023-07-11 178: effect_1:SetOperation(cache_1)
6f45c2f05c 2023-07-11 179: Duel.RegisterEffect(effect_1
6f45c2f05c 2023-07-11 180: , 0)
6f45c2f05c 2023-07-11 181: fun["开局说明"]()
6f45c2f05c 2023-07-11 182: end
2e3f194829 2023-07-07 183:
2e3f194829 2023-07-07 184: fun["禁格"] = function(str_1)
6f45c2f05c 2023-07-11 185: str["禁格"] = str_1
6f45c2f05c 2023-07-11 186: effect_1 = Effect.GlobalEffect()
6f45c2f05c 2023-07-11 187: effect_1:SetType(EFFECT_TYPE_FIELD)
6f45c2f05c 2023-07-11 188: effect_1:SetCode(EFFECT_USE_EXTRA_MZONE)
6f45c2f05c 2023-07-11 189: effect_1:SetValue(str_1)
6f45c2f05c 2023-07-11 190: Duel.RegisterEffect(effect_1,0)
6f45c2f05c 2023-07-11 191: end
bd625da610 2023-07-07 192:
bd625da610 2023-07-07 193: fun["印卡"] = function(str_1, str_2, str_3)
6f45c2f05c 2023-07-11 194: str["印卡"] = 1
6f45c2f05c 2023-07-11 195: if str_3 then
6f45c2f05c 2023-07-11 196: else
6f45c2f05c 2023-07-11 197: str_3 = str_2
6f45c2f05c 2023-07-11 198: end
6f45c2f05c 2023-07-11 199: str["当前印卡数"] = 1
6f45c2f05c 2023-07-11 200: effect_1 = Effect.CreateEffect(str_1)
6f45c2f05c 2023-07-11 201: effect_1:SetType(EFFECT_TYPE_IGNITION)
6f45c2f05c 2023-07-11 202: effect_1:SetProperty(EFFECT_FLAG_BOTH_SIDE
6f45c2f05c 2023-07-11 203: + EFFECT_FLAG_UNCOPYABLE
6f45c2f05c 2023-07-11 204: + EFFECT_FLAG_CANNOT_NEGATE
6f45c2f05c 2023-07-11 205: + EFFECT_FLAG_CANNOT_DISABLE)
6f45c2f05c 2023-07-11 206: cache_1 = function()
6f45c2f05c 2023-07-11 207: Duel.SetChainLimit(aux.FALSE)
6f45c2f05c 2023-07-11 208: return true
6f45c2f05c 2023-07-11 209: end
6f45c2f05c 2023-07-11 210: effect_1:SetTarget(cache_1)
6f45c2f05c 2023-07-11 211: effect_1:SetRange(LOCATION_EXTRA)
6f45c2f05c 2023-07-11 212: function print_hand(effect_event
6f45c2f05c 2023-07-11 213: , player_who_activate_the_effect)
6f45c2f05c 2023-07-11 214: announce_card = Duel.AnnounceCard(player_who_activate_the_effect)
6f45c2f05c 2023-07-11 215: card = Duel.CreateToken(player_who_activate_the_effect
6f45c2f05c 2023-07-11 216: , announce_card)
6f45c2f05c 2023-07-11 217: if str["当前印卡数"] <= str_2 then
6f45c2f05c 2023-07-11 218: str["当前印卡数"] = str["当前印卡数"] + 1
6f45c2f05c 2023-07-11 219: Duel.SendtoHand(card,nil,REASON_RULE)
6f45c2f05c 2023-07-11 220: else
6f45c2f05c 2023-07-11 221: if str["当前印卡数"] <= str_3 then
6f45c2f05c 2023-07-11 222: str["当前印卡数"] = str["当前印卡数"] + 1
6f45c2f05c 2023-07-11 223: Duel.Remove(card,POS_FACEUP,REASON_RULE)
6f45c2f05c 2023-07-11 224: Duel.SendtoDeck(card,player_who_activate_the_effect,0,REASON_RULE)
6f45c2f05c 2023-07-11 225: else
6f45c2f05c 2023-07-11 226: Debug.ShowHint("印卡过多!")
6f45c2f05c 2023-07-11 227: end
6f45c2f05c 2023-07-11 228: end
6f45c2f05c 2023-07-11 229: end
6f45c2f05c 2023-07-11 230: effect_1:SetOperation(print_hand)
6f45c2f05c 2023-07-11 231: str_1:RegisterEffect(effect_1)
6f45c2f05c 2023-07-11 232: end
6f45c2f05c 2023-07-11 233:
718e1ae0ea 2023-07-11 234: fun["全部回到卡组"] = function()
6f45c2f05c 2023-07-11 235: Debug.ShowHint("胜利条件:让对方的卡回到卡组。")
6f45c2f05c 2023-07-11 236:
6f45c2f05c 2023-07-11 237: effect_1 = Effect.GlobalEffect()
6f45c2f05c 2023-07-11 238:
6f45c2f05c 2023-07-11 239: effect_1:SetType(EFFECT_TYPE_FIELD
6f45c2f05c 2023-07-11 240: + EFFECT_TYPE_CONTINUOUS)
6f45c2f05c 2023-07-11 241:
6f45c2f05c 2023-07-11 242: effect_1:SetCode(EVENT_ADJUST)
6f45c2f05c 2023-07-11 243:
6f45c2f05c 2023-07-11 244: cache_1 = function()
6f45c2f05c 2023-07-11 245: cache_1 = 0
6f45c2f05c 2023-07-11 246: cache_1 = cache_1 + LOCATION_HAND
6f45c2f05c 2023-07-11 247: cache_1 = cache_1 + LOCATION_MZONE
6f45c2f05c 2023-07-11 248: cache_1 = cache_1 + LOCATION_SZONE
6f45c2f05c 2023-07-11 249: cache_1 = cache_1 + LOCATION_GRAVE
6f45c2f05c 2023-07-11 250: cache_1 = cache_1 + LOCATION_REMOVED
6f45c2f05c 2023-07-11 251:
6f45c2f05c 2023-07-11 252: cache_1 = Duel.GetFieldGroupCount(1,cache_1,0)
6f45c2f05c 2023-07-11 253:
6f45c2f05c 2023-07-11 254: if cache_1 == 0 then
6f45c2f05c 2023-07-11 255: return true
6f45c2f05c 2023-07-11 256: else
6f45c2f05c 2023-07-11 257: return false
6f45c2f05c 2023-07-11 258: end
6f45c2f05c 2023-07-11 259: end
6f45c2f05c 2023-07-11 260:
6f45c2f05c 2023-07-11 261: effect_1:SetCondition(cache_1)
6f45c2f05c 2023-07-11 262:
6f45c2f05c 2023-07-11 263: cache_1 = function()
6f45c2f05c 2023-07-11 264: Debug.ShowHint("目标已达成!")
6f45c2f05c 2023-07-11 265: Duel.SetLP(1,0)
6f45c2f05c 2023-07-11 266: end
6f45c2f05c 2023-07-11 267:
6f45c2f05c 2023-07-11 268: effect_1:SetOperation(cache_1)
6f45c2f05c 2023-07-11 269:
6f45c2f05c 2023-07-11 270: Duel.RegisterEffect(effect_1,0)
6f45c2f05c 2023-07-11 271: end
1fb42895ff 2023-07-11 272: