26 #ifndef SAGA2_SPELVALS_H 27 #define SAGA2_SPELVALS_H 33 const uint32 kSpellJumpiness = 10;
34 const uint16 kSpellSpeed = 1;
37 const int16 kBoltSpellLength = 192;
38 const int16 kBoltSpellWidth = kBoltSpellLength / 6;
41 const int16 kBeamSpellLength = 192;
42 const int16 kBeamSpellWidth = kBeamSpellLength / 12;
45 const int16 kConeSpellLength = 128;
46 const int16 kConeSpellWidth = kConeSpellLength / 2;
49 const int16 kWaveSpellLength = 128;
50 const int16 kWaveSpellWidth = kWaveSpellLength;
53 const int16 kBallSpellRadius = 48;
56 const int16 kSquareSpellSize = 48;
59 const int16 kStormSpellRadius = 64;
62 const int16 kWallSpellRadius = 32;
63 const int16 kWallInnerRadius = 16;
70 extern StaticTilePoint WallVectors[];
71 extern StaticTilePoint FireballVectors[];
72 extern StaticTilePoint SquareSpellVectors[];