游戏王残局简化版

Check-in [cc5d507b6d]
Login

Check-in [cc5d507b6d]

Overview
Comment:0.0.344
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: cc5d507b6de81fd9850b77575c6fafd2ae22e0dea31feb679659d34d169b9607
User & Date: 顽雨沉风 on 2023-06-29 12:55:25
Other Links: manifest | tags
Context
2023-06-29
12:58
0.0.345 check-in: 89f86c1dc5 user: 顽雨沉风 tags: trunk
12:55
0.0.344 check-in: cc5d507b6d user: 顽雨沉风 tags: trunk
12:43
0.0.343 check-in: 29d8fe19da user: 顽雨沉风 tags: trunk
Changes

Modified script/_functions.txt from [b449837a76] to [39fe9f2534].

2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2199
2200
2201
2202
2203
2204
2205



2206
2207
2208
2209
2210
2211
2212







-
-
-







●void Duel.SwapDeckAndGrave(int player)
现世与冥界的逆转专用。把玩家player的卡组和墓地交换

●void Duel.MajesticCopy(Card c1, Card c2)
救世星龙专用。把c2记述的效果复制给c1
强制发动的效果可以选择是否发动

●int Duel.GetMasterRule()
返回当前决斗规则(大师规则X)。

●int,int,.. Duel.ReadCard(int|Card target, int type, int type2, ..)
返回卡片target(或是卡号为target的卡)的type的信息。
type可以是以下之一:
CARDDATA_CODE			1
CARDDATA_ALIAS			2
CARDDATA_SETCODE		3
CARDDATA_TYPE			4