Level 3

Level 3

> Tutorial by level

Weapon and Chips unlocks

Bandage Level 3

Cares

The Bandage chip has the ability to restore Health Points to a leek. Very useful to prevent your leek from wasting away, it will however be necessary to invest capital in Wisdom to make it more effective. This is because green chips are influenced by Wisdom.

Be careful not to use it as you did with the previous chips. Healing your opponent is certainly an honorable act, but it is unlikely to help you win.

You should therefore not use this chip on your opponent, but on yourself (or on an ally). Rather than using getNearestEnemy as the target, you'll need getEntity. getEntity just returns your leek id.

By the way, it is useless to use this chip when your target (your leek?) has his lifepoints maxed. It would make you spend precious TP for nothing... To test if it is wise to use this chip, you have at your disposal getLife which gives the current state of your leek's hit points and getTotalLife which gives the maximum hit points your leek can have.

Level 2

Level 4