Versions / 0.5.0-pre.9 / Item / Interactions / Weapons / Spellbook / Attacks / Spellbook_Cast_Hurl_Charged.json
Spellbook_Cast_Hurl_Charged
Server/Item/Interactions/Weapons/Spellbook/Attacks/Spellbook_Cast_Hurl_Charged.json, 1.3 KB
Fields
| Field | Type |
|---|---|
Type | string |
Costs | object |
$Comment | string |
RunTime | number |
Next | object |
Failed | object |
Source
{
"Type": "StatsCondition",
"Costs": {
"Mana": 25
},
"$Comment": "Prepare Delay",
"RunTime": 0.167,
"Next": {
"Type": "Parallel",
"$Comment": "Make sure this parallel interaction is needed and can't be optimized away",
"Interactions": [
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Spellbook_Cast_Cost"
]
},
"Var": "Spellbook_Cast_Hurl_Cost"
}
]
},
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Spellbook_Cast_Launch"
]
},
"Var": "Spellbook_Cast_Hurl_Launch"
}
]
},
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Spellbook_Cast_Effect"
]
},
"Var": "Spellbook_Cast_Hurl_Effect"
}
]
}
]
},
"Failed": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Spellbook_Cast_Fail"
]
},
"Var": "Spellbook_Cast_Hurl_Fail"
}
}