refactor: compose shared scenario event and item packs

This commit is contained in:
2026-07-30 02:27:27 +00:00
parent b0b40b87aa
commit 971661338f
82 changed files with 756 additions and 2924 deletions
@@ -0,0 +1,14 @@
{
"initialEvents": [
[
true,
[
"ChangeCity",
"all",
{
"trade": 100
}
]
]
]
}
@@ -0,0 +1,31 @@
{
"initialEvents": [
[
true,
[
"ChangeCity",
"free",
{
"pop": "70%",
"agri": "70%",
"comm": "70%",
"secu": "70%",
"trust": 80
}
],
[
"ChangeCity",
"occupied",
{
"pop": "70%",
"agri": "70%",
"comm": "70%",
"secu": "70%",
"trust": 80,
"def": "70%",
"wall": "70%"
}
]
]
]
}