mr:fury_buff
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| mr:fury_buff [2025/12/23 00:15] – Rename fury.txt to fury_buff.txt to follow naming convention for buffs mike | mr:fury_buff [2026/05/19 05:03] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== mr: | ||
| + | |||
| + | Machine-readable reference page for Fury buff in Remixed Dungeon. | ||
| + | |||
| + | ==== Lua Implementation ==== | ||
| + | |||
| + | **Script File**: | ||
| + | * File: [[https:// | ||
| + | * Path: scripts/ | ||
| + | * Entity Kind: FuryBuff | ||
| + | * Type: Buff | ||
| + | |||
| + | ==== Buff Properties ==== | ||
| + | |||
| + | **Basic Stats**: | ||
| + | * Duration: 20 turns | ||
| + | * Level: 0 | ||
| + | * Stacks: No | ||
| + | |||
| + | **Lua Definition**: | ||
| + | ```lua | ||
| + | desc = function() | ||
| + | return { | ||
| + | name = " | ||
| + | -- ... | ||
| + | } | ||
| + | end | ||
| + | ``` | ||
| + | |||
| + | ==== Effects ==== | ||
| + | |||
| + | **Primary Effects**: | ||
| + | * Increases attack speed by 50% | ||
| + | * Increases damage by 50% | ||
| + | * Decreases defense by 25% | ||
| + | |||
| + | **Implementation**: | ||
| + | * File: Fury.lua | ||
| + | * Applies damage multiplier | ||
| + | * Applies speed multiplier | ||
| + | * Applies defense penalty | ||
| + | |||
| + | ==== String Resources ==== | ||
| + | |||
| + | **English (values/ | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | **Russian (values-ru/ | ||
| + | * FuryBuff_Name - Russian buff name | ||
| + | * FuryBuff_Info - Russian description | ||
| + | |||
| + | ==== Wiki Pages ==== | ||
| + | |||
| + | **English**: | ||
| + | * [[en: | ||
| + | |||
| + | **Russian**: | ||
| + | * [[ru: | ||
| + | |||
| + | ==== Code References ==== | ||
| + | |||
| + | * Main implementation: | ||
| + | * Buff description: | ||
| + | * String resources: [[https:// | ||
| + | |||
| + | {{tag> mr buffs fury reference machine-readable}} | ||
