effects.ftl 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. -create-3rd-person =
  2. { $chance ->
  3. [1] Creates
  4. *[other] create
  5. }
  6. -cause-3rd-person =
  7. { $chance ->
  8. [1] Causes
  9. *[other] cause
  10. }
  11. -satiate-3rd-person =
  12. { $chance ->
  13. [1] Satiates
  14. *[other] satiate
  15. }
  16. reagent-effect-guidebook-create-entity-reaction-effect =
  17. { $chance ->
  18. [1] Creates
  19. *[other] create
  20. } { $amount ->
  21. [1] {INDEFINITE($entname)}
  22. *[other] {$amount} {MAKEPLURAL($entname)}
  23. }
  24. reagent-effect-guidebook-explosion-reaction-effect =
  25. { $chance ->
  26. [1] Causes
  27. *[other] cause
  28. } an explosion
  29. reagent-effect-guidebook-emp-reaction-effect =
  30. { $chance ->
  31. [1] Causes
  32. *[other] cause
  33. } an electromagnetic pulse
  34. reagent-effect-guidebook-flash-reaction-effect =
  35. { $chance ->
  36. [1] Causes
  37. *[other] cause
  38. } a blinding flash
  39. reagent-effect-guidebook-foam-area-reaction-effect =
  40. { $chance ->
  41. [1] Creates
  42. *[other] create
  43. } large quantities of foam
  44. reagent-effect-guidebook-smoke-area-reaction-effect =
  45. { $chance ->
  46. [1] Creates
  47. *[other] create
  48. } large quantities of smoke
  49. reagent-effect-guidebook-satiate-thirst =
  50. { $chance ->
  51. [1] Satiates
  52. *[other] satiate
  53. } { $relative ->
  54. [1] thirst averagely
  55. *[other] thirst at {NATURALFIXED($relative, 3)}x the average rate
  56. }
  57. reagent-effect-guidebook-satiate-hunger =
  58. { $chance ->
  59. [1] Satiates
  60. *[other] satiate
  61. } { $relative ->
  62. [1] hunger averagely
  63. *[other] hunger at {NATURALFIXED($relative, 3)}x the average rate
  64. }
  65. reagent-effect-guidebook-health-change =
  66. { $chance ->
  67. [1] { $healsordeals ->
  68. [heals] Heals
  69. [deals] Deals
  70. *[both] Modifies health by
  71. }
  72. *[other] { $healsordeals ->
  73. [heals] heal
  74. [deals] deal
  75. *[both] modify health by
  76. }
  77. } { $changes }
  78. reagent-effect-guidebook-status-effect =
  79. { $type ->
  80. [add] { $chance ->
  81. [1] Causes
  82. *[other] cause
  83. } {LOC($key)} for at least {NATURALFIXED($time, 3)} {MANY("second", $time)} with accumulation
  84. *[set] { $chance ->
  85. [1] Causes
  86. *[other] cause
  87. } {LOC($key)} for at least {NATURALFIXED($time, 3)} {MANY("second", $time)} without accumulation
  88. [remove]{ $chance ->
  89. [1] Removes
  90. *[other] remove
  91. } {NATURALFIXED($time, 3)} {MANY("second", $time)} of {LOC($key)}
  92. }
  93. reagent-effect-guidebook-activate-artifact =
  94. { $chance ->
  95. [1] Attempts
  96. *[other] attempt
  97. } to activate an artifact
  98. reagent-effect-guidebook-set-solution-temperature-effect =
  99. { $chance ->
  100. [1] Sets
  101. *[other] set
  102. } the solution temperature to exactly {NATURALFIXED($temperature, 2)}k
  103. reagent-effect-guidebook-adjust-solution-temperature-effect =
  104. { $chance ->
  105. [1] { $deltasign ->
  106. [1] Adds
  107. *[-1] Removes
  108. }
  109. *[other]
  110. { $deltasign ->
  111. [1] add
  112. *[-1] remove
  113. }
  114. } heat from the solution until it reaches { $deltasign ->
  115. [1] at most {NATURALFIXED($maxtemp, 2)}k
  116. *[-1] at least {NATURALFIXED($mintemp, 2)}k
  117. }
  118. reagent-effect-guidebook-adjust-reagent-reagent =
  119. { $chance ->
  120. [1] { $deltasign ->
  121. [1] Adds
  122. *[-1] Removes
  123. }
  124. *[other]
  125. { $deltasign ->
  126. [1] add
  127. *[-1] remove
  128. }
  129. } {NATURALFIXED($amount, 2)}u of {$reagent} { $deltasign ->
  130. [1] to
  131. *[-1] from
  132. } the solution
  133. reagent-effect-guidebook-adjust-reagent-group =
  134. { $chance ->
  135. [1] { $deltasign ->
  136. [1] Adds
  137. *[-1] Removes
  138. }
  139. *[other]
  140. { $deltasign ->
  141. [1] add
  142. *[-1] remove
  143. }
  144. } {NATURALFIXED($amount, 2)}u of reagents in the group {$group} { $deltasign ->
  145. [1] to
  146. *[-1] from
  147. } the solution
  148. reagent-effect-guidebook-adjust-temperature =
  149. { $chance ->
  150. [1] { $deltasign ->
  151. [1] Adds
  152. *[-1] Removes
  153. }
  154. *[other]
  155. { $deltasign ->
  156. [1] add
  157. *[-1] remove
  158. }
  159. } {POWERJOULES($amount)} of heat { $deltasign ->
  160. [1] to
  161. *[-1] from
  162. } the body it's in
  163. reagent-effect-guidebook-chem-cause-disease =
  164. { $chance ->
  165. [1] Causes
  166. *[other] cause
  167. } the disease { $disease }
  168. reagent-effect-guidebook-chem-cause-random-disease =
  169. { $chance ->
  170. [1] Causes
  171. *[other] cause
  172. } the diseases { $diseases }
  173. reagent-effect-guidebook-jittering =
  174. { $chance ->
  175. [1] Causes
  176. *[other] cause
  177. } jittering
  178. reagent-effect-guidebook-chem-clean-bloodstream =
  179. { $chance ->
  180. [1] Cleanses
  181. *[other] cleanse
  182. } the bloodstream of other chemicals
  183. reagent-effect-guidebook-cure-disease =
  184. { $chance ->
  185. [1] Cures
  186. *[other] cure
  187. } diseases
  188. reagent-effect-guidebook-cure-eye-damage =
  189. { $chance ->
  190. [1] { $deltasign ->
  191. [1] Deals
  192. *[-1] Heals
  193. }
  194. *[other]
  195. { $deltasign ->
  196. [1] deal
  197. *[-1] heal
  198. }
  199. } eye damage
  200. reagent-effect-guidebook-chem-vomit =
  201. { $chance ->
  202. [1] Causes
  203. *[other] cause
  204. } vomiting
  205. reagent-effect-guidebook-create-gas =
  206. { $chance ->
  207. [1] Creates
  208. *[other] create
  209. } { $moles } { $moles ->
  210. [1] mole
  211. *[other] moles
  212. } of { $gas }
  213. reagent-effect-guidebook-drunk =
  214. { $chance ->
  215. [1] Causes
  216. *[other] cause
  217. } drunkness
  218. reagent-effect-guidebook-electrocute =
  219. { $chance ->
  220. [1] Electrocutes
  221. *[other] electrocute
  222. } the metabolizer for {NATURALFIXED($time, 3)} {MANY("second", $time)}
  223. reagent-effect-guidebook-extinguish-reaction =
  224. { $chance ->
  225. [1] Extinguishes
  226. *[other] extinguish
  227. } fire
  228. reagent-effect-guidebook-flammable-reaction =
  229. { $chance ->
  230. [1] Increases
  231. *[other] increase
  232. } flammability
  233. reagent-effect-guidebook-ignite =
  234. { $chance ->
  235. [1] Ignites
  236. *[other] ignite
  237. } the metabolizer
  238. reagent-effect-guidebook-make-sentient =
  239. { $chance ->
  240. [1] Makes
  241. *[other] make
  242. } the metabolizer sentient
  243. reagent-effect-guidebook-make-polymorph =
  244. { $chance ->
  245. [1] Polymorphs
  246. *[other] polymorph
  247. } the metabolizer into a { $entityname }
  248. reagent-effect-guidebook-modify-bleed-amount =
  249. { $chance ->
  250. [1] { $deltasign ->
  251. [1] Induces
  252. *[-1] Reduces
  253. }
  254. *[other] { $deltasign ->
  255. [1] induce
  256. *[-1] reduce
  257. }
  258. } bleeding
  259. reagent-effect-guidebook-modify-blood-level =
  260. { $chance ->
  261. [1] { $deltasign ->
  262. [1] Increases
  263. *[-1] Decreases
  264. }
  265. *[other] { $deltasign ->
  266. [1] increases
  267. *[-1] decreases
  268. }
  269. } blood level
  270. reagent-effect-guidebook-paralyze =
  271. { $chance ->
  272. [1] Paralyzes
  273. *[other] paralyze
  274. } the metabolizer for at least {NATURALFIXED($time, 3)} {MANY("second", $time)}
  275. reagent-effect-guidebook-movespeed-modifier =
  276. { $chance ->
  277. [1] Modifies
  278. *[other] modify
  279. } movement speed by {NATURALFIXED($walkspeed, 3)}x for at least {NATURALFIXED($time, 3)} {MANY("second", $time)}
  280. reagent-effect-guidebook-reset-narcolepsy =
  281. { $chance ->
  282. [1] Temporarily staves
  283. *[other] temporarily stave
  284. } off narcolepsy
  285. reagent-effect-guidebook-wash-cream-pie-reaction =
  286. { $chance ->
  287. [1] Washes
  288. *[other] wash
  289. } off cream pie from one's face
  290. reagent-effect-guidebook-cure-zombie-infection =
  291. { $chance ->
  292. [1] Cures
  293. *[other] cure
  294. } an ongoing zombie infection
  295. reagent-effect-guidebook-cause-zombie-infection =
  296. { $chance ->
  297. [1] Gives
  298. *[other] give
  299. } an individual the zombie infection
  300. reagent-effect-guidebook-innoculate-zombie-infection =
  301. { $chance ->
  302. [1] Cures
  303. *[other] cure
  304. } an ongoing zombie infection, and provides immunity to future infections
  305. reagent-effect-guidebook-reduce-rotting =
  306. { $chance ->
  307. [1] Regenerates
  308. *[other] regenerate
  309. } {NATURALFIXED($time, 3)} {MANY("second", $time)} of rotting
  310. reagent-effect-guidebook-area-reaction =
  311. { $chance ->
  312. [1] Causes
  313. *[other] cause
  314. } a smoke or foam reaction for {NATURALFIXED($duration, 3)} {MANY("second", $duration)}
  315. reagent-effect-guidebook-add-to-solution-reaction =
  316. { $chance ->
  317. [1] Causes
  318. *[other] cause
  319. } chemicals applied to an object to be added to its internal solution container
  320. reagent-effect-guidebook-plant-attribute =
  321. { $chance ->
  322. [1] Adjusts
  323. *[other] adjust
  324. } {$attribute} by [color={$colorName}]{$amount}[/color]
  325. reagent-effect-guidebook-plant-cryoxadone =
  326. { $chance ->
  327. [1] Ages back
  328. *[other] age back
  329. } the plant, depending on the plant's age and time to grow
  330. reagent-effect-guidebook-plant-phalanximine =
  331. { $chance ->
  332. [1] Restores
  333. *[other] restore
  334. } viability to a plant rendered nonviable by a mutation
  335. reagent-effect-guidebook-plant-diethylamine =
  336. { $chance ->
  337. [1] Increases
  338. *[other] increase
  339. } the plant's lifespan and/or base health with 10% chance for each
  340. reagent-effect-guidebook-plant-robust-harvest =
  341. { $chance ->
  342. [1] Increases
  343. *[other] increase
  344. } the plant's potency by {$increase} up to a maximum of {$limit}. Causes the plant to lose its seeds once the potency reaches {$seedlesstreshold}. Trying to add potency over {$limit} may cause decrease in yield at a 10% chance
  345. reagent-effect-guidebook-plant-seeds-add =
  346. { $chance ->
  347. [1] Restores the
  348. *[other] restore the
  349. } seeds of the plant
  350. reagent-effect-guidebook-plant-seeds-remove =
  351. { $chance ->
  352. [1] Removes the
  353. *[other] remove the
  354. } seeds of the plant