179 lines
2.7 KiB
INI
179 lines
2.7 KiB
INI
# Thing definitions
|
|
# Names must be exactly the same as the group names from the map editor scripts
|
|
|
|
[MISC]
|
|
BackGfxDir=graphics\levels\backgfx\
|
|
PlayerActor=SpongeBob
|
|
|
|
################################################
|
|
[ACTOR]
|
|
# 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
|
|
SpikeyAnenome=14
|
|
Anenome-Level3=15
|
|
BabyOctopus=16
|
|
Ballblob=17
|
|
Boogermonster=18
|
|
Caterpillar=19
|
|
JumpingClam=20
|
|
StaticClam=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
|
|
SpiderCrabSpawner=38
|
|
Shell=39
|
|
|
|
|
|
################################################
|
|
# Items
|
|
[ITEM]
|
|
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
|
|
Balloon_Golden_Spatula=15
|
|
Jelly_Launcher=16
|
|
Kelp_Token=17
|
|
|
|
|
|
################################################
|
|
# Platforms
|
|
[PLATFORM]
|
|
Bubble=4
|
|
Jellyfish=25
|
|
Industrial=1
|
|
Leaf=2
|
|
FishHook1=5
|
|
FishHook2=26
|
|
SwingingFishHook=10
|
|
BendyBranchLeft=11
|
|
BendyBranchRight=11
|
|
CoasterCar=9
|
|
Seesaw=12
|
|
GhostTrain=9
|
|
Barrel=2
|
|
OilDrum=13
|
|
OilDrumGenerator=17
|
|
Crate=14
|
|
CrateGenerator=18
|
|
Loveboat=19
|
|
BouncyRing=15
|
|
BouncyTyre=15
|
|
DualPlatform=16
|
|
Wooden=6
|
|
Raft=19
|
|
VertOilDrumGenerator=20
|
|
SwingingLantern=21
|
|
BubbleGeyserGenerator=22
|
|
BigWheelPlatform=23
|
|
FixedPathBarrelPlatform=1
|
|
SteerableBarrelPlatform=24
|
|
RockGeyser=7
|
|
Retracting=6
|
|
RollingOildrumPlatform=24
|
|
RisingBridge=27
|
|
BalloonBridge=28
|
|
TrapdoorLeft=29
|
|
TrapdoorRight=29
|
|
SinkingCrate=8
|
|
ConveyorCrateGenerator=30
|
|
DualGreenPlatform=16
|
|
AcridBubble=31
|
|
LeafRaft=19
|
|
OilRigPlatform=1
|
|
|
|
################################################
|
|
# Triggers
|
|
[Trigger]
|
|
Exit=0
|
|
Restart_Point=1
|
|
Teleport=2
|
|
CameraLock=3
|
|
InWater=4
|
|
OutOfWater=5
|
|
GaryStart=6
|
|
FlameEmitter=7
|
|
IntermittentFlameEmitter=8
|
|
GaryStop=9
|
|
GaryGoLeft=10
|
|
GaryGoRight=11
|
|
BubbleEmitter=12
|
|
IntermittentLeftFlameEmitter=13
|
|
IntermittentDownFlameEmitter=14
|
|
|
|
################################################
|
|
# FX
|
|
[FX]
|
|
Ch1L1_Plat1=0
|
|
Ch1L1_Plat2=1
|
|
|
|
################################################
|
|
# Hazards
|
|
[Hazard]
|
|
RockShard=19
|
|
HeartPendulum=1
|
|
Tugboat=2
|
|
Acorn=0
|
|
PumpkinPendulum=1
|
|
RollingRock=14
|
|
CircularSaw=5
|
|
Pylons=4
|
|
SpinningBlades=6
|
|
Masher=7
|
|
Fan=8
|
|
Spikes=9
|
|
Wheel=10
|
|
BarrelHazard=3
|
|
DualPlatformBarrelHazard=11
|
|
BouncingBarrel=12
|
|
Fireball=13
|
|
BouncingRock=12
|
|
FlyTrap=15
|
|
RisingWeight=16
|
|
RisingWeightWheel=17
|
|
PressureSwitch=18
|
|
SingleSpike=19
|
|
CheckPoint=20
|
|
WaterBucket=20
|
|
ConveyorSwitch=21
|
|
ExitMarker=20 |