12/16/2023 - General Update
Cuboid: Painted » Devlog
- Content
- Added player death and a game over screen with statistics
- Added Piercer skill
- Blue
- Forks when the projectile pierces an enemy
- Added Ricochet skill
- Yellow
- Bounces on walls
- Added Paint Spray skill
- Blue
- Shotgun-like projectile spray
- 10% chance on kill to gain a blue cubit
- Implemented cubits , which are tiny cubes that orbit the player
- Each color of a cubit represents a different buff
- Currently a maximum of 3 red, yellow, and blue cubits
- Cubits last 10 seconds
- Currently only blue has a buff
- every blue cubit grants 0.2 additional movement speed
- Implemented further enemy scaling, including spawn time and spawn amount
- Every level up, the the spawn interval lowers by 0.2 seconds
- Should probably make this scale exponentially
- Every 3 levels, the maximum spawn count is increased
- Every 4 levels, the minimum spawn count is increased
- Every level up, the the spawn interval lowers by 0.2 seconds
- Implemented critical hits
- Player has a base critical hit chance of 5
- Player has a base critical damage of 150%
- Critical hits are calculated after damage effectiveness
- Additionally, modified damage popup numbers to show when a crit happens
- Bug Fixes
- Prevented any white damage taken from starting the internal cooldown that happens when a primary color damage type has been taken
- Fixed the enemy spawner from generating a random amount of enemies at the start of game launch, but not during every iteration of spawning
- Notes
- With the addition of unique behaviors such as "blue cubit on kill", there needed to be a way to modify chances of things happening within projectile instantiation - which lead to 2 more projectile overloads with a special behavior values list and a special behavior index list
- With the addition of critical hits, the modifier list that is passed through support calculations and tier calculations needed to be modified accordingly
- The name cubit was originally going to be "charge", as in power charges from Path of Exile, but I decided to make my own name stemming from Cuboid.
- To Do
- Tutorial / How to Play menu
- Options menu
- SFX?
- More supports
- Implement refresh shop option
- Implement "colorless" upgrades
Files
CuboidPaintSetup (x64).exe 20 MB
Dec 07, 2023
Get Cuboid: Painted
Cuboid: Painted
Paint your enemies to death in this rougelike. Not to be confused with Splatoon.
More posts
- 3/27/2025 - Official Soft Launch!7 days ago
- 4/10/2024 - Beta 1.01Apr 10, 2024
- 2/7/2024 - General UpdateFeb 07, 2024
- 12/7/2023 - Beta Testing Version 1.0 Launch + UpdatesDec 08, 2023
- 11/29/2023 - General UpdateDec 01, 2023
- 11/27/2023 - General UpdateNov 28, 2023
- 11/16/2023 - General UpdateNov 16, 2023
- 11/9/2023 - General UpdateNov 10, 2023
Leave a comment
Log in with itch.io to leave a comment.