Difference between revisions of "Buzzblob"
From ALttP Speedrunning Wiki
(Created page with "{{Infobox Enemy | name = Buzzblob | id = 0x6D | image = Buzzblob.png }} '''Buzzblobs''' are dancing green pickles. == AI Routine == # Check if currently going bzzzzzz #* If b...") |
|||
Line 10: | Line 10: | ||
#* If busy with bzzzzzz, dance around based on a personal frame rule; return to step 1 until bzzzzzz is done | #* If busy with bzzzzzz, dance around based on a personal frame rule; return to step 1 until bzzzzzz is done | ||
# When not buzzing, move around randomly | # When not buzzing, move around randomly | ||
+ | #* Movement duration is 48 frames 75% of the time and 64 frames 25% of the time | ||
+ | #* X velocity is 0px @ 25%; 2px west @ 25%; 2px east @ 25%; 3px west @ 12.5%; 3px east @12.5% | ||
+ | #* Y velocity is 0px @ 50%; 2 pixels north @ 25%; 2 pixels south @ 25% |
Revision as of 16:46, 25 January 2019
HP | 2 | ||||
---|---|---|---|---|---|
4 | 100 | Slime | |||
2 | 2 | 2 | |||
4 | Burn | Freeze | |||
8 | 8 | 4 | |||
16 | Long stun | 64 | |||
Burn | Freeze | Slime | |||
Buzzblobs are dancing green pickles.
AI Routine
- Check if currently going bzzzzzz
- If busy with bzzzzzz, dance around based on a personal frame rule; return to step 1 until bzzzzzz is done
- When not buzzing, move around randomly
- Movement duration is 48 frames 75% of the time and 64 frames 25% of the time
- X velocity is 0px @ 25%; 2px west @ 25%; 2px east @ 25%; 3px west @ 12.5%; 3px east @12.5%
- Y velocity is 0px @ 50%; 2 pixels north @ 25%; 2 pixels south @ 25%