Add individual screenshots and some doc fixes
BIN
screenshot.png
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 105 KiB |
|
@ -29,7 +29,8 @@ Uses globalstep to detect left mouse button
|
||||||
|
|
||||||
### Enable admin super weapons
|
### Enable admin super weapons
|
||||||
|
|
||||||
Allows admins (server priv) shoot all guns automatically
|
Allows admins (server priv) to shoot all guns automatically
|
||||||
|
Requires `shooter_automatic_weapons` to be `true`
|
||||||
|
|
||||||
`shooter_admin_weapons = false`
|
`shooter_admin_weapons = false`
|
||||||
|
|
||||||
|
@ -156,6 +157,8 @@ Used by `shooter.register_weapon`
|
||||||
-- Number of rounds, refilled by the defined reload item
|
-- Number of rounds, refilled by the defined reload item
|
||||||
range = 200,
|
range = 200,
|
||||||
-- Range (in nodes) of each shot
|
-- Range (in nodes) of each shot
|
||||||
|
step = 30,
|
||||||
|
-- Distance per `shooter_rounds_update_time`
|
||||||
tool_caps = {
|
tool_caps = {
|
||||||
-- Tool capabilities, used for object/player damage
|
-- Tool capabilities, used for object/player damage
|
||||||
full_punch_interval = 1.0,
|
full_punch_interval = 1.0,
|
||||||
|
@ -163,10 +166,10 @@ Used by `shooter.register_weapon`
|
||||||
},
|
},
|
||||||
groups = {
|
groups = {
|
||||||
-- Damage groups, used to effect nodes as a normal tool item would
|
-- Damage groups, used to effect nodes as a normal tool item would
|
||||||
snappy=3,
|
snappy = 3,
|
||||||
crumbly=3,
|
crumbly = 3,
|
||||||
choppy=3,
|
choppy = 3,
|
||||||
fleshy=2,
|
fleshy = 2,
|
||||||
oddly_breakable_by_hand=2
|
oddly_breakable_by_hand=2
|
||||||
},
|
},
|
||||||
sounds = {
|
sounds = {
|
||||||
|
|
BIN
shooter_crossbow/screenshot.png
Normal file
After Width: | Height: | Size: 66 KiB |
BIN
shooter_flaregun/screenshot.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
shooter_grenade/screenshot.png
Normal file
After Width: | Height: | Size: 64 KiB |
BIN
shooter_guns/screenshot.png
Normal file
After Width: | Height: | Size: 67 KiB |
BIN
shooter_rocket/screenshot.png
Normal file
After Width: | Height: | Size: 62 KiB |
BIN
shooter_turret/screenshot.png
Normal file
After Width: | Height: | Size: 68 KiB |