Overview
| Comment: | 0.0.28 |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
a7c1661c00f11f31b17cee43ce8ced05 |
| User & Date: | 顽雨沉风 on 2023-04-21 12:21:39.371 |
| Other Links: | manifest | tags |
Context
|
2023-04-22
| ||
| 01:02 | 0.0.29 check-in: b1ab5b678d user: 顽雨沉风 tags: trunk | |
|
2023-04-21
| ||
| 12:21 | 0.0.28 check-in: a7c1661c00 user: 顽雨沉风 tags: trunk | |
| 12:20 | 0.0.27 check-in: 5f7bf7c738 user: 顽雨沉风 tags: trunk | |
Changes
Modified MH87.lua
from [f8b3468127]
to [534600f80a].
1 2 3 4 5 | --[[message 卡数:31 规则:大师3 ]] --created by ygopro puzzle maker | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 |
--[[message
卡数:31
规则:大师3
]]
--created by ygopro puzzle maker
Debug.SetAIName("棉花")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI,3)
Debug.SetPlayerInfo(0,8000,0,0)
Debug.SetPlayerInfo(1,8000,0,0)
Debug.AddCard(30587695,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(16550875,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(16550875,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
Debug.AddCard(16550875,0,0,LOCATION_DECK,0,POS_FACEUP_ATTACK)
|
| ︙ | ︙ |