Differences From Artifact [0ba6c7348e]:
- File single/32.Enemy Controlled Heraldry.lua — part of check-in [45d1d89706] at 2023-07-03 04:16:44 on branch trunk — 0.0.587 (user: 顽雨沉风, size: 4830) [annotate] [blame] [check-ins using]
To Artifact [21800a7844]:
- File single/32.Enemy Controlled Heraldry.lua — part of check-in [b6fafabe0f] at 2023-07-03 04:19:05 on branch trunk — 0.0.588 (user: 顽雨沉风, size: 4948) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | + + + + + | --[[message 控敌的纹章 ]] --~ 必须位于残局文件顶部 --~ 加载残局函数库 Debug.AddCard(0,0,0,LOCATION_MZONE,-1,POS_FACEUP) Debug.SetAIName("四妹") Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3) Debug.SetPlayerInfo(0,100,0,0) Debug.SetPlayerInfo(1,113400,0,0) Debug.AddCard(87255382,0,0,LOCATION_DECK,0,POS_FACEDOWN) Debug.AddCard(82315772,0,0,LOCATION_DECK,0,POS_FACEDOWN) |
︙ |