Versions / 0.6.0-pre.3 / Projectiles / NPCs / Intelligent / Feran_Sharptooth / Feran_Sharptooth_Axe.json
Feran_Sharptooth_Axe
Server/Projectiles/NPCs/Intelligent/Feran_Sharptooth/Feran_Sharptooth_Axe.json, 355 B
Fields
| Field | Type |
|---|---|
Appearance | string |
PitchAdjustShot | boolean |
SticksVertically | boolean |
MuzzleVelocity | number |
TerminalVelocity | number |
Gravity | number |
Bounciness | number |
ImpactSlowdown | number |
TimeToLive | number |
Damage | number |
DeathEffectsOnHit | boolean |
DeadTime | number |
DepthShot | number |
HitParticles | object |
Source
{
"Appearance": "Axe_Bone",
"PitchAdjustShot": false,
"SticksVertically": true,
"MuzzleVelocity": 50,
"TerminalVelocity": 100,
"Gravity": 20,
"Bounciness": 0,
"ImpactSlowdown": 0,
"TimeToLive": 10,
"Damage": 30,
"DeathEffectsOnHit": true,
"DeadTime": 0,
"DepthShot": 1,
"HitParticles": {
"SystemId": "Impact_Blade_01"
}
}