itch.io is community of indie game creators and players

Devlogs

New random number policy & body part health nerf

Hyper Detailed Duels (Concept)
A browser game made in HTML5

Randomness

old power/skill randomness: 

  1. draw a random number R from normal distribution of mean = power/skill base value and std deviation = 0.5
  2. return max(0, R)

new randomness:

  1. draw a random number R from normal distribution of mean = power/skill base value and std deviation = mean * 0.4
  2. if R > mean then R = 2 * mean - R
  3. 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 21 kB
    Jun 29, 2021
Leave a comment