s20260709_DeDn8PQlRWhVRkUA3cLk

This commit is contained in:
yuvlian
2026-07-20 17:19:20 +07:00
commit 89a4b21b4b
8503 changed files with 3803850 additions and 0 deletions
@@ -0,0 +1,112 @@
{
"list": [
{
"id": "Bullet",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnZero": false,
"destroyableOnRetreat": false,
"list": [
{
"ability": "CheckNormalExtendedInitBulletBase"
}
],
"categoryKeywordList": [
"RESOURCE",
"BULLET"
]
},
{
"id": "BulletLament",
"buffClass": "CountableBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnZero": false,
"destroyableOnZeroTurn": false,
"destroyableOnBothZero": true,
"maxStack": 20,
"maxTurn": 20,
"list": [
{
"ability": "CheckCountableExtendedBulletBaseLament"
}
],
"categoryKeywordList": [
"RESOURCE",
"BULLET",
"TURN_IS_ALSO_LOADED_BULLET"
]
},
{
"id": "Bullet_LogicAtelier",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnZero": false,
"destroyableOnRetreat": false,
"maxStack": 1,
"list": [
],
"categoryKeywordList": [
"RESOURCE",
"BULLET",
"CAN_GET_ONLY_BY_SYSTEM"
]
},
{
"id": "MeursaultSporeBulletLong",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnZero": false,
"destroyableOnRetreat": false,
"maxStack": 10,
"list": [
{
"ability": "CheckNormalExtendedInitBulletBase"
}
],
"categoryKeywordList": [
"RESOURCE",
"BULLET"
]
},
{
"id": "MeursaultSporeBulletShort",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnZero": false,
"destroyableOnRetreat": false,
"maxStack": 6,
"list": [
{
"ability": "CheckNormalExtendedInitBulletBase"
}
],
"categoryKeywordList": [
"RESOURCE",
"BULLET"
]
},
{
"id": "BulletGodok",
"buffClass": "NonvolatileBuff",
"buffType": "Neutral",
"canBeDespelled": false,
"destroyableOnDie": true,
"destroyableOnRetreat": true,
"destroyableOnZero": false,
"maxStack": 6,
"list": [
],
"categoryKeywordList": [
"RESOURCE",
"BULLET",
"CAN_GET_ONLY_BY_SYSTEM"
]
}
]
}