shooter/settingtypes.txt

22 lines
1.1 KiB
Plaintext
Raw Normal View History

2019-03-20 22:07:16 +00:00
[shooter]
shooter_automatic_weapons (Enable automatic weapons) bool true
shooter_admin_weapons (Enable admin super weapons) bool false
shooter_enable_blasting (Enable node destruction with explosives) bool false
shooter_enable_particle_fx (Enable hit particle effects) bool true
shooter_enable_protection (Respect protection mods) bool false
shooter_enable_crafting (Allow crafting of weapons) bool true
shooter_explosion_texture (Hit particle texture for 'fleshy' object, inc. players) string shooter_hit.png
shooter_allow_nodes (Allow node destruction) bool true
shooter_allow_entities (Allow damage to active objects in multiplayer mode) bool false
shooter_allow_players (Allow damage to players in multiplayer mode) bool true
shooter_rounds_update_time (Round update time, should be >= dedicated server step) float 0.4
2019-04-02 15:29:50 +00:00
shooter_damage_multiplier (Entity damage coefficient) float 1.0
2019-03-20 22:07:16 +00:00
[shooter_crossbow]
2019-03-24 14:40:31 +00:00
shooter_crossbow_uses (Number of crossbow uses) int 50
2019-03-20 22:07:16 +00:00
shooter_arrow_lifetime (Arrow exipiry time in seconds) int 180
shooter_arrow_fleshy (Arrow 'fleshy' damage level) float 2
shooter_arrow_object_attach (Experimental, attach arrows to objects when hit) bool false