Versions / 0.6.0-pre.3 / Projectiles / NPCs / Intelligent / Goblin_Scrapper / Goblin_Scrapper_Rubble.json
Goblin_Scrapper_Rubble
Server/Projectiles/NPCs/Intelligent/Goblin_Scrapper/Goblin_Scrapper_Rubble.json, 363 B
Fields
| Field | Type |
|---|---|
Appearance | string |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Bounciness | number |
ImpactSlowdown | number |
TimeToLive | number |
Damage | number |
DeathEffectsOnHit | boolean |
DeadTime | number |
HitParticles | object |
DepthShot | number |
HorizontalCenterShot | number |
Source
{
"Appearance": "Rubble_Stone",
"SticksVertically": false,
"MuzzleVelocity": 30,
"TerminalVelocity": 30,
"Gravity": 20,
"Bounciness": 0.5,
"ImpactSlowdown": 0.5,
"TimeToLive": 5,
"Damage": 12,
"DeathEffectsOnHit": true,
"DeadTime": 0,
"HitParticles": {
"SystemId": "Stone_Death"
},
"DepthShot": 0.5,
"HorizontalCenterShot": 0.1
}