游戏王残局简化版

Check-in [8b8fd4edd6]
Login

Check-in [8b8fd4edd6]

Overview
Comment:(/ω\)
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8b8fd4edd6229cee0e6d55903899108a57ced3ddea034dd400c463b7475eb815
User & Date: 顽雨沉风 on 2024-01-20 12:05:52
Other Links: manifest | tags
Context
2024-01-20
12:07
(/ω\) check-in: bf9fe78c64 user: 顽雨沉风 tags: trunk
12:05
(/ω\) check-in: 8b8fd4edd6 user: 顽雨沉风 tags: trunk
10:54
改名 check-in: e57e58f04e user: 顽雨沉风 tags: trunk
Changes

Modified single/5_19_棉花_魔轰神.lua from [e05ba3f7c3] to [1a593c487f].

1
2

3
4
5
6
7
8
9
--[[message
魔轰神

]]
Debug.SetAIName("MH01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,13400,0,0)
Debug.AddCard(18282103,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(82888408,0,0,LOCATION_DECK,3,POS_FACEUP_ATTACK)

|
>







1
2
3
4
5
6
7
8
9
10
--[[message
查局:
旧名:MH01
]]
Debug.SetAIName("MH01")
Debug.ReloadFieldBegin(DUEL_ATTACK_FIRST_TURN+DUEL_SIMPLE_AI+DUEL_PSEUDO_SHUFFLE,5)
Debug.SetPlayerInfo(0,100,0,0)
Debug.SetPlayerInfo(1,13400,0,0)
Debug.AddCard(18282103,0,0,LOCATION_DECK,0,POS_FACEDOWN)
Debug.AddCard(82888408,0,0,LOCATION_DECK,3,POS_FACEUP_ATTACK)