Commit 426c806
Add multiple new enemies to the game. Also fixes some existing songs (#215)
* Added turtle boss
* Added cyber fox
* Add in the DIG Goblin (Called it gobbler after their team name)
* Added Holograeme
* Created an AutoPlay system
* Added PlayerDisabled bool
* Added Type to NoteHit event args
* Fix occasional floating point imprecision
Modulo in beat wrapping should be last operation
* Add shape dudes
* Added Spider Enemy
* Added Squirkel
* Added Elite Mushroom
* Finished mk1 Holograeme fight
* Add dll to gitignore
* Remove temp Event Assets
* Tweaked Events and Normal Battles selection
Events and normal battles are pooled, so neither repeat until the pool has been exhausted.
Added event pool and battle pool to save file.
* Keythulu boss (#213)
* Added boss Keythulu
* Boss now uses mind crush instead of poison
Mind Crush counts down every loop and does guaranteed 1000 dmg to target
* Glam up GWS fight
* Glam BossBlood Chart
* Added mechanics to fox and turtle (#214)
* Added dodge, dodge added to cyberfox
Dodge: 50% chance to not take damage and remove a charge/stack
* Update fly song
Better loops, better mappings, what else could you want?
* Added full reset debug button
0 on title screen
* Adding LWS Enemy (#216)
Co-authored-by: cornerloan <connorlowe21@gmail.com>
Co-authored-by: LifeHckr <jarodthereal@gmail.com>
Co-authored-by: Rmojarro1 <48000819+Rmojarro1@users.noreply.github.com>
Co-authored-by: Connor Lowe <74088480+cornerloan@users.noreply.github.com>
Co-authored-by: Quinn-Hub <56490493+Quinn-Hub@users.noreply.github.com>1 parent c07c741 commit 426c806
File tree
134 files changed
+4145
-331
lines changed- Audio
- songMaps
- Classes
- Events
- Assets
- MapAreas
- Notes/Assets
- StatusEffects
- Assets
- Globals
- Scenes
- BattleDirector/Scripts
- ChartViewport/Scripts
- EventScene
- NoteManager/Scripts
- Puppets/Enemies
- CyberFox
- Assets
- Holograeme
- Keythulu
- Assets
- LWS
- Assets
- Mushroom
- Shapes
- Assets
- Spider
- Squirkel
- Assets
- TheGWS
- TheGobbler
- Assets
- Turtle
- Assets
- UI
- Scripts
- TitleScreen/Scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
134 files changed
+4145
-331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Binary file not shown.
0 commit comments