### 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