Bomb_Throw
Server/Item/Interactions/Weapons/Bomb/Bomb_Throw.json, 553 B
Fields
| Field | Type |
|---|---|
Type | string |
Interactions | array[4] |
Source
{
"Type": "Serial",
"Interactions": [
{
"Type": "Simple",
"RunTime": 0.25,
"Effects": {
"ItemAnimationId": "Throw"
}
},
{
"Type": "ResetCooldown",
"Cooldown": {
"Cooldown": 1
}
},
{
"Type": "Projectile",
"Config": "Projectile_Config_Bomb_Base",
"Next": {
"Type": "Simple",
"RunTime": 0.2
}
},
{
"Type": "ModifyInventory",
"ItemToRemove": {
"Id": "Weapon_Bomb",
"Quantity": 1
}
}
]
}