REM ********************************************
REM  The Destiny of Ninja campaign for KeeperFX
REM  Script for Level 221
REM  Version 1.00
REM ********************************************

LEVEL_VERSION(1)

SET_TRAP_CONFIGURATION(LIGHTNING,TimeBetweenShots,100)
SET_TRAP_CONFIGURATION(LIGHTNING,TriggerType,3)
SET_TRAP_CONFIGURATION(LIGHTNING,Hidden,0)
SET_TRAP_CONFIGURATION(LIGHTNING,ActivationType,5)
SET_TRAP_CONFIGURATION(LIGHTNING,EffectType,6)

MAGIC_AVAILABLE(ALL_PLAYERS,POWER_HAND,1,1)
MAGIC_AVAILABLE(ALL_PLAYERS,POWER_SLAP,1,1)

IF(PLAYER0,GAME_TURN > 20)
    REM QUICK_OBJECTIVE(1,"Seek Ninja, our enemy in these heavily accessible rocky regions, surely somewhere here he hides.",PLAYER0)
    DISPLAY_OBJECTIVE(13,ALL_PLAYERS)
ENDIF

IF(PLAYER_GOOD,DUNGEON_DESTROYED == 1)
    REM QUICK_OBJECTIVE(2,"Perfectly, you are a perfect warrior of the shadow. Even in this region you were in a position to find and to ravage the enemy ruler!",PLAYER0)
    DISPLAY_OBJECTIVE(14,ALL_PLAYERS)
    WIN_GAME
ENDIF
