Versions / 0.6.0-pre.8.1 / Item / Interactions / NPCs / Reptile / Toad_Rhino_Magma / Toad_Rhino_Magma_Tongue.json
Toad_Rhino_Magma_Tongue
Server/Item/Interactions/NPCs/Reptile/Toad_Rhino_Magma/Toad_Rhino_Magma_Tongue.json, 1.0 KB
Fields
| Field | Type |
|---|---|
Type | string |
Tags | object |
Effects | object |
$Comment | string |
RunTime | number |
Next | object |
Source
{
"Type": "Simple",
"Tags": {
"Attack": [
"Ranged"
]
},
"Effects": {
"ItemPlayerAnimationsId": "Toad_Rhino_Magma_Default",
"ItemAnimationId": "Tongue"
},
"$Comment": "Prepare Delay",
"RunTime": 0.5,
"Next": {
"Type": "Selector",
"Effects": {
"WorldSoundEventId": "SFX_Toad_Rhino_Magma_Tongue_Whoosh"
},
"$Comment": "Length of Combat",
"RunTime": 0.152,
"Selector": {
"Id": "Stab",
"TestLineOfSight": false,
"ExtendTop": 0.5,
"ExtendBottom": 0.5,
"ExtendLeft": 0.5,
"ExtendRight": 0.5,
"StartDistance": 1,
"EndDistance": 10
},
"HitEntity": {
"Interactions": [
{
"Type": "Replace",
"DefaultValue": {
"Interactions": [
"Toad_Rhino_Magma_Tongue_Damage"
]
},
"Var": "Tongue_Damage"
}
]
},
"Next": {
"Type": "Simple",
"$Comment": "Pad the interaction length",
"RunTime": 0.53
}
}
}