Skip to content
Snippets Groups Projects
  1. Dec 31, 2014
  2. Dec 30, 2014
  3. Dec 29, 2014
  4. Dec 28, 2014
  5. Dec 27, 2014
  6. Dec 26, 2014
  7. Dec 25, 2014
  8. Dec 24, 2014
  9. Dec 23, 2014
  10. Dec 22, 2014
  11. Dec 21, 2014
  12. Dec 20, 2014
    • Grayswandir's avatar
      Adds a 'lists' system for convenience. Modified stealth and step up to use. · 527840a8
      Grayswandir authored
      This lets talents / effects add themselves to lists at appropriate
      times. Bascially, just a quicker way than searching for all applied
      talents/effects for a specific tag.
      
      Talents can have a sustain_lists and a learn_lists field.
      Effects just have a lists field.
      
      Example:
      talent A has the following:
      learn_lists = {'red', {'blue', 'green'}}
      When you learn it, your character now has the following fields:
      self.red = {'T_A'}
      self.blue.green = {'T_A'}
      
      Modified stealth and step up to use this system. So, to make something
      break when step up does, just add it to the 'break_with_step_up' list.
      527840a8
    • DarkGod's avatar
      plopmore · 4701b6a6
      DarkGod authored
      4701b6a6
Loading