mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
24 lines
596 B
JSON
24 lines
596 B
JSON
{
|
|
"ConfigList": {
|
|
"TrueDamage": {
|
|
"TemplateName": "TrueDamage",
|
|
"MuteDamageBlockExcludeDot": true,
|
|
"MuteSplitHp": true
|
|
},
|
|
"DirectlyLoseHp": {
|
|
"TemplateName": "DirectlyLoseHp",
|
|
"MuteDamageBlockExcludeDot": true,
|
|
"MuteShield": true,
|
|
"MuteSplitHp": true,
|
|
"OnlyIsIndirectAttack": true,
|
|
"OnlyIsNotHit": true
|
|
},
|
|
"DirectlyLoseHpHit": {
|
|
"TemplateName": "DirectlyLoseHpHit",
|
|
"MuteDamageBlockExcludeDot": true,
|
|
"TriggerBlockDamageExcludeDot": true,
|
|
"MuteShield": true,
|
|
"MuteSplitHp": true
|
|
}
|
|
}
|
|
} |