Versions / 0.6.0-pre.1.1 / Item / Interactions / Weapons / Wand / Attacks / Wand_Cast_Left_Charged.json
Wand_Cast_Left_Charged
Server/Item/Interactions/Weapons/Wand/Attacks/Wand_Cast_Left_Charged.json, 1.2 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": [
"Wand_Cast_Cost"
]
},
"Var": "Wand_Cast_Left_Cost"
}
]
},
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Wand_Cast_Launch"
]
},
"Var": "Wand_Cast_Left_Launch"
}
]
},
{
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Wand_Cast_Effect"
]
},
"Var": "Wand_Cast_Left_Effect"
}
]
}
]
},
"Failed": {
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Wand_Cast_Fail"
]
},
"Var": "Wand_Cast_Left_Fail"
}
}