Advertisement
Guest User

Untitled

a guest
Aug 29th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1.  
  2. <b>Composite Longbow vs. [target]</b> To Hit AC: [h: diceRoll1 = 1d20][diceRoll1+BAB+Dexd+att+1+3+1-2] FOR [1d8+StrD+dmg+1] [images]/Magic damage
  3. <br>
  4. Manyshot Damage [1d8+strd+dmg+3] [images]/Magic damage]
  5. <br>
  6. [if(diceRoll1 >= 19), CODE:
  7. {
  8. <small><b>THREAT!</b> Confirming on [1d20+BAB+Dexd+att+1+3+1-2] AC, for [2d8+strd*2+dmg*2+6] extra [images]/Magic damage damage.</small><br>
  9. };{}]
  10. [if(diceRoll1 == 1), CODE:
  11. {
  12. <small><b>Attack Misses!</b> </small><br>
  13. };{}]
  14.  
  15. <b>Composite Longbow vs. [target]</b>: To Hit AC [h: diceRoll4 = 1d20][diceRoll4+BAB+Dexd+att+1+3+1-2]; [1d8+StrD+dmg+1] [images]/Magic damage
  16. <br>
  17. Manyshot Damage [1d8+strd+dmg+3] [images]/Magic damage]
  18. <br>
  19. [if(diceRoll4 >= 19), CODE:
  20. {
  21. <small><b>THREAT!</b> Confirming on [1d20+BAB+Dexd+att+1+3+1-2] AC, for [2d8+strd*2+dmg*2+6] extra [images]/Magic damage damage.</small><br>
  22. };{}]
  23. [if(diceRoll4 == 1), CODE:
  24. {
  25. <small><b>Attack Misses!</b> </small><br>
  26. };{}]
  27.  
  28.  
  29.  
  30. <b>Composite Longbow vs. [target]</b>:To Hit AC [h: diceRoll2 = 1d20][diceRoll2+BAB+Dexd+att+1+3+1-2] For [1d8+STRD+dmg+3] [images]/Magic damage
  31. <br>
  32. [if(diceRoll2 >= 19), CODE:
  33. {
  34. <small><b>THREAT!</b> Confirming on [1d20+BAB+Dexd+att+1+3+1-2] AC, for [2d8+strd*2+dmg*2+6] extra P[images]/Magic damage. </small><br>
  35. };{}]
  36. [if(diceRoll2 == 1), CODE:
  37. {
  38. <small><b>Attack Misses!</b> </small><br>
  39. };{}]
  40.  
  41.  
  42.  
  43. <b>Composite Longbow vs. [target]</b> To Hit AC: [h: diceRoll3 = 1d20][diceRoll3+BAB+Dexd+att+1+3+1-5-2] For [1d8+STRD+dmg+3] [images]/Magic damage
  44. <br>
  45. [if(diceRoll3 >= 19), CODE:
  46. {
  47. <small><b>THREAT!</b> Confirming on [1d20+BAB+Dexd+att+1+3+1-5-2] AC, for [2d8+strd*2+dmg*2+6] extra [images]/Magic damage</small><br>
  48. };{}]
  49. [if(diceRoll3 == 1), CODE:
  50. {
  51. <small><b>Attack Misses!</b> </small><br>
  52. };{}]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement