Combat stats and abilities
[h3]Floaty damage numbers[/h3][p]Because armor, shields, and hull can take such different amounts of damage, and because increased bullet damage is a stat that you can collect, I wanted to be able to see how effective my shots were during combat, so I made a proper system for floating combat text. It adds up all the changes to pixel values from a bullet instance, color codes the number based on what you hit so there are different color numbers for hull, armor, shield, and critical hits, it also tells you when a dodge occurs. The numbers are even sticky and animated to look nice.[/p][p]You can of course toggle these on and off in the settings if you are an aesthetics purist and RPG style combat text ruins your immersion.[/p][p]
[/p][h3]Defensive stat changes[/h3][p]I've done a lot of fiddling with combat stats and RPG elements. First thing I changed was to consolidate some defensive stats and make them more balanced. For instance, stacking percentage decreases in damage taken could allow you to become invincible, which was bad and it was also confusing as to how the stats were multiplying together when you had multiple sources.[/p][p]Damage reduction stats have been refined into these categories:[/p]
[/p][p]The slots on the right are for the artifacts mentioned briefly in the artifact crafting profession. They give stat bonuses to your current ship. These will either be crafted or will drop as loot. Primarily these will be found by fighting the various warlords and their minions that have been seeded across the galaxy.[/p][p]The slots on the left however are for captain skills. This is the most recent thing I've been making. Captain skills are items, and currently the plan is for you to find them out in the world. They come in 3 categories that have formal names but I refer to them as red, yellow, and blue because that's the color of energy resource they use for activating. You can only equip skills from a single category, and you only get 5 slots, so you will have to choose between the skills you manage to find.[/p][p]Red skills have a defensive emphasis. Yellow skills have a damage dealing emphasis. Blue skills have an emphasis on support and battlefield control. They can be activated only from the navigation console, and when you have them equipped you will see a new energy resource bar while piloting your ship.[/p][p]Each energy type has its own mechanics that may be familiar to some of you out of the box, but the hope is to make the play styles as different as possible. Red energy decays over time, but it fills when taking or dealing damage. Yellow energy has a small pool that rapidly regenerates. Blue energy has a large pool that slowly regenerates only after not using energy for a while.[/p][p]Here's the first 2 abilities that came up when I debug created the items for the sake of a screenshot:[/p][p]
[/p][h3]Development status update[/h3][p]I'm very happy with how world engine is currently generating the game world and I have been play testing and debugging all of the new stories. Population cards are working and have been fine tuned a bit in order to get more reasonable worlds generated. I've got NPC agents running around and generally I have been getting the core features debugged and working the way I like, testing warlord battles and mission boards and everything. Also in play testing I realized I needed to expand the exploration system to make it easier to find stuff that you haven't directly visited yet and so I built an upgrade to the map for tracking nearby sensor pings, and also I implemented maps, which are items you can buy to reveal the...map.[/p][p]I've most recently gotten distracted adding player base building mechanics. I think sandbox mode will probably include an element of being able to build your own base. This started as a wave defense type story with loot on the world map called colony ruins, but people asked for base building and so I'm fleshing it out a bit more. More news on that later unless I forget.[/p]
- [p]Shield hardness[/p]
- [p]Armor hardness[/p]
- [p]Glancing hardness[/p]
- [p]Glancing chance[/p]
- [p]a number of critical rolls representing how many times the crit chance dice will be rolled[/p]
- [p]an amount of critical damage representing how much random tile damage will be applied to a critical system if the roll succeeds[/p]
- [p]a base critical chance representing how likely the shot is to crit without any modification from stats[/p]