damage-command.ftl 715 B

123456789101112131415
  1. ## Damage command loc.
  2. damage-command-description = Add or remove damage to an entity.
  3. damage-command-help = Usage: {$command} <type/group> <amount> [ignoreResistances] [uid]
  4. damage-command-arg-type = <damage type or group>
  5. damage-command-arg-quantity = [quantity]
  6. damage-command-arg-target = [target euid]
  7. damage-command-error-type = {$arg} is not a valid damage group or type.
  8. damage-command-error-euid = {$arg} is not a valid entity uid.
  9. damage-command-error-quantity = {$arg} is not a valid quantity.
  10. damage-command-error-bool = {$arg} is not a valid bool.
  11. damage-command-error-player = No entity attached to session. You must specify a target uid
  12. damage-command-error-args = Invalid number of arguments