Modifying enemy HP seems to only work on the crab. As seen in the following level code, the gray and red wolf die from around the same amount of hits, but the yellow and red crab do not. The exact values the enemies have can be found in the level code, but for reference, the gray wolf should have 5 hit points, and the red one should have 800, whereas the yellow crab should have 2 hit points, and the red crab 800. The red crab looks like it has a realistic health amount based on how long it takes to kill it, but the wolves seem to have no difference whatsoever.
- Code: Select all
27x11~eK84eO.9eNeK16.11eK16.11eK16.11eK16.11eK16eL.9eMeK67~~~58;314;264;0;250;1;1;800;~0;112;216;1;0;0~58;284;269;0;;1;1;5;|50;356;178;0;;1;1;800;|50;412;187;0;100,300;1;1;2;~HealthTest~beep~19~15;0;0~1~0;0~0;0;3~1418262796~0.5~1,2,0,0,0,0,0,0,0,0,0,0
Any help/insight would be helpful.






