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 @@ ...@@ -68,7 +68,10 @@
}, },
"60": { "60": {
"protoType": "summoning", "protoType": "summoning",
"fields": [] "fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
}, },
"61": { "61": {
"protoType": "summoned", "protoType": "summoned",
...@@ -76,7 +79,10 @@ ...@@ -76,7 +79,10 @@
}, },
"62": { "62": {
"protoType": "sp_summoning", "protoType": "sp_summoning",
"fields": [] "fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
}, },
"63": { "63": {
"protoType": "sp_summoned", "protoType": "sp_summoned",
...@@ -84,7 +90,10 @@ ...@@ -84,7 +90,10 @@
}, },
"64": { "64": {
"protoType": "flip_summoning", "protoType": "flip_summoning",
"fields": [] "fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
}, },
"65": { "65": {
"protoType": "flip_summoned", "protoType": "flip_summoned",
...@@ -92,11 +101,16 @@ ...@@ -92,11 +101,16 @@
}, },
"70": { "70": {
"protoType": "chaining", "protoType": "chaining",
"fields": [] "fields": [
{ "fieldName": "code", "fieldType": "uint32" },
{ "fieldName": "location", "fieldType": "CardLocation" }
]
}, },
"110": { "110": {
"protoType": "attack", "protoType": "attack",
"fields": [] "fields": [
{ "fieldName": "location", "fieldType": "CardLocation" }
]
}, },
"112": { "112": {
"protoType": "attack_disable", "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