Overview
Comment: | 0.0.588 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b6fafabe0f2944691ad0c1d87174c8c8 |
User & Date: | 顽雨沉风 on 2023-07-03 04:19:05 |
Other Links: | manifest | tags |
Context
2023-07-03
| ||
04:19 | 0.0.589 check-in: 799ece6dcc user: 顽雨沉风 tags: trunk | |
04:19 | 0.0.588 check-in: b6fafabe0f user: 顽雨沉风 tags: trunk | |
04:16 | 0.0.587 check-in: 45d1d89706 user: 顽雨沉风 tags: trunk | |
Changes
Modified single/32.Enemy Controlled Heraldry.lua from [0ba6c7348e] to [21800a7844].
1 2 3 4 5 6 7 8 9 10 | --[[message 控敌的纹章 ]] 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) | > > > > > | 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) |
︙ | ︙ |