ItemShot
Configuration
Value
Description
Example
custom_modules:
ItemShot:
- IsGrenade: true
GrenadeExplodeOnImpact: false
IsCustomItem: false
Velocity: 25.0
UpwardsFactor: 0.7
Torque: '0, 100, 0'
CustomItemId: 0 # Not used if IsCustomItem is false
ItemType: 'GrenadeFlash' # Spawns a flashbang
- IsGrenade: false
GrenadeExplodeOnImpact: false # Not relevant for non-grenades
IsCustomItem: true
Velocity: 18.0
UpwardsFactor: 0.2
Torque: '50, 50, 50'
CustomItemId: 12345 # Spawns a custom item with ID 12345
ItemType: 'None' # Not used if IsCustomItem is trueLast updated
Was this helpful?