Guest User

Untitled

a guest
Jul 17th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1.  
  2. add_pattern_trigger("defence list", "^Your flexibility allows you to unentangle more easily\\.$", trigGainDef, "", "[\"flexibility\"]");
  3. add_pattern_trigger("defence list", "^You have raised the hood of your cloak of obscurity\\.$", trigGainDef, "", "[\"hood\"]");
  4. add_pattern_trigger("defence list", "^You are returning thrown weapons to your hand\\.$", trigGainDef, "", "[\"returning\"]");
  5. add_pattern_trigger("defence list", "^Your skin is hard and tough, like the bark of an oak tree\\.$", trigGainDef, "", "[\"sentinel_barkskin\"]");
  6. add_pattern_trigger("defence list", "^You are protected from light-based damage sources\\.$", trigGainDef, "", "[\"lightshield\"]");
  7. add_pattern_trigger("defence list", "^You are prepared to discharge energy\\.$", trigGainDef, "", "[\"discharge\"]");
  8. add_pattern_trigger("defence list", "^Your body has been tempered by the strength of your Inner Fire\\.$", trigGainDef, "", "[\"illumination_temperance\"]");
  9.  
  10.  
  11. /defence
  12. add_pattern_trigger("", "^You raise the hood of a cloak of obscurity, concealing your identity\\.$", trigGainDef, "", "[\"hood\"]");
  13. add_pattern_trigger("", "^The forests have already blessed you with the companionship of the fox\\.$", trigGainDef, "", "[\"summon_fox\"]");
  14. add_pattern_trigger("", "^The forests have already blessed you with the companionship of the raven\\.$", trigGainDef, "", "[\"summon_raven\"]");
  15. add_pattern_trigger("", "^The forests have already blessed you with the companionship of the lemming\\.$", trigGainDef, "", "[\"summon_lemming\"]");
  16. add_pattern_trigger("", "^The forests have already blessed you with the companionship of the butterfly\\.$", trigGainDef, "", "[\"summon_butterfly\"]");
  17. add_pattern_trigger("", "^The forests have already blessed you with the companionship of the wolf\\.$", trigGainDef, "", "[\"summon_wolf\"]");
  18. add_pattern_trigger("", "^You pause and concentrate on the image of a sly fox, sending your thoughts into the forest around you\\.$", trigGainDef, "", "[\"summon_fox\"]");
  19. add_pattern_trigger("", "^A momentary feeling of annoyance takes hold of you as you picture the image of a badger\\.$", trigGainDef, "", "[\"summon_badger\"]");
  20. add_pattern_trigger("", "^The call of the hunt overtakes you for a moment as you call the image of a wolf to your mind\\.$", trigGainDef, "", "[\"summon_wolf\"]");
  21. add_pattern_trigger("", "^You close your eyes and visualize a serene glade full of fluttering butterflies, yearning for the companionship of the delicate creatures\\.$", trigGainDef, "", "[\"summon_butterfly\"]");
  22. add_pattern_trigger("", "^A bit of paranoia and the urge to seek out your comrades fills you for a moment as you concentrate on the image of a little brown lemming\\.$", trigGainDef, "", "[\"summon_lemming\"]");
  23. add_pattern_trigger("", "^A thrilling sensation overcomes you as you concentrate on the image of a flying raven, soaring high in the clouds\\.$", trigGainDef, "", "[\"summon_raven\"]");
  24. add_pattern_trigger("", "^You begin to focus on returning your thrown weapons to your hand\\.$", trigGainDef, "", "[\"returning\"]");
  25. add_pattern_trigger("", "^You concentrate for a moment, and your skin becomes rough and thick like tree bark\\.$", trigGainDef, "", "[\"sentinel_barkskin\"]");
  26. add_pattern_trigger("", "^You prepare to escape from any restricting bonds\\.$", trigGainDef, "", "[\"flexibility\"]");
  27. add_pattern_trigger("", "^You press your palms together and a faint blue aura surrounds your body\\.$", trigGainDef, "", "[\"discharge\"]");
  28. add_pattern_trigger("", "^You close your eyes briefly, and call forth a protective aura\\.$", trigGainDef, "", "[\"lightshield\"]");
  29. add_pattern_trigger("", "^You call upon your inner spark to temper your body's toughness.\\.$", trigGainDef, "", "[\"illumination_temperance\"]");
  30. a
Add Comment
Please, Sign In to add comment