conditions.ftl 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. reagent-effect-condition-guidebook-total-damage =
  2. { $max ->
  3. [2147483648] it has at least {NATURALFIXED($min, 2)} total damage
  4. *[other] { $min ->
  5. [0] it has at most {NATURALFIXED($max, 2)} total damage
  6. *[other] it has between {NATURALFIXED($min, 2)} and {NATURALFIXED($max, 2)} total damage
  7. }
  8. }
  9. reagent-effect-condition-guidebook-total-hunger =
  10. { $max ->
  11. [2147483648] the target has at least {NATURALFIXED($min, 2)} total hunger
  12. *[other] { $min ->
  13. [0] the target has at most {NATURALFIXED($max, 2)} total hunger
  14. *[other] the target has between {NATURALFIXED($min, 2)} and {NATURALFIXED($max, 2)} total hunger
  15. }
  16. }
  17. reagent-effect-condition-guidebook-reagent-threshold =
  18. { $max ->
  19. [2147483648] there's at least {NATURALFIXED($min, 2)}u of {$reagent}
  20. *[other] { $min ->
  21. [0] there's at most {NATURALFIXED($max, 2)}u of {$reagent}
  22. *[other] there's between {NATURALFIXED($min, 2)}u and {NATURALFIXED($max, 2)}u of {$reagent}
  23. }
  24. }
  25. reagent-effect-condition-guidebook-mob-state-condition =
  26. the mob is { $state }
  27. reagent-effect-condition-guidebook-job-condition =
  28. the target's job is { $job }
  29. reagent-effect-condition-guidebook-solution-temperature =
  30. the solution's temperature is { $max ->
  31. [2147483648] at least {NATURALFIXED($min, 2)}k
  32. *[other] { $min ->
  33. [0] at most {NATURALFIXED($max, 2)}k
  34. *[other] between {NATURALFIXED($min, 2)}k and {NATURALFIXED($max, 2)}k
  35. }
  36. }
  37. reagent-effect-condition-guidebook-body-temperature =
  38. the body's temperature is { $max ->
  39. [2147483648] at least {NATURALFIXED($min, 2)}k
  40. *[other] { $min ->
  41. [0] at most {NATURALFIXED($max, 2)}k
  42. *[other] between {NATURALFIXED($min, 2)}k and {NATURALFIXED($max, 2)}k
  43. }
  44. }
  45. reagent-effect-condition-guidebook-organ-type =
  46. the metabolizing organ { $shouldhave ->
  47. [true] is
  48. *[false] is not
  49. } {INDEFINITE($name)} {$name} organ
  50. reagent-effect-condition-guidebook-has-tag =
  51. the target { $invert ->
  52. [true] does not have
  53. *[false] has
  54. } the tag {$tag}
  55. reagent-effect-condition-guidebook-this-reagent = this reagent