Go to file
Lars Müller 8470974366
Fix crash when dropping barrel
2022-02-20 18:18:42 +01:00
media Setup 2020-04-11 00:17:14 +02:00
textures Setup 2020-04-11 00:17:14 +02:00
Readme.md Update Readme.md 2020-04-19 18:09:53 +02:00
init.lua Fix crash due to wrong environment 2021-02-05 00:06:20 +01:00
main.lua Things 2020-04-11 00:22:49 +02:00
mine.lua Setup 2020-04-11 00:17:14 +02:00
mod.conf Setup 2020-04-11 00:17:14 +02:00
screenshot.png Things 2020-04-11 00:30:45 +02:00
special.lua Things 2020-04-11 00:30:45 +02:00
turret.lua Fix crash when dropping barrel 2022-02-20 18:18:42 +01:00

Readme.md

Advanced Weapons

Adds a variety of advanced weapons.

About

Depends on modlib and tnt. Written by LMD aka appguru(eu). Licensed under the MIT license.

Screenshot

Screenshot

API

-- override this, should return true if names are opponents
function adv_weapons.is_opponent(playername1, playername2)
    return playername1 ~= playername2
end

Features

  • Explosives
    • Landmines
      • Place them on full height blocks
      • Walking on them triggers explosion
      • Can be (un)buried by digging node below them
      • Buried landmines are harder to spot & can't be easily picked up
  • Special
    • Futuristic Grappling Hook
      • Throw to hook it somewhere
        • Creates Force Beam
      • Right-click ascent aid to (de)attach
        • Go forwards/backwards on the beam
    • Turrets
      • Gatlin Gun
        • Right-click turret base with gatlin barrel to arm
        • High reload rate, low damage & range
        • Turns slowly, so you can try dodging
        • Only attacks owners opponents
        • Destroying/digging the base destroys the turret
    • Whips temporarily cancelled as unfinished
      • High range, average damage
      • Causes bleeding & stunning (by chance)
      • Right-click to "capture" player
        • Drops their wielded item
        • Player can't attack while captured
        • Can be dragged around
        • Unleashed as soon as RMB is released
  • Many more!
    • Soon