• Add Review
  • Subscribe
  • Nominate
  • Submit Media
  • RSS

The Making of a Game

  • Strak
  • 05/22/2023 03:38 AM
  • 152 views
So, this project started with an idea I had back in early February. I wanted to play Diablo, but I couldn't. I don't have a TV, or a Switch, or really anything that actually allows me to play video games anymore with a few minor exceptions. Long story, but it was ultimately my choice to do that. But this didn't cure the itch. I still wanted to play Diablo.

Or more accurately, I wanted to play a looting game.

So, what does a game dev do when he can't play a game he wants to? Makes one, I guess.

I had this crazy idea about a rarity based loot system that could technically be just barely possible to make in RPG Maker VX, but I wasn't totally sure. Still, I had nothing better to do and needed a creative outlet, so I busted out the laptop, created a blank project with VX, and got to work.

That was February 11th, 2023.

Over the course of the next few weeks, I managed to find new and creative ways to make this idea I had work. Each new discovery lead to another, which in turn caused me to come up with more ideas. What if this game utilized a skill tree system? What kind of save system does this game need to have to make sense? Is is possible to have passive effects based on your current equipment or what skills you know? This all culminated in the project you see here. And the reason I can accurately say what day I officially created this project is because for the first time, I actually documented the entire development process. Every day that I worked on the game, I would end the day by breaking out the Devlog text document and jotting down what I did that day.

And here's the real kicker: I never missed a day. Until life happened and now I've missed a couple days but oh well.

Every single day since February 11th, I have dedicated time to making this game into what it is. Literally hundreds of hours have gone into this, and it's all documented. The only days I DID miss were days that my laptop was getting repaired since it wasn't charging, and yet even on those days I was brainstorming ideas in my notebooks to implement the moment I got my laptop back.

I'd like to share that devlog with you, to give you an idea of what went into this project, and what it takes to release a polished demo. This isn't necessarily a benchmark, and certainly demos can be released with a lot less work put into them, but it's something that's been close to my heart for the last several months, so I thought I'd share it with the community. Here you go.

February
2/11/2023
- Created Project
- Created randomized loot drop system with six different rarities for weapons and armors
- Added in-menu colored text for all specified rarities as well as items
- Implemented variable atk stat to dropped weapons (affects all weapons with same ID)

2/12/2023
- Added templates for Mythic and Legendary weapons
- Created a loot drop scene to display all dropped weapons, and be able to move them into backpack. Items left in loot table are discarded. Items can be moved from backpack to loot table
- Created single-instance weapons, so old weapons are not overwritten
- Added randomized loot to shops that change on a timer
- Added limited backpack space

2/13/2023
- Removed ability to unequip items
- Added a confirmation dialogue to loot table when discarding items
- Added labels to the loot and backpack in loot table
- Added weapon levels

2/14/2023
- Imported Equip scene from BSH
- Added all fields to weapon stats window in loot scene
- Adjusted crit bonus values and added crit bonuses based on weapon prefix
- Added armor to loot drops and loot table
- Added ability to switch between armor and weapons in loot table backpack

2/15/2023
- Added loot chest capability
- Organized database and added slots for loot, shops, storage, backpack, equips, and templates
- Added storage locker for weapons and armor
- Added variable backpack and storage capacity

2/17/2023
- Added remaining weapon templates
- Added uncommon weapon prefixes

2/18/2023
- Added shop capability for weapons
- Added variable drop rates based on monster quality
- Added prefix functionality
- Fully implemented random stat generation
- Added weapon type stat variations
- Added weapon levels and level requirements

2/19/2023
- Added custom item and equip screens that display all item stats
- Added armor templates
- Added armor prefixes and functionality
- Added armor shop functionality
- Added armor loot generation
- Submitted game page for approval

2/20/2023
- Imported and initialized Tankentai SBS from BSH
- Added weapon animations
- Added unique legendary traits
- Added status ailment animations
- Added animated battlers and FSM characters
- Implemented unique movesets based on weapon type
- Cleaned up stat window display
- Adjusted equip screen resistances and applied statuses

2/21/2023
- Fixed bug where weapons wouldn't save when reloading file
- Tested Overdrives and added one ability
- Balanced weapon accuracy
- Cleaned up stat display
- Adjusted drop rates

2/22/2023
- Modified Battle HUD
- Uploaded game to RMN

2/23/2023
- Removed base actor stats except HP
- Added compatibility for removing and adding party members

2/24/2023
- Changed functionality of "Serrated" accessory to increase crit damage

2/25/2023
- Added remaining prefixes and functionality for weapons
- Revised weapon templates

2/26/2023
- Turned 29 years old (Happy Birthday)
- Added remaining weapon templates

2/27/2023
- Added unique legendary weapon traits
- Balanced DMG and DEX calculation

2/28/2023 - 3/2/2023
- Added and modified unique legendary and mythic weapon traits
- Added some legendary overdrive techniques


March
2/28/2023 - 3/2/2023
- Added and modified unique legendary and mythic weapon traits
- Added some legendary overdrive techniques

3/2/2023
- Added "Compare" functionality to the shop scene

3/3/2023
- Cleaned up the loot table script
- Fixed "Compare" functionality and item screen
- Added new legendaries and new unique traits

3/4/2023
- Cleaned up the comparison UI
- Added legendary flavour text
- Added cross-save storage
- Added last legendary weapon

3/5/2023
- Removed current armor templates
- Added all helmet, armor and shield templates
- Modified the item screen to display backback capacity and align icons
- Configured loot table script for new armor slots

3/6/2023
- Added stackability to armor accessories (regen, bonus exp, non-crit)
- Added Thorns and Bonus HP accessories to armor

3/7/2023
- Added icons for armor accessories

3/8/2023
- Added armor accessory templates
- Revised "Heavy" weapon accessory, removed stat changes and added turn delay on hit
- Removed "Light" weapon accessory
- Added DEX based "Heavy" weapon prefixes

3/9/2023
- Minor bug fixes
- Adjusted "Reaper" unique effect
- Added Rare armor prefixes
- Added Epic and above armor prefixes
- Adjusted "Halfcrit" armor accessory

3/10/2023
- Added unique effects for several legendary armors
- Raised stat caps

3/11/2023
- Added more legendary armor traits

3/12/2023
- Added remaining legendary armor traits
- Created an "Account" style save system

3/13/2023
- Improved comparison window to display equipped item instead of just stat changes
- Displayed stat changes in item stats window
- Added a Town Map and modified the Dungeon for demo purposes

3/14/2023
- Added monster templates with elemental types

3/15/2023
- Added save points
- Loading a save when not at save points will now warp to the most recent save point
- Started work on random dungeon generation

3/16/2023
- Furthered work on random dungeon generation
- Added randomized exits
- Randomized room generation, prevented multiple occurances of same room
- Set chests based on floors
- Added dungeon level

3/17/2023
- Implemented "Autokill" to random dungeons
- Fixed damage output of elemental enemies
- Added colored HP bars to indicate weaknesses

3/18/2023
- Imported MA's Recharge skill script

3/19/2023
- Implemented Deity's Skill Tree script
- Added Cooldown armor functionality
- Added unique Icarus trait
- Added "Elementalist" class with first 7 skills
- Fixed text font bug

3/20/2023
- Re-configured skill tree layout and cursor movement

3/21/2023
- Coded in the first skill tree for the Hunter

3/22/2023
- Hid icons for status ailments (not kill skills)
- Played a sound effect when action skills have cooled down
- Finished Knifeman skill tree for Hunter
- Coded most of Stalker skill tree for Hunter

3/23/2023
- Finished coding remaining skill trees for Hunter

3/24/2023
- Added icons to all Hunter skills
- Started coding skill tree for Elementalist

3/25/2023
- Coded skill trees for Elementalist

3/26/2023
- Added icons for all Elementalist skills
- Remodeled and renamed main characters

3/27/2023
- Coded Crusader's Aura skill tree

3/28/2023
- Coded Crusader's Medic tree
- Cleared Overkill damage upon death
- Minor bug fixes

3/29/2023
- Added weapon swap capability in combat
- Coded remainder of Crusader's skill trees

3/30/2023
- Added icons to the Crusader's skills

3/31/2023
- Added all skills in Berserker's Rage tree and Hellborn tree
- Coded all skills in Rage tree


April
4/1/2023
- Coded Berserker's Hellborn and Fury trees
- Added icons to Berserker skills

4/2/2023
- Added new character models
- Added new consumable items
- Added random item generation
- Added items to loot pool and item shop

4/3/2023
- Added "Warp Nut" item and coded functionality
- Imported and configured Yanfly Menu System Options

4/4/2023
- Added repel, limit onion, heal mushroom, and torch items
- Added Auto Kill to system options
- Configured menu settings to better display categories and fill empty space

4/5/2023
- Added Spectral Pepper, Hearty Tomato, Gravity Leek, Revival Fig, and Golden Key items
- Added Legendary item category

4/6/2023
- Added placeholder Overdrive techniques and assigned them to weapon templates
- Added randomized weapons to enemy equips

4/7/2023
- Fixed bug with items not saving with files
- Fixed bug where item window would not disappear when selecting item target
- Disabled window that displays enemy names from appearing
- Enabled cursor on non-targeting skills, disbaled cursor movement
- Added Thrall enemies and randomized Thrall graphic
- Added new item and skill animations
- Added bomb throwing animation
- Added monster level scalability
- Added dungeon min/max levels

4/8/2023
- Added monster stats up to level 5
- Added character graphic to equip screen and comparison window
- Imported Scene Menu Redux and re-configured settings
- Added ability to rearrange party leader

4/9/2023
- Added item animations

4/10/2023
- Added weapon and skill animations
- Modified menu scene windows

4/11/2023
- Added monster attack animations
- Minor menu bug fixes

4/12/2023
- Added weapon overdrive names and descriptions
- Altered how critical hits are calculated and determined in scripts
- Added critical hits to physical skills
- Coded some overdrive technique funtionality

4/13/2023
- Added more overdrive animations and functionality
- Added a boss HP bar at the top of the screen for boss fights
- When Damien stacks overkill damage, the OKD will now only double on critical hits, and base damage is subject to normal critical hit calculation

4/14/2023
- Added Black Death Overdrive technique
- Laptop charging port broke down, 4 - 6 weeks to repair

4/15/2023
- Managed to get laptop to barely charge
- Coded in all remaining Overdrive techniques
- Added monster skills and items
- Players will now revive to 1HP after each battle

4/16/2023
- Added a new battle cursor
- Fixed Elementalist skills
- Kill skills will no longer wear off after battle
- Randomized dungeon monster sprites and enemy pool
- Randomized chest placement and rarity
- Elemental Burst now deals damage based on weapon
- Added the "Holy Aremen" promotional legendary weapon
- Fixed save point functionality and removed items and gold when saving in a dungeon

4/17/2023
- Added character HP stats
- Added placeholder functional stats for enemies
- Added 50% HP restore on level up

4/18/2023
- Added "Boss room" to random dungeon generator
- Fixed Menu system options variable assignments
- Fixed "battle result" victory processing

4/19/2023
- Added starter map

4/20/2023
- Added custom face window

4/21/2023
- Repositioned face window based on message window location
- Created custom faces for Lionel, Mel, Damien and Brutus
- Created custom sprite expressions
- Developed first introductory cutscene
- Took laptop in for repair

4/22/2023
- Brainstormed ideas for game name

4/23/2023
- Settled on the name "Thrall"

4/24/2023 - 4/25/2023
- Twiddled my thumbs in frustration of not having a laptop still

4/26/2023
- Picked up repaired laptop
- Enabled all players skills and overkill/fury to persist after battle, but reset on a new floor, battle loss, etc.
- Changed Mel's character sprite and portrait
- Added single-item drops to dungeons
- Created custom title screen
- Added new music
- Fixed bug with enemy pathfinding and resetting
- Added Objective Log functionality

4/27/2023
- Added Hollow Keep
- Developed full introduction cutscene, added ability to skip introduction
- Altered Objective Log
- Created a list of all switches and variables, as well as their functionality for future reference

4/28/2023
- Added Hollow Keep interior, first boss fight, and first critical decision
- Added cutscene after boss fight
- Added more music

4/29/2023
- Finished developing first chapter from all four perspectives

4/30/2023
- Purchased Celianna's "Ancient Dungeons" tileset packs
- Created first release map


May
5/1/2023
- Created custom angled wall from Celianna's tiles
- Started on the Hollow Keep map

5/2/2023
- Finished the exterior wall of Hollow Keep
- Added new Battle Start transition
- Started on surrounding forest of Hollow Keep

5/3/2023
- Finished surrounding terrain of Hollow Keep
- Started fort decor of Hollow Keep

5/4/2023
- Worked on Hollow Keep exterior map

5/5/2023
- Finished Hollow Keep exterior map
- Added switch based scripted collision detection

5/6/2023
- Started on Hollow Keep interior

5/7/2023
- Added rarity sorting capability to item, equip, and loot scene for weapons and armor
- Created full Legendary weapon and armor guide in the notes folder

5/8/2023
- Mapped the Forge and Storage in the Hollow Keep
- Increased turn duration for kill skills and action skills to 15 turns

5/9/2023
- Mapped remainder of Hollow Keep interior main floor
- Added soldiers and Keep members
- Re-coded respec functionality
- Re-coded capacity increase functionality
- Added training dummies to Keep exterior

5/10/2023
- Fixed save and load functionality with new maps
- Added wandering shopkeepers in dungeons
- Added Jessica the bartender for side jobs
- Added faces for each keep member
- Fixed warp and battle loss destination coordinates

5/11/2023
- Added functionality for unique rare armors and weapons to be generated as quest rewards
- Added the Seraph staff, Curse helmet, Sanctity amulet, Camouflage cloak, and Turtle shield unique items

5/12/2023
- Added new unique rare weapons
- Mapped and programmed the basement of Hollow Keep

5/13/2023
- Mapped the remainder of Hollow Keep, including map room
- Added more unique rare weapons

5/14/2023
- Added a horse for fast travel
- Fixed minor collision detection bugs
- Fixed shop resetting frequency
- Added "Useful Tips" guide in notes folder
- Started on Bloodstone Mine maps

5/15/2023
- Added Bloodstone Mine entrance map
- Developed intro cutscene and tutorial for first dungeon

5/16/2023
- Worked on Bloodstone Mine maps

5/17/2023
- Added monsters to Bloodstone Mine
- Altered chest appearance
- Modified Spectral Pepper functionality
- Added a level indicator to enemies below CTB gauge
- Added Colorblind Mode with altered battle cursors and item rarities in names, with altered text colors and tutorials

5/18/2023
- Worked on Bloodstone Mine maps

5/19/2023
- Worked on Bloodstone Mine maps
- Added manual drop rate adjustment for bosses
- Added Bloodstone Mine boss
- Altered Boss HP bar script to only display special HP bar when switch is active, allowing for common and boss enemies with one battler

5/20/2023
- Added boss room to Bloodstone Mine
- Added boss cutscenes
- Altered cooldowns to only start when action skills wear off
- Submitted game page to RMN, adjusted CSS

5/21/2023
- Added two more maps to Bloodstone Mine
- Added pages to the game profile on RMN
- Added devlog blog post

5/22/2023
- Added Laurel and Avatar unique armors
- Altered Burn status ACC reduction to -30%
- Altered Mel's "Rigid" skill and replaced "Side Effects" with "Overcome"
- Added Bloodstone Mines map
- Fixed broken prefix functionality
- Added "Prefixes" page to the game profile on RMN

5/23/2023
- Added Bloodstone Mines map

5/24/2023
- Added Bloodstone Mines map
- Added alternate perspective to Boss room cutscene
- Fixed broken armor prefixes
- Completed "Prefixes" page on game profile

5/25/2023
- Added Bloodstone Mines map

5/26/2023
- Added Bloodstone Mines map
- Added alternate perspective to Boss room cutscene
- Increased battle transition speed

5/27/2023
- Added two new maps to Bloodstone Mines

5/28/2023
- Added final map to Bloodstone Mines
- Developed final perspective to cutscene in boss room
- Re-coded cutscene functionality in Hollow Keep map room
- Added first perspective of the return cutscene in Hollow Keep
- Added post-demo message and reward

5/29/2023
- Changed status ailments to persist between battles on same floor
- Added remaining perspectives to return cutscene
- Increased enemy count in elemental troops
- Separated used resources and removed RTP necessity
- Added Credits folder to Notes
- Started playtesting

5/30/2023
- Finished playtesting
- Uploaded demo to RMN

5/31/2023
- Modified "Rage" and "Stalking" to apply instantly, not costing a turn
- Reduced enemy damage
- Removed enemy respawns from first boss fight


June
6/1/2023
- Reverted previous days progress due to bugs
- Changed "Stalking" to be a concealing skill, rather than damage buff
- Increased damage buff of "Savage"
- Added sprite blending changes while "Stalking" is active

6/2/2023
- Adjusted "Stalking" to prevent afflicted from being targeted no matter what
- Changed "Camouflage" to last for 5 turns after "Stalking" ends
- Added sprite blending while "Aura" is active
- Altered "Aggression" to apply while "Stalking" is active
- Changed "Stalking" animation
- Added color and tone changes to "Rage" and "Aura"
- Increased duration of "Rage," "Grudge," and "Resolve"
- Increased HP threshold for "Numb" and "Resolve"

6/3/2021
- Started mapping for Eleston
- Added Newblood random enemies
- Added Goblins and Imps
- Added enemy elemental weapons with assigned animations
- Added random enemy weapon elements for rare weapon wielders

6/4/2023
- Added HP regen for Vampires
- Fixed "Radiant" Crusader skill to include state slip restoration
- Added bats that can turn into Newbloods
- Added Eleston Gate map
- Added first perspective Eleston intro cutscene
- Added another map for Eleston

6/5/2023
- Added new map for Eleston

6/6/2023
- Reduced Spider boss HP for first encounters
- Adjusted collision detection and overlays in Eleston
- Added a new map for Eleston

6/7/2023
- Fixed broken animation sequences
- Added a new map for Eleston
- Added ability to skip turn with the same key that causes escapes

6/8/2023
- Added Eleston Cathedral exterior map
- Fixed Imp Death Bloom pacifying in Eleston
- Added a new map for Eleston

6/9/2023
- Added Eleston Cathedral interior map

6/10/2023
- Started on cutscenes at Eleston Cathedral
- Added Eleston boss fight
- Added stat comparing compatibility to colorblind mode
- Improved drop rate during prologue
- Added ability to skip entire prologue
- Changed Bloodstone Mine boss fight visual mechanics
- Changed levels of drops to 10/80/10 ratio
- Made chests red for consistent visual language

6/11/2023
- Added variable chance for random enemy elemental weapons
- Gave Thralls 4/10 chance of spawning with elemental weapons
- Changed tutorials to system messages between character dialogue
- Added Bell Cranel and Hestia knife
- Fixed HP bar script to properly update
- Added proper tutorialization for combat and mechanics
- Allowed Action Skill to unlock immediately, increased skill cost of capstone abilities by 1
- Updated game page presentation
- Moved "Neutral" skill to further down skill tree
- Replaced "Grounded" skill with "Impervious"
- Replaced "Calm" skill with "Clear"
- Replaced "Insulated" skill with "Safeguard"

6/12/2023
- Added a new map for Eleston
- Started work on the Guide

6/13/2023
- Continued work on the Guide

6/14/2023
- Continued work on the Guide

6/15/2023
- Continued work on the Guide

6/16/2023
- Added Crafting to the Blacksmith
- Added ability to Salvage leftover loot into crafting materials
- Changed elemental and status ailment resistance from armors to 20%
- Continued work on the Guide
- Updated status ailment bonuses to increase by 20% instead of 2x
- Changed tutorials to reflect Salvage mechanic
- Changed Golden Chest graphic
- Fixed skills that cost MP (enemy skills and enemy items)
- Fixed Spider Boss HP settings

6/17/2023
- Finished work on the Guide

6/18/2023
- Added "Spite" shield
- Updated "Unique Loot" page on the RMN gamepage
- Altered weapon Overdrive functionality, providing variety between weapon types
- Fixed map kill animation for Bloodstone Mine enemies
- Reduced level requirement for auto-kill

6/19/2023
- Fixed enemy auto-aggro when revisiting a dungeon floor
- Altered text color and alignment in loot tables stat window and equip window

6/20/2023
- Adjusted text alignment in loot and equip tables
- Added ability to Salvage items from the inventory

6/21/2023
- Fixed status ailment buffs to be cumulative instead of multiplicative
- Changed temporary buffs to be in the Battler class instead of Actor
- Changed damage formulas
- Changed enemy levels and stats during prologue
- Fixed status icons not displaying when using an item from the menu
- Altered menu UI to display more status icons

6/22/2023
- Altered enemy stats
- Changed HP gauge color in menu
- Resumed work on Eleston maps

6/23/2023
- Added new custom sound effects
- Added a new map for Eleston

6/24/2023
- Added more sound effects

6/25/2023
- Added more sound effects, finished system SE

6/26/2023
- Altered cutscene dialogue
- Added more sound effects
- Adjusted HP regen on certain skills
- Update Guide to reflect changes to skills

6/27/2023
- Finished replacing current sound effects

6/28/2023
- Added prompt to open comparison window in loot tables
- Adjusted drop rates to 1/10 from monsters
- Adjusted crafting costs
- Improved quality of shop loot
- Improved rarity chance of drops by 50%
- Increased base stat minimums of all weapons and armors
- Adjusted monster stats and ally HP
- Added chests to Hollow Keep prologue
- Added difficulty slider to system menu
- Added variable monster stats and drop rarity based on difficulty

6/29/2023
- Altered chance of dropping items from enemies and chests
- Added message when new skill points are unlocked
- Added icons to battle end messages for EXP and skill points
- Added icons to loot table to indicated commands
- Altered formula for difficulty adjustment
- Added "Royal" sword and "Demolisher" axe
- Updated Guide will a section on Difficulty

6/30/2023
- Tested difficulty settings and new functionality
- Released updated demo
- Posted Blog on game page


July
7/1/2023
- Updated material costs for crafting
- Updated Guide to reflect crafting changes

7/2/2023
- Continued work on Eleston maps

7/3/2023
- Replaced more sound effects
- Added drip BGS to Bloodstone Mine
- Finished first perspective to Eleston boss fight

7/4/2023
- Added Eleston replay boss fight
- Added double boss battle functionality

7/5/2023
- Finished first perspective Eleston return cutscene

7/6/2023
- Fixed broken HP bar script

7/7/2023
- Added a new map for Eleston

7/8/2023
- Implemented variable drop rate and EXP gain based on difficulty
- Added a new map for Eleston
- Altered cutscene dialogue relating to Eleston
- Added red tint to face sets when angered

7/9/2023
- Added a new map for Eleston

7/10/2023 - 7/11/2023
- Family matters

7/12/2023
- Resumed work on Eleston maps

7/13/2023 - 7/18/2023
- Family matters

7/19/2023
- Added a new map for Eleston (1/2 done)

7/20/2023 - 7/24/2023
- Family matters

7/25/2023
- Added "Gravity" unique axe

7/26/2023
- Added alternate perspective for Eleston intro cutscene

7/27/2023
- Resumed work on Eleston maps

7/28/2023
- GIMP reset, spent time resetting my hotkeys, settings, etc. >:(

7/29/2023
- Added a new map for Eleston

7/30/2023
- Fixed the "Mirror" shield effect to keep rarity
- Changed the "Fiend" staff effect to a random element with each hit
- Added a new perspective to the Eleston Cathedral intro cutscene
- Added a new map for Eleston

7/31/2023
- Added a progress report blog to RMN


August
8/1/2023
- Added a new map for Eleston

8/2/2023 - 8/6/2023
- Family matters

8/7/2023
- Worked on second perspective cutscene for Eleston boss fight

8/8/2023
- Day off

8/9/2023
- Finished second perspective cutscene for Eleston boss fight

8/10/2023
- Re-arranged skill tree layout and added names to each tree

8/11/2023
- Reduced item drop rate from enemies
- Added a turn counter for skills on cooldown

8/12/2023
- Watched brother playtest, took notes and feedback

8/13/2023
- Changed hit ratio formula for more reliable results
- Added oranges to common item loot pool as a rare drop
- Added healing items to starting inventory
- Altered status healing items to provide a temporary resistance
- Reduced crafting material costs
- Modified elemental weakness and resistance identifiers
- Changed loot table label window text color

8/14/2023
- Added ability to unequip weapons and armors

8/15/2023
- Removed Bell Cranel and Hestia Knife
- Changed the Saria from a Spear to a Knife
- Added the Chastiefol Spear

8/16/2023
- Added a new map for Eleston

8/17/2023
- Started on a new map for Eleston

8/18/2023
- Worked on Eleston map

8/19/2023
- Re-categorized the Gold as a unique Rare knife
- Added the "Conductor" Legendary knife

8/20/2023
- Added Overdrive technique "Overcharge"
- Added a new map for Eleston

8/21/2023
- Added "Elite" enemies
- Changed enemy troops to create random troop sets

8/22/2023
- Added new Elite affixes

8/23/2023
- Added remaining Elite affixes

8/24/2023 - 8/26/2023
- Took a break

8/27/2023
- Finished second perspective cutscenes for the return from Eleston
- Added a new map for Eleston

8/28/2023
- Added a new map for Eleston
- Finished both remaining perspectives for Eleston introduction cutscene

8/29/2023
- Finished remaining perspectives for Eleston Cathedral intro cutscene
- Added a new map for Eleston
- Started Thrall Development Showcase Youtube channel

8/30/2023
- Added remaining perspectives for Eleston Cathedral boss fight cutscene

8/31/2023
- Finished remaining perspectives for return from Eleston cutscenes
- Finished final map for Eleston
- Added new blog post on RMN


September
9/1/2023
- Added Ghost enemy functionality
- Re-assigned enemies in the debug room for Lyre Forest
- Streamlined and standardized enemy spawn scripts, added common event to handle enemy defeats for easy changes to entire enemy database

9/2/2023
- Standardized chest events, adding them to a common event for easy manipulation
- Named all events and replaced all events in Bloodstone Mine

9/3/2023
- Added "Wraith" enemy functionality
- Altered "Rare" chest item rarity
- Replaced all events in Eleston with standardized versions
- Uploaded a new episode to the Thrall Developers Showcase
- Fixed "Heal Mushroom" to be usable in the menu

9/4/2023
- Added Sprites and Gnomes to enemy pool for Lyre Forest, coded unique functionality for each
- Started on the first map of the Lyre Forest

9/5/2023
- Added a new map for the Lyre Forest

9/6/2023
- Worked on Lyre Forest maps

9/7/2023
- Added a new map for Lyre Forest

9/8/2023
- Changed level display to show Elite affixes when Elites spawn, coded functionality for two affixes per Elite for NG+

9/9/2023
- Day off

9/10/2023
- Uploaded a new video to the TDS
- Added a unique hit animation for the Gehenna

9/11/2023
- Worked on Lyre Forest

9/12/2023
- Worked on Lyre Forest

9/13/2023
- Day off

9/14/2023
- Added a new map for Lyre Forest

9/15/2023
- Decreased dimming effect of darkened rooms
- Added a new blog post on RMN

9/16/2023
- Day off

9/17/2023
- Worked on Lyre Forest maps
- Uploaded a video to the Thrall Developers Showcase

9/18/2023
- Uploaded a video to the TDS

9/19/2023
- Worked on Lyre Forest

9/20/2023
- Uploaded a video to the TDS

9/21/2023
- Added a new map to the Lyre Forest

9/22/2023
- Worked on Lyre Forest
- Uploaded a video to the TDS

9/23/2023
- Worked on Lyre Forest
- Uploaded a video to the TDS

9/24/2023
- Added a new map to the Lyre Forest
- Uploaded a video to the TDS

9/25/2023
- Changed the thumbnails for the skill tree videos in the TDS

9/26/2023
- Changed the floor reset script to retain status changes from skills, ailments, etc. until a battle loss or boss fight. Skills no longer recharge on floor changes, but overkill damage and Fury stacks still reset
- Worked on Lyre Forest maps

9/27/2023
- Worked on Lyre Forest maps

9/28/2023
- Worked on Lyre Forest maps

9/29/2023
- Added a new map to the Lyre Forest
- Changed how loading works, map and player data is no longer saved. Instead, the game always loads the starting map, and map data is handled through that event

9/30/2023
- Uploaded a progress report to RMN


October
10/1/2023
- Figured out how to HAVE CONTROLLER RECOGNITION AND NATIVE CONTROLLER SUPPORT AFTER 15 GODDAMN YEARS OF USING THIS ENGINE! GOD DAMN!!!

10/2/2023
- Finished adding controller recognition and support and updated all tutorials and guides

10/3/2023
- Started on a new map for Lyre Forest

10/4/2023
- Added button prompts to change categories and windows in the Equip, Item, and Skill scenes
- Worked on Lyre Forest maps

10/5/2023
- Added a new map for the Lyre Forest
- Changed water in Lyre Forest maps to add a flowing/reflective effect
- Started on a new map for the Lyre Forest

10/6/2023
- Recorded a new video for the TDS

10/7/2023
- Re-recorded previous days video due to sound quality issues

10/8/2023
- Uploaded video to YouTube

10/9/2023
- Added Gold drops to common Item loot pool when not in shops
- Changed EXP allocation to be dependant on individual party member levels
- Changed battle end EXP display to show every members personal EXP
- Added diminishing returns to battle EXP when overleveled
- Changed REGEN armor to restore 1% HP per turn instead of 1.3%

10/10/2023
- Attempted to figure out item sorting, failed to do so

10/11/2023
- Figured out an alternate method of item sorting, recorded the scripting process

10/12/2023
- Added MULTI weapon accessory and all associated prefixes
- Changed Muramasa to be always MULTI, no damage penalty
- Changed Cosmo to be never MULTI
- Updated Guide and Readme

10/13/2023
- Overhauled Lionel's skill trees:
- Buffed Swordsman, Bludgeoner, Sharp, Engaged, Bulwark, Fortune, Untouchable, and Preparation
- Replaced Protection with Guidance
- Buffed Brutus' Reaction and Toughness skills
- Buffed Mel's Augmented, Flash Fire, Primed, Shielded, Barrier, and Overcome skills
- Overhauled Damien's skill trees:
- Buffed Lethal, Quick Escape, and Killing Blow
- Moved Killing Blow to tier 5
- Moved Deadeye to Stalker tree, replacing Bunker
- Buffed Dodgy %, reduced turn count
- Moved Spoils to Rogue tree, tier 4
- Added Skinning
- Updated all skill Guides
- Worked on Lyre Forest maps

10/14/2023
- Created a blackjack prototype in separate project to be imported later

10/15/2023
- Imported blackjack into Thrall
- Upadated blackjack UI, prompts, scoring, dialogue and rules
- Added new map to Lyre Forest

10/16/2023
- Worked on Lyre Forest maps

10/17/2023
- Added a new map to Lyre Forest

10/18/2023
- Worked on Lyre Forest maps

10/19/2023
- Day off

10/20/2023
- Added a new map to Lyre Forest

10/21/2023
- Added "Shield," "Kamikaze," and "Theft" character unique overdrive skills

10/22/2023
- Uploaded a video to the TDS
- Brainstormed ideas in a notebook for skills, sorting, and story points

10/23/2023
- Added "Invigorate" unique overdrive skill
- Added unique icons to character overdrive skills
- Added sorting options in loot tables and inventory
- Overhauled loot table UI to include a help window for controls

10/24/2023
- Fixed "Limit Onion" functionality
- Added "Sunstone" item

10/25/2023
- Started working on a written story outline

10/26/2023
- Added the entrance map for the Lyre Forest

10/27/2023 - 10/28/2023
- Days off

10/29/2023
- Overhauled Dracula cutscene
- Updated demo

10/30/2023
- Adjusted tutorial message for skipping dialogue
- Added first perspective for Lyre Forest intro cutscene
- Altered Sprite enemy functionality
- Fixed Stalking Overkill damage being applied to beneficial skills/items
- Removed usage of skills while Rage is active to prevent other bugs
- Added Sunstone functionality

10/31/2023
- Uploaded a progress report to RMN


November
Coming soon to a theatre near you...