69 lines
920 B
INI
69 lines
920 B
INI
# Thing definitions
|
|
# Names must be exactly the same as the group names from the map editor scripts
|
|
|
|
[TYPE]
|
|
# Player
|
|
SpongeBob=0
|
|
|
|
# NPC
|
|
BarnacleBoy=1
|
|
Gary=2
|
|
Krusty=3
|
|
MermaidMan=4
|
|
Patrick=5
|
|
Sandy=6
|
|
Squidward=7
|
|
Plankton=8
|
|
|
|
# Enemies
|
|
SmallJellyfish-Level1=10
|
|
SmallJellyfish-Level2=11
|
|
Motherjellyfish=12
|
|
Anenome-Level1=13
|
|
Anenome-Level2=14
|
|
Anenome-Level3=15
|
|
BabyOctopus=16
|
|
Ballblob=17
|
|
Boogermonster=18
|
|
Caterpillar=19
|
|
Clam-Level1=20
|
|
Clam-Level2=21
|
|
Eyeball=22
|
|
Flamingskull=23
|
|
FlyingDutchman=24
|
|
Ghost=25
|
|
GiantWorm=26
|
|
HermitCrab=27
|
|
IronDogFish=28
|
|
PuffaFish=29
|
|
SeaSnake=30
|
|
Sharkman=31
|
|
SharkSub=32
|
|
Skeletalfish=33
|
|
SpiderCrab=34
|
|
Squiddart=35
|
|
Stomper=36
|
|
DustDevil=37
|
|
|
|
# Items
|
|
Big_Health=0
|
|
Medium_Health=1
|
|
Small_Health=2
|
|
Extra_Life=3
|
|
Golden_Spatula=4
|
|
Jelly_Launcher_Ammo=5
|
|
Bubble_Mixture=6
|
|
Bubble_Wand=7
|
|
Net=8
|
|
Safety_Glasses=9
|
|
Squeaky_Shoes=10
|
|
Balloon=11
|
|
Helmet=12
|
|
Coral_Blower=13
|
|
Quest_Item=14
|
|
|
|
|
|
# Platforms
|
|
Boots=0
|
|
Train=1
|
|
Higher=2 |