feat: port scenario action effects

This commit is contained in:
2026-07-30 19:00:04 +00:00
parent 7f31459385
commit c68d992046
39 changed files with 1131 additions and 95 deletions
+48 -4
View File
@@ -110,8 +110,30 @@
},
"const": {
"type": "object",
"propertyNames": {
"type": "string"
"properties": {
"scenarioEffect": {
"anyOf": [
{
"type": "string",
"enum": [
"event_UnlimitedDefenceThresholdChange",
"event_StrongAttacker",
"event_MoreEffect"
]
},
{
"type": "string",
"const": ""
},
{
"type": "string",
"const": "None"
},
{
"type": "null"
}
]
}
},
"additionalProperties": {}
},
@@ -236,8 +258,30 @@
},
"const": {
"type": "object",
"propertyNames": {
"type": "string"
"properties": {
"scenarioEffect": {
"anyOf": [
{
"type": "string",
"enum": [
"event_UnlimitedDefenceThresholdChange",
"event_StrongAttacker",
"event_MoreEffect"
]
},
{
"type": "string",
"const": ""
},
{
"type": "string",
"const": "None"
},
{
"type": "null"
}
]
}
},
"additionalProperties": {}
},