22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"AbilityName": "Level_AddRobotMAXMass",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyMassRatioAction",
|
|
"Ratio": 99999,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "ModifyMassRatioAction",
|
|
"Ratio": 0.35,
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |