Advertisement
Althalus

Dice Display - ui_HitTable

Oct 17th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. {
  2. "classes": "flexrow flexaround",
  3. "dice": {
  4. "top": "",
  5. "results": [
  6. {
  7. "classes": "focus outline",
  8. "top": "Head",
  9. "cond": "@total<=2",
  10. "bottom": "'Dmg: x2 - 1d6 - 1-4 = Dazed; 5 = Deafend; 6 = internal Damage'"
  11. },
  12. {
  13. "classes": "focus outline",
  14. "top": "Left Foot",
  15. "cond": "@total==3",
  16. "bottom": "'DMG: x0.25 - Knockdown (-1m Movement)'"
  17. },
  18. {
  19. "classes": "focus outline",
  20. "top": "Left Hand",
  21. "cond": "@total==4",
  22. "bottom": "'DMG: x0.25 - all Actions with this Hand -2'"
  23. },
  24. {
  25. "classes": "focus outline",
  26. "top": "Left Arm",
  27. "cond": "@total==5",
  28. "bottom": "'DMG: x0.5 - all Actions with this Arm -1'"
  29. },
  30. {
  31. "classes": "focus outline",
  32. "top": "Torso",
  33. "cond": "@total==6",
  34. "bottom": "'DMG: x1 - 1d6 - 1-4 Chest - 1d6 - 1-3 = No added Effect, 4 = Dazed, 5 = Knockdown, 6 = internal Damage; 5-6 Abdomen - 1d6 - 1-2 = No added Effect, 3-4 = Dazed, 5 = Knockdown, 6 = internal Damage'"
  35. },
  36. {
  37. "classes": "focus outline",
  38. "top": "Legs",
  39. "cond": "@total==7",
  40. "bottom": "'DMG: x0.75 - 1d6 - 1-3 = Left, 4-6 = Right - Knockdown (-1m Movement)'"
  41. },
  42. {
  43. "classes": "focus outline",
  44. "top": "Torso - Chest",
  45. "cond": "@total==8",
  46. "bottom": "'DMG: x1 - 1d6 - 1-4 Chest - 1d6 - 1-3 = No added Effect, 4 = Dazed, 5 = Knockdown, 6 = internal Damage; 5-6 Abdomen - 1d6 - 1-2 = No added Effect, 3-4 = Dazed, 5 = Knockdown, 6 = internal Damage'"
  47. },
  48. {
  49. "classes": "focus outline",
  50. "top": "Right Arm",
  51. "cond": "@total==9",
  52. "bottom": "'DMG: x0.5 - all Actions with this Arm -1'"
  53. },
  54. {
  55. "classes": "focus outline",
  56. "top": "Right Hand",
  57. "cond": "@total==10",
  58. "bottom": "'DMG: x0.25 - all Actions with this Hand -2'"
  59. },
  60. {
  61. "classes": "focus outline",
  62. "top": "Right Foot",
  63. "cond": "@total==11",
  64. "bottom": "'DMG: x0.25 - Knockdown (-1m Movement)'"
  65. },
  66. {
  67. "classes": "focus outline",
  68. "top": "Head",
  69. "cond": "@total>=12",
  70. "bottom": "'Dmg: x2 - 1d6 - 1 - 4 = Dazed; 5 = Deafend; 6 = internal Damage'"
  71. }
  72. ]
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement