Commit 0ac4295b authored by Chunchi Che's avatar Chunchi Che

udpate penetrate.json

parent 93a06b94
Pipeline #21101 failed with stages
in 2 minutes and 37 seconds
......@@ -68,7 +68,10 @@
},
"60": {
"protoType": "summoning",
"fields": []
"fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
},
"61": {
"protoType": "summoned",
......@@ -76,7 +79,10 @@
},
"62": {
"protoType": "sp_summoning",
"fields": []
"fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
},
"63": {
"protoType": "sp_summoned",
......@@ -84,7 +90,10 @@
},
"64": {
"protoType": "flip_summoning",
"fields": []
"fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
},
"65": {
"protoType": "flip_summoned",
......@@ -92,11 +101,16 @@
},
"70": {
"protoType": "chaining",
"fields": []
"fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
},
"110": {
"protoType": "attack",
"fields": []
"fields": [
{ "fieldName": "location", "fieldType": "CardLocation" }
]
},
"112": {
"protoType": "attack_disable",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment