mirror of
https://gitlab.com/echoes91/spears.git
synced 2025-01-22 05:30:22 +01:00
21 lines
1.0 KiB
Plaintext
21 lines
1.0 KiB
Plaintext
# Initial speed
|
|
spears_throw_speed (Spear's speed when throwing) float 13
|
|
|
|
# Drag and fluid viscosity slows down the spear
|
|
spears_drag_coeff (Drag coefficient for spears in air) float 0.1
|
|
|
|
# Crackyness limit to stick a spear into a node instead of bouncing
|
|
spears_node_cracky_limit (Cracky node level limit to stick a spear) int 3
|
|
|
|
# When used as melee weapon, the spear will do full damage if this time is spent between punches.
|
|
spears_full_punch_interval (When used as melee weapon, the spear will do full damage if this time is spent between punches.) float 1.5
|
|
|
|
spears_enable_stone_spear (Stone spear enabled) bool true
|
|
spears_enable_iron_spear (Iron spear enabled, requires pigiron mod) bool false
|
|
spears_enable_steel_spear (Steel spear enabled) bool true
|
|
spears_enable_copper_spear (Copper spear enabled) bool true
|
|
spears_enable_bronze_spear (Bronze spear enabled) bool true
|
|
spears_enable_obsidian_spear (Obsidian spear enabled) bool true
|
|
spears_enable_diamond_spear (Diamond spear enabled) bool true
|
|
spears_enable_gold_spear (Gold spear enabled) bool true
|