jamci: fixed next update. Plz confirm that the linked file correct the bug (replace at game\01dailyupdate.rpy)
Shanni:
1. It might be that it just has no attributes, the equipment code is quite hardcoded in the game, didn't really had time to improve it instead of obvious flaws. Seems like some can't have attributes, don't ask me why ><
2. Make them concubines/slaves, it cancels those events.
3. Not an easy fix, as the base range attack use DEX, whatever the shooter's class.
4. I've changed how it's handled and made a function to better handle it, same will be used to get how many mana to loose on attack isntead of hardcoded values. Now every spell will show it's SP cost if it has one.
5. Made some adjustments
6. Complicated, I've reworked the log for the same reason that we had no clue what's happening. Adding more visual feedback on top of the existing code is kinda tricky, it wasn't design for that at all. Will be faster to just wipe the code and make another game ^^
7. Can't change that, if it's a "Shoot" attack, it's DEX, that's hardcoded. If I change it to INT, every other girls will suffer from the change, ex: the Huntress.
8. Indeed they are quite useless late game => Health Potion now restores 20% of max HP instead of hardcoded 3. Mana Potion now restores 25% of max SP instead of hardcoded 3.
9. Tbh I use the Heretic regurlary in combat, with some early INT, that's not an issue. Now with the new potions it should be more than playable, that lifesteal is really strong btw.
10. It's balanced, can't do much more ><
11. Made "Lay on Hands" based on 40% CON. It's significantly much stronger, (best single target heal of the game) but still requires 2 SP.
12. Fixed, any value under 10 is ignored.
13. Fixed.
14. Complicated to fix, Renpy choices don't have any scrollbars. Probably needs to design a custom menu and put it at every instance of this possible issue. I sadly don't have enough time for that rn...
15. Fixed
16. That's a quite tricky spell, it becomes a status on girl whe casted so I can't make it scale on the caster's stats.
It fades when girl hp are fully regen or with a 20% chance (I've reduces it to 10%)
That's pretty strong in early game but near useless in late indeed, idk how to balance it tho-... In theory you're supposed to use the Druid at front lane with the bear form in late game but yeah, no idea ><
17. Fixed.
18. You mean it doesn't work or it's not shown ?