New random number policy & body part health nerf
Hyper Detailed Duels (Concept) » Devlog
Randomness
old power/skill randomness:
- draw a random number R from normal distribution of mean = power/skill base value and std deviation = 0.5
- return max(0, R)
new randomness:
- draw a random number R from normal distribution of mean = power/skill base value and std deviation = mean * 0.4
- if R > mean then R = 2 * mean - R
- return max(0, R)
Body part health nerf
every sub-part of body parts are now has lower healthes than base health value
Files
web.zip Play in browser
Jun 29, 2021
Hyper Detailed Duels (Concept)
a text-base card game where your goal is to continuously try to kill enemy
Status | In development |
Author | leonw774 |
Tags | Text based, Turn-Based Combat |
More posts
- Update 2021-06-30Jun 30, 2021
- Update 2020-08-14Aug 14, 2020
Leave a comment
Log in with itch.io to leave a comment.