Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bullet Booper

Bullet Hell without movement! Save the planet by using your psychic powers to redirect the World Eater's attacks! · By TheMightyHUG

Modify the boss's attack patterns

A topic by TheMightyHUG created Sep 02, 2018 Views: 130
Viewing posts 1 to 1
Developer

by editing patterns.txt you can mod the boss's attack patterns.

despite the misleading file extension, patterns.txt contains lua code.

each pattern consists of a set of shots, for which you must define a time t, a direction dir where math.pi/2 is straight down, xoffst and yoffst offset from the boss, and bul, the bullet type. 

then boss.patterns consists of a series of tables each representing a stage. during a stage, the boss randomly selects patterns from inside the stage.