Guest User

effects.json

a guest
Dec 5th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.14 KB | None | 0 0
  1. [
  2. {
  3. "type": "effect_type",
  4. "id": "frostbite_recovery",
  5. "name": [ "Defrosting" ],
  6. "desc": [ "Your %s is starting to feel the damage cold has wrought." ],
  7. "part_descs": true,
  8. "base_mods": {
  9. "dex_mod": [-0.5],
  10. "pain_min": [1],
  11. "pain_max_val": [50],
  12. "pain_chance": [3],
  13. "pain_tick": [10],
  14. "hurt_min": [1],
  15. "hurt_chance": [25],
  16. "hurt_tick": [30]
  17. }
  18. },
  19. {
  20. "type": "effect_type",
  21. "id": "hypocalcemia",
  22. "name": [ "Hypocalcemia", "Weak bones", "Brittle bones" ],
  23. "desc": [ "A lack of calcium in your diet will make your bones progressively weaker." ],
  24. "apply_message": "Your bones are becoming more brittle.",
  25. "remove_message": "Your bones regain their usual strength.",
  26. "decay_messages": [
  27. [ "Your calcium deficiency is nearly resolved.", "good" ],
  28. [ "Your bones become stronger as your calcium deficiency improves.", "good" ]
  29. ],
  30. "max_intensity": 3,
  31. "rating": "bad",
  32. "base_mods": {
  33. "speed_mod": [-5],
  34. "str_mod": [-1]
  35. },
  36. "scaling_mods": {
  37. "speed_mod": [-10],
  38. "str_mod": [-1.5]
  39. }
  40. },
  41. {
  42. "type": "effect_type",
  43. "id": "anemia",
  44. "name": [ "Iron deficiency", "Early anemia", "Anemia" ],
  45. "desc": [ "A lack of iron in your diet will result in progressively worsening anemia." ],
  46. "apply_message": "You begin feeling increasingly tired and listless.",
  47. "remove_message": "You no longer feel anemic.",
  48. "decay_messages": [
  49. [ "Your iron deficiency is nearly resolved.", "good" ],
  50. [ "Your feel stronger as your anemia starts to improve.", "good" ]
  51. ],
  52. "max_intensity": 3,
  53. "rating": "bad",
  54. "base_mods": {
  55. "speed_mod": [-5],
  56. "stamina_min": [-1],
  57. "fatigue_tick": [30]
  58. },
  59. "scaling_mods": {
  60. "speed_mod": [-5],
  61. "stamina_min": [-1],
  62. "fatigue_min": [0.5]
  63. }
  64. },
  65. {
  66. "type": "effect_type",
  67. "id": "hypovitA",
  68. "name": [ "VitA deficiency", "Poor vision", "Night blindness" ],
  69. "desc": [ "A lack of vitamin A in your diet will progressively worsen your vision." ],
  70. "apply_message": "You start struggling to make out the finer details.",
  71. "remove_message": "Your normal visual acuity returns.",
  72. "decay_messages": [
  73. [ "Your vitamin A deficiency is nearly resolved.", "good" ],
  74. [ "Your vision improves as your Vitamin A deficiency improves.", "good" ]
  75. ],
  76. "max_intensity": 3,
  77. "rating": "bad",
  78. "base_mods": {
  79. "per_mod": [-1]
  80. },
  81. "scaling_mods": {
  82. "per_mod": [-2],
  83. "int_mod": [-1]
  84. }
  85. },
  86. {
  87. "type": "effect_type",
  88. "id": "hypovitB",
  89. "name": [ "B12 deficiency", "Slow healing", "No healing" ],
  90. "desc": [ "A lack of vitamin B12 in your diet will affect your ability to heal." ],
  91. "apply_message": "Simple wounds are starting to concern you more than usual.",
  92. "remove_message": "Your wounds now heal normally.",
  93. "decay_messages": [
  94. [ "Your vitamin B12 deficiency is starting to resolve.", "good" ],
  95. [ "Your ability to heal returns as your Vitamin B12 deficiency improves.", "good" ]
  96. ],
  97. "max_intensity": 3,
  98. "rating": "bad",
  99. "base_mods": {
  100. "stamina_min": [-0.5],
  101. "hurt_chance": [125],
  102. "hurt_tick": [60]
  103. },
  104. "scaling_mods": {
  105. "stamina_min": [-0.5],
  106. "hurt_min": [1],
  107. "hurt_chance": [-25]
  108. }
  109. },
  110. {
  111. "type": "effect_type",
  112. "id": "scurvy",
  113. "name": [ "Early scurvy", "Scurvy", "Bad Scurvy" ],
  114. "desc": [ "A lack of vitamin C in your diet will result in progressively worse symptoms of scurvy." ],
  115. "miss_messages": [[ "You body quakes slightly.", 4]],
  116. "apply_message": "You start to develop symptoms of scurvy.",
  117. "remove_message": "Your scurvy has resolved.",
  118. "decay_messages": [
  119. [ "Your vitamin C deficiency is starting to resolve.", "good" ],
  120. [ "Your scurvy lessens as your Vitamin C deficiency improves.", "good" ]
  121. ],
  122. "max_intensity": 3,
  123. "rating": "bad",
  124. "base_mods": {
  125. "stamina_min": [-0.5],
  126. "pain_min": [1],
  127. "pain_chance": [100],
  128. "pain_tick": [50]
  129. },
  130. "scaling_mods": {
  131. "str_mod": [-1.5],
  132. "per_mod": [-1],
  133. "int_mod": [-0.5],
  134. "dex_mod": [-1],
  135. "stamina_min": [-1.25],
  136. "pain_chance": [-30]
  137. }
  138. },
  139. {
  140. "type": "effect_type",
  141. "id": "hypervitaminosis",
  142. "name": [ "Hypervitaminosis" ],
  143. "desc": [ "An excess of vitamins has badly affected your metabolism." ],
  144. "apply_message": "Your metabolism becomes unstable.",
  145. "remove_message": "Your metabolism becomes more stable.",
  146. "rating": "bad",
  147. "base_mods": {
  148. "stamina_min": [-1],
  149. "stamina_chance": [12],
  150. "speed_mod": [-5],
  151. "health_amount": [-10],
  152. "health_min": [-1],
  153. "health_chance": [60],
  154. "health_tick": [30],
  155. "h_mod_amount": [-5],
  156. "h_mod_min": [-1],
  157. "h_mod_chance": [100],
  158. "h_mod_tick": [60],
  159. "thirst_min": [1],
  160. "thirst_max": [2],
  161. "thirst_tick": [240],
  162. "thirst_chance": [3]
  163. }
  164. }
  165. ]
Add Comment
Please, Sign In to add comment