1
0
EQ2Emu/docs/lua_functions/SetMaxPowerBase.md

15 lines
292 B
Markdown

### Function: SetMaxPowerBase(spawn, value)
**Description:**
Set's the Total Base Power of the Spawn to the value provided.
**Parameters:**
- `spawn` (Spawn) - Spawn object representing `spawn`.
- `value` (int32) - Integer value `value`.
**Returns:** None.
**Example:**
Example Required