Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

> my minimalist UI biting me back
took this from my game's description

I'm working on cursor indicators - when you hover over interactable objects this will surely help figure things out when they still won't read my barely a game's description.

> environmental indicators for entry/exit points
I'll add that to my growing list

> replacing my sprite font
I couldn't find I font I liked so I made one myself, nothing special about it, but it's good enough for now.

> Attack Rate / Cast Rate
AGI(Agility)=fast, so I attributed WIZ(Wizardry) to speed too

> granular attribute output

The attribute system behaves in increasing returns, it's a barely-a-demo but I don't want to make things too crazy too early

 > Red(Reduction), Rst(Resistance), Block
I swear my brain told me I had answered that, and it's nowhere mentioned in my reply.

  • Reduction is flat value subtracted from incoming attack
  • Resistance is percentage reduction after going through above
  • Block will protect you from incoming damage and status mods

> Property types

classsub class
AttackPhysical, Spell
PhysicalMelee, Range
SpellMagic, Fire, Cold, Lightning, Poison

* Damage is after going through Reduction & Resistance formula

> Skill Tree navigation
Man, i tried that, placing the navigator buttons on sides and corners it looked ugly.
I'll try again, might figure it out and make it work, but it aint today.

> Skill Tree's base

It was deliberate that the more advance classes were not so hidden. I wanted players to wander a little bit, but my current design seems unintuitive and needs some work.

> Skill Synergy
There are 3 skill types Active, Passive, and Support.

  • Active - your base skill (or use as Support)
  • Passive - will modify your character directly
  • Support - you can add these to your base skills
Usually same class are compatible 

but there are special cases where skills are base skill only you cannot use them to support other skills (and is not indicated in the tooltip)

> Trial & Error Synergy
I wanted players to do trial & error to find compatible skills but that's too much to ask, I'll create a guide soon.

> Multiple Skills in 1
I wanted to cap the skills added to 10 skill levels, but I don't have to, there is no cap, the resource cost will render skills unusable

> Skill NPC
Nah, loadout shizz don't make sense here, I'll let you edit skills in the middle of the zone, while you get dogpiled by mobs.

> Prime Attributes
They're your character's foundation, high flat values coupled with decent multiplier is the way to go, high multiplier with low flats result are meh

> Sub Attributes not displayed
They are though, in your skill's description

> 59 Exp
That means your level is greater than the current area level, diminishing returns, fight in areas equal or greater than you

> Channeling & Buffs
You'll sweep early game with and will probably be hard to survive without in later levels Priest Buffs

> Channeling Skills
I need to make a quick guide for this class

  • Channeling gets faster the more Cast Rate you have
  • Priest Buffs has a max 'Channeling Time' of 10, Wizard attack skills has no cap
  • Higher Cast Rate will let you accumulate 'Channeling Time' quicker
  • You gain 3 seconds of status duration per Channeling Time, and Cast Rate is a multiplier of that duration

Wanna here about my level 8 guide now? haha jk

> Skill Synergy Special Cases
You can add 'Poison Bolt' to 'Poison Orb' but not the reverse, because poison bolt does not benefit & have Poison Orb's AOE modifier if that makes sense, and this is the usual logic

But as you already clearly recognized, nobody is going to read through your itch Page, it should be either intuitive on where to click to unlock, or explained somewhere in Game, ideally not in some submenu on how to play, or a textdump at the beginning, but along the Way.

>it's good enough for now.

If even you yourself get confused sometimes wether its a H or an M, it clearly isn't good enough.

> granular attribute output

How you handle Statgrowths or anything doesn't matter, you can give +0.01 for the first level and +2.5 for the second or whatever, if I need to level strength only to increase pAtk, just remove strength alltogether and let me directly click on pAtk to increase it.

As for Skilltrees, just include the Diagram you posted in your Reply in the Game, no need for all the subtrees. Use Icons instead of Text, and display the Name of the hovered class on top of the Skilltree Window when hovering, and you don't need any submenu navigation.

>Trial & Error Synergy

Thats fine to have, if your Game encourages or supports trying out different Things. With 1 Skillpoint per Level and continously scaling difficulty, it doesn't.

>I'll let you edit skills in the middle of the zone, while you get dogpiled by mobs.

Noone does that, you can't attack with the skill menu open, so you'd just get pummeled down.

>Prime and Sub Attributes

Again, I'm talking about Strength as an Example. It serves no purpose being there, it doesn't add anything. Just apply all your modifiers, all the Levels I can spent etc. directly to pAtk. Or let strength affect more then one Stat.

Sub Attributes displayed in your Attribute Window, I never said anything about a spells attributes there. There is no Block or RedDmg there or anything, nothing to see how my Stats would affect those. Which they probably aren't anyway, see above.

>diminishing returns, channeling

You don't need diminishing returns. You have a constant increase in difficulty with a set amount of Enemies per Level. If I defeat every Enemy in every Level I should be right on curve. If I rush past Enemies, I'll naturally fall off due to missing out on experience. You should have just the Amount of Enemies per Zone thats intended so I keep on curve if I defeat all, it shouldn't be possible to overlevel with that layout.

If I channel in the beginning of a Zone, the buffs run out by the Time I hit the first Enemy. If I channel when I start combat, I loose multiple seconds where I just get pummeled and could counterhit them.

>Skill Synergy logic

Why doesn't Poison Bolt allow to increase its radius with Poison Orb? It clearly explodes when hitting an Enemy, it'd allow the Skill to be turned into an AoE by leveling the AoE skill and combining those. I'm on board with skills needing the same Type like Poison to be matched together, but then all Poison should be able to be matched together, or at least all support into all Actives, and no active+active or something coherent. Just allowing all same types to be mashed together until you as the dev feel like it wouldn't make Sense is stupid. If you only allow specific Skills to be matched with each other, without any global underlying logic, or with exceptions like Bolt+Orb, you need to indicate that in your UI somewhere. And it makes even less sense if Bolt+Orb isn't allowed but Orb+Bolt.

And stop trying to sell me your early Level build, if you talk about wanting People to trial and Error, and then try to give them a fixed built for the first 8 Levels or so, so they can actually survive, you're disencouraging trial and error even more then your Game itself does, and are basically telling everyone they need a very specific build to actually be able to get further then 20-30 Levels. At that Point, you might aswell just remove the first 10 Levels the Player gains automatically, and lock it behind a tutorial. So on level up, it goes to the status screen and tells you: You can spent points to increase Attributes. Try it and level Health 5 times this level. If you go to the Skilltree, you can click on the lock to unlock a skill. Here, try and unlock this Priests buffskill, etc. That way you avoid your UI being unclear, as you explain everything, 'and' force every Player to use your early Game build, which according to you is apparently required. Of course, its not going to be Fun, and People are just going to use the exact same build every run, since they're forced to do it, but thats a different Issue then.

>  you can't attack with the skill menu open
You can still play on half the screen when one menu is open

> remove STR replace it with PAtk
nah

> Sub Attributes in the skill description
Let's say with a Sword equipped you 'Basic Attack' skill will display Melee Attributes (not explicitly) and when you swap with Bow it will now display Range Atk/AtkRt/Hit/Crit, people can distinguish that.

> enough enemies in an area to keep you in the curve
Nope, everything is random, it depends the generated area's size on how many can spawn so it wonn't get to crowded too early. In the new build though in later levels spawn points get a chance to spawn multiple mobs.

> Priest Buffs
Yeah those need to be learned to efficiently use & cheesed.

> bolt orb
the small explosions bolts make are just vfx, Orb explosions are different though

> build shill
It's guide to use Priest Buffs so we can see how basic attributes interact with each other, Channeling mechanic, resource management.
This is a singleplayer game so I have the Priest Skills help you help yourself, but you can go pure and hardcore in your build route too.