Difference between revisions of "Trickle.php"
From Bebot Wiki 2
Jump to navigationJump to search (Created page with '====== Trickle.php ====== ==== Description ==== This module calculates the trickle-down to skills that comes from increasing base stats ==== Features ==== * Accepts both f…') |
|||
Line 12: | Line 12: | ||
===== Commands provided ===== | ===== Commands provided ===== | ||
− | + | <pre> | |
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ | ||
|!trickle | |[s1 <val>]...[s6 <val] |Calculates the trickle from increasing the given stats with <val> points|Guest |Guest |Guest | | |!trickle | |[s1 <val>]...[s6 <val] |Calculates the trickle from increasing the given stats with <val> points|Guest |Guest |Guest | | ||
+ | </pre> | ||
<sub> | <sub> | ||
Line 21: | Line 22: | ||
- If you specify a stat more than once the last one will be used | - If you specify a stat more than once the last one will be used | ||
</sub> | </sub> | ||
− | |||
===== Module settings ===== | ===== Module settings ===== |
Latest revision as of 09:08, 30 July 2021
Trickle.php
Description
This module calculates the trickle-down to skills that comes from increasing base stats
Features
* Accepts both full length and abbrevations of the base stats (int, psy, sen, agi, str, sta).
Commands provided
^Command ^ Keyword ^Argument(s) ^Description ^Tell ^Guild ^Priv ^ |!trickle | |[s1 <val>]...[s6 <val] |Calculates the trickle from increasing the given stats with <val> points|Guest |Guest |Guest |
Notes to table:\\
- The s1 trough s6 should be replaces with stats (int, psy, str, sta, sen or agi)\\ - If you specify a stat more than once the last one will be used
Module settings
This module has no settings.
Module colors
This module defines no colors.
Notes
* This module uses core/BaseModule.php and code/Error.php and does require PHP5