next2chでカードゲームを作るwwwwwwwwwwwwwww #799

799泥アプリ開発◆CEeOGi4Lj.:2015/04/04(土) 01:43:47.26 ID:L8OuUuNW

余裕でできるよ
ちなみにまた仕様説明のほうでくわしく書くけど分解はこうなってるよ

{
"CardType": "magic",
"ID": 20012,
"Name": "分解",
"COST": 0,
"Range": "0000000100002000000000000",
"Effect": [
{
"scope": "range",
"execute": "immediate",
"process": [
{
"do": "destroy",
"next": "1"
},
{
"do": "check",
"param": "controllable",
"val": "true",
"trueNext": "2",
"falseNext": "3"
},
{
"do": "store",
"operation": "add",
"index": "0",
"value": "cost",
"next": "-1"
},
{
"do": "store",
"operation": "add",
"index": "1",
"value": "cost",
"next": "-1"
}
]
},
{
"scope": "player",
"execute": "immediate",
"process": [
{
"do": "alterIndex",
"target": "me",
"param": "weed",
"index": "0",
"next": "1"
},
{
"do": "alterIndex",
"target": "opponent",
"param": "weed",
"index": "1",
"next": "-1"
}
]
}
],
"FT": ""
}

このスレッドを全て表示


このスレッドは過去ログです。