184 lines
5.3 KiB
JSON
184 lines
5.3 KiB
JSON
{
|
|
"AbilityName": "Activity_Pinball_BaseHpManager",
|
|
"AbilitySpecials": {
|
|
"AS_BaseHP": {
|
|
"Value": 100
|
|
},
|
|
"AS_DashEnergyCost": {
|
|
"Value": 50
|
|
},
|
|
"AS_DashEnergyInit": {
|
|
"Value": 0
|
|
},
|
|
"AS_IsSettlingInit": {
|
|
"Value": 0
|
|
},
|
|
"AS_IsSettlingMax": {
|
|
"Value": 1
|
|
},
|
|
"AS_MaxBaseHP": {
|
|
"Value": 100
|
|
},
|
|
"AS_MaxDashEnergy": {
|
|
"Value": 100
|
|
},
|
|
"AS_MaxSkillEnergy": {
|
|
"Value": 100
|
|
},
|
|
"AS_SkillEnergyInit": {
|
|
"Value": 0
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"Duration": -1,
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RegisterAdditionalCustomPropertyAction",
|
|
"CustomProperties": [
|
|
{
|
|
"CurPropertyInitValue": 100,
|
|
"CurPropertyType": "Pinball_BaseHP",
|
|
"MaxPropertyInitValue": 100,
|
|
"MaxPropertyType": "Pinball_MaxBaseHP"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_IsSettling",
|
|
"MaxPropertyInitValue": 1,
|
|
"MaxPropertyType": "Pinball_IsSettlingMax"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_DashEnergy",
|
|
"MaxPropertyInitValue": 100,
|
|
"MaxPropertyType": "Pinball_MaxDashEnergy"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_SkillEnergy",
|
|
"MaxPropertyInitValue": 100,
|
|
"MaxPropertyType": "Pinball_MaxSkillEnergy"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_SkillEnergyRegenPerSec",
|
|
"MaxPropertyInitValue": 999,
|
|
"MaxPropertyType": "Pinball_MaxSkillEnergyRegenPerSec"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 50,
|
|
"CurPropertyType": "Pinball_DashEnergyCost",
|
|
"MaxPropertyInitValue": 50,
|
|
"MaxPropertyType": "Pinball_MaxDashEnergyCost"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 80,
|
|
"CurPropertyType": "Pinball_SkillEnergyCost",
|
|
"MaxPropertyInitValue": 80,
|
|
"MaxPropertyType": "Pinball_MaxSkillEnergyCost"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_RelaunchCooldown",
|
|
"MaxPropertyInitValue": 20,
|
|
"MaxPropertyType": "Pinball_MaxRelaunchCooldown"
|
|
},
|
|
{
|
|
"CurPropertyInitValue": 0,
|
|
"CurPropertyType": "Pinball_PaddleBackTutorialDone",
|
|
"MaxPropertyInitValue": 1,
|
|
"MaxPropertyType": "Pinball_PaddleBackTutorialDoneMax"
|
|
}
|
|
],
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_MaxBaseHP",
|
|
"CustomPropertyType": "Pinball_MaxBaseHP",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_BaseHP",
|
|
"CustomPropertyType": "Pinball_BaseHP",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_IsSettlingInit",
|
|
"CustomPropertyType": "Pinball_IsSettling",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_IsSettlingMax",
|
|
"CustomPropertyType": "Pinball_IsSettlingMax",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_MaxDashEnergy",
|
|
"CustomPropertyType": "Pinball_MaxDashEnergy",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_DashEnergyInit",
|
|
"CustomPropertyType": "Pinball_DashEnergy",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_MaxSkillEnergy",
|
|
"CustomPropertyType": "Pinball_MaxSkillEnergy",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_SkillEnergyInit",
|
|
"CustomPropertyType": "Pinball_SkillEnergy",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_DashEnergyCost",
|
|
"CustomPropertyType": "Pinball_MaxDashEnergyCost",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ModifyProperty",
|
|
"Amount": "%AS_DashEnergyCost",
|
|
"CustomPropertyType": "Pinball_DashEnergyCost",
|
|
"PropertyModifyFunction": "Replace",
|
|
"PropertyType": "Custom",
|
|
"Target": "LocalAvatar"
|
|
},
|
|
{
|
|
"$type": "ApplyAbilityAction",
|
|
"AbilityID": 799900358,
|
|
"IsAutoTrigger": true,
|
|
"Target": "LocalAvatar"
|
|
}
|
|
]
|
|
}
|
|
} |