Waiting for news? Well, I've been busy this month and have done quite a lot - finished with migration to database, rebuilded skills editor with my OOP layer over Unity editor GUI, made some progress with skills screen of the game and the skill tree itself. That's the thing I actually want to show today - a couple of skills from Ugylk's skill branch and a new effect they cause. Poison arrows is a buff-type active skill, making every projectile inflict poison on enemies. And Poison flask is a grenade-type skill, which causes a poison cloud to appear and affect enemies passing through it. The new effect, as you see, is poisoning, inflicting toxic damage over time. It can be helpful on early stages of the game, but there are enemies immune to it. You can poison an orc, but something like zombie or skeleton will be more puzzled than damaged by such skills.
1649766000
Long time ago, before even starting blogs, I've already had a fully working market screen. Since then a lot happened - new icon system, general purpose UI components, some UI concept changes, migration from xml's to sqlite database, so I had to rebuild it. This new version is cooler both inside and outside, the code is more organized and the UI has more decent look and some new useful features.
The main idea of the market is that various traders and their offers are unlocked through the game and fills the market to certain (upgradable) limit. The offers are limited by time and as they expired or fulfilled the market will replace them with new ones. There's a lot of offers, for both buying and selling various goods, you can buy the resources you need or sell excesses, or even find some blueprints and items obtainable only from the market offer.
1644668400