Table of Contents

Tomahawk2 Item

Tomahawk2

Tomahawk2 is a custom throwing weapon implemented via Lua script in Remixed Dungeon. It's a unique variant that appears to be related to gnoll-themed items based on its sprite and configuration.

Item Properties

Description

The Tomahawk2 item is implemented as a Lua script (Tomahawk2.lua) and represents a special variant of tomahawk-style weapons. Based on its Lua implementation, it uses gnoll-themed sprites and follows the naming convention of other tomahawk variants in the game.

Implementation

This item is implemented through the Lua script system in Remixed Dungeon, demonstrating the moddability of the game. The script defines:

Code References