rpd:tomahawk2_item
Differences
This shows you the differences between two versions of the page.
| rpd:tomahawk2_item [2025/12/31 01:34] – Add Tomahawk2 item page with Lua script implementation details mike | rpd:tomahawk2_item [2025/12/31 01:41] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Tomahawk2 Item ====== | ||
| + | {{ rpd: | ||
| + | |||
| + | **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 ==== | ||
| + | * **Type**: Throwing weapon (missile) | ||
| + | * **Sprite**: Uses images from gnoll_tomahawks.png sprite sheet | ||
| + | * **Name Reference**: | ||
| + | * **Info Reference**: | ||
| + | * **Price**: 20 gold per item | ||
| + | * **Equipable**: | ||
| + | |||
| + | ==== 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, | ||
| + | |||
| + | ==== Implementation ==== | ||
| + | This item is implemented through the Lua script system in Remixed Dungeon, demonstrating the moddability of the game. The script defines: | ||
| + | |||
| + | * Uses sprites from the gnoll_tomahawks.png sprite sheet | ||
| + | * Implements a unique name and description system | ||
| + | * Uses " | ||
| + | * Has a default price of 20 gold | ||
| + | |||
| + | ==== Code References ==== | ||
| + | * **Lua Implementation**: | ||
| + | * **Sprite Sheet**: [[https:// | ||
| + | * **Related Items**: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * **String Resources**: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ==== Related ==== | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | * [[rpd: | ||
| + | |||
| + | {{tag> rpd items weapons throwing missile tomahawk lua custom}} | ||
