Files
turnbasedgamedata/Config/Gameplays/Chimera/ChimeraConfig_201.json
2025-02-24 07:50:34 -03:00

132 lines
2.9 KiB
JSON

{
"AbilityConfig": {
"DisplayID": 1201,
"Abilities": [
{
"$type": "RPG.GameCore.ChimeraAbility",
"PerformanceJsonPath": "Config/Gameplays/Chimera/Ability/Chimera_Ability_201.json",
"Modifiers": [
{
"Target": {
"Target": "OtherTeammate"
},
"Tag": "Buff",
"Params": [
{
"Type": "ChangeAttack",
"Params": [
{
"Value": 3
}
]
},
{
"Type": "ChangeHP",
"Params": [
{
"Value": 3
}
]
}
]
}
],
"TriggerCondition": {
"OnWhichAction": "OnGameStart",
"Params": []
},
"ExtraCondition": {}
}
]
},
"StatusConfig": {
"Attack": {
"Value": 1
},
"HP": {
"Value": 1
}
},
"Talks": {
"TalkConfigs": [
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 101313
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013132
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013133
},
"Conditions": [
{
"Type": "UseAbility",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013134
},
"Conditions": [
{
"Type": "OnFinishWork",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraTalkContentID": 1013135
},
"Conditions": [
{
"Type": "OnMemberDead",
"Params": []
}
]
},
{
"$type": "RPG.GameCore.ChimeraTalk",
"TalkConfig": {
"$type": "RPG.GameCore.ChimeraTalkContent",
"ChimeraEmojiID": 2
},
"Conditions": [
{
"Type": "OnFinishWork",
"Params": []
}
]
}
]
}
}