Powerup: Difference between revisions

From Blockate Wiki
Content added Content deleted
m (Reverted edits by Subs8109 (talk) to last version by Enescaglayan)
m (there is no Health powerup)
Line 1: Line 1:
Power-ups are blocks that give the player abilities. There are 3 abilities a power-up can have. Blocks that have been made power-ups have a lightning bolt texture that takes on a random color.
Power-ups are blocks that give the player abilities. There are 2 abilities a power-up can have. Blocks that have been made power-ups have a lightning bolt texture that takes on a random color.


== Types of Power-up ==
== Types of Power-up ==
Line 20: Line 20:
==== Example ====
==== Example ====
!powerup jumppower 100
!powerup jumppower 100

=== '''Health''' ===
The health power-up gives you a health boost.

==== Syntax ====
!powerup health <health>

==== Example ====
!powerup health 25

Revision as of 14:32, 22 November 2019

Power-ups are blocks that give the player abilities. There are 2 abilities a power-up can have. Blocks that have been made power-ups have a lightning bolt texture that takes on a random color.

Types of Power-up

Walkspeed

The walkspeed ability sets the walkspeed of a player. It can be made higher or lower. The default value is 16.

Syntax

!powerup walkspeed <walkspeed>

Example

!powerup walkspeed 32

Jumppower

The jumppower ability sets the power with which you jump. It is not a specific height value. The default value is 50.

Syntax

!powerup jumppower <jumppower>

Example

!powerup jumppower 100