State that uses traits randomly

● ARCHIVED · READ-ONLY
Started by GhoulBoy 3 posts View original ↗
  1. Looking for a state that would randomly use a trait. Preferably i can tell it how many traits to choose at random

    For an example the state would have the traits of fire water thunder, and at the beginning of combat the actor would get one of them randomly
  2. https://himeworks.com/2016/01/placeholder-states/
    It works a bit differently than you phrased it, but it can result in what you want.
    Your skill would always apply the placeholder state, and then you use random numbers in the placeholder formula to decide what other state will replace it. and those other states apply different traits the usual way.
  3. Andar said:
    https://himeworks.com/2016/01/placeholder-states/
    It works a bit differently than you phrased it, but it can result in what you want.
    Your skill would always apply the placeholder state, and then you use random numbers in the placeholder formula to decide what other state will replace it. and those other states apply different traits the usual way.
    Thanks that looks interesting for something else i have in mind, but I figured out how to do it with a global troop!