|
| 1 | +## Job |
| 2 | +character-job-requirement = You must{$inverted -> |
| 3 | + [true]{" "}not |
| 4 | + *[other]{""} |
| 5 | +} be one of these jobs: {$jobs} |
| 6 | +
|
| 7 | +character-department-requirement = You must{$inverted -> |
| 8 | + [true]{" "}not |
| 9 | + *[other]{""} |
| 10 | +} be in one of these departments: {$departments} |
| 11 | +
|
| 12 | +character-timer-department-insufficient = You require [color=yellow]{TOSTRING($time, "0")}[/color] more minutes of [color={$departmentColor}]{$department}[/color] department playtime |
| 13 | +character-timer-department-too-high = You require [color=yellow]{TOSTRING($time, "0")}[/color] fewer minutes in [color={$departmentColor}]{$department}[/color] department |
| 14 | +
|
| 15 | +character-timer-overall-insufficient = You require [color=yellow]{TOSTRING($time, "0")}[/color] more minutes of playtime |
| 16 | +character-timer-overall-too-high = You require [color=yellow]{TOSTRING($time, "0")}[/color] fewer minutes of playtime |
| 17 | +
|
| 18 | +character-timer-role-insufficient = You require [color=yellow]{TOSTRING($time, "0")}[/color] more minutes with [color={$departmentColor}]{$job}[/color] |
| 19 | +character-timer-role-too-high = You require[color=yellow] {TOSTRING($time, "0")}[/color] fewer minutes with [color={$departmentColor}]{$job}[/color] |
| 20 | +
|
| 21 | +
|
| 22 | +## Logic |
| 23 | +character-logic-and-requirement-listprefix = {""} |
| 24 | + {$indent}[color=gray]&[/color]{" "} |
| 25 | +character-logic-and-requirement = You must{$inverted -> |
| 26 | + [true]{" "}not |
| 27 | + *[other]{""} |
| 28 | +} fit [color=red]all[/color] of [color=gray]these[/color]: {$options} |
| 29 | +
|
| 30 | +character-logic-or-requirement-listprefix = {""} |
| 31 | + {$indent}[color=white]O[/color]{" "} |
| 32 | +character-logic-or-requirement = You must{$inverted -> |
| 33 | + [true]{" "}not |
| 34 | + *[other]{""} |
| 35 | +} fit [color=red]at least one[/color] of [color=white]these[/color]: {$options} |
| 36 | +
|
| 37 | +character-logic-xor-requirement-listprefix = {""} |
| 38 | + {$indent}[color=white]X[/color]{" "} |
| 39 | +character-logic-xor-requirement = You must{$inverted -> |
| 40 | + [true]{" "}not |
| 41 | + *[other]{""} |
| 42 | +} fit [color=red]only one[/color] of [color=white]these[/color]: {$options} |
| 43 | +
|
| 44 | +
|
| 45 | +## Profile |
| 46 | +character-age-requirement = You must{$inverted -> |
| 47 | + [true]{" "}not |
| 48 | + *[other]{""} |
| 49 | +} be within [color=yellow]{$min}[/color] and [color=yellow]{$max}[/color] years old |
| 50 | +
|
| 51 | +character-backpack-type-requirement = You must {$inverted -> |
| 52 | + [true] not use |
| 53 | + *[other] use |
| 54 | +} a [color=brown]{$type}[/color] as your bag |
| 55 | +
|
| 56 | +character-clothing-preference-requirement = You must {$inverted -> |
| 57 | + [true] not wear |
| 58 | + *[other] wear |
| 59 | +} a [color=white]{$type}[/color] |
| 60 | +
|
| 61 | +character-gender-requirement = You must {$inverted -> |
| 62 | + [true] not have |
| 63 | + *[other] have |
| 64 | +} the pronouns [color=white]{$gender}[/color] |
| 65 | +
|
| 66 | +character-sex-requirement = You must{$inverted -> |
| 67 | + [true]{" "}not |
| 68 | + *[other]{""} |
| 69 | +} be [color=white]{$sex -> |
| 70 | + [None] unsexed |
| 71 | + *[other] {$sex} |
| 72 | +}[/color] |
| 73 | +character-species-requirement = You must{$inverted -> |
| 74 | + [true]{" "}not |
| 75 | + *[other]{""} |
| 76 | +} be a {$species} |
| 77 | +
|
| 78 | +character-height-requirement = You must{$inverted -> |
| 79 | + [true]{" "}not |
| 80 | + *[other]{""} |
| 81 | +} be {$min -> |
| 82 | + [-2147483648]{$max -> |
| 83 | + [2147483648]{""} |
| 84 | + *[other] shorter than [color={$color}]{$max}[/color]cm |
| 85 | + } |
| 86 | + *[other]{$max -> |
| 87 | + [2147483648] taller than [color={$color}]{$min}[/color]cm |
| 88 | + *[other] between [color={$color}]{$min}[/color] and [color={$color}]{$max}[/color]cm tall |
| 89 | + } |
| 90 | +} |
| 91 | +
|
| 92 | +character-width-requirement = You must{$inverted -> |
| 93 | + [true]{" "}not |
| 94 | + *[other]{""} |
| 95 | +} be {$min -> |
| 96 | + [-2147483648]{$max -> |
| 97 | + [2147483648]{""} |
| 98 | + *[other] skinnier than [color={$color}]{$max}[/color]cm |
| 99 | + } |
| 100 | + *[other]{$max -> |
| 101 | + [2147483648] wider than [color={$color}]{$min}[/color]cm |
| 102 | + *[other] between [color={$color}]{$min}[/color] and [color={$color}]{$max}[/color]cm wide |
| 103 | + } |
| 104 | +} |
| 105 | +
|
| 106 | +character-weight-requirement = You must{$inverted -> |
| 107 | + [true]{" "}not |
| 108 | + *[other]{""} |
| 109 | +} be {$min -> |
| 110 | + [-2147483648]{$max -> |
| 111 | + [2147483648]{""} |
| 112 | + *[other] lighter than [color={$color}]{$max}[/color]kg |
| 113 | + } |
| 114 | + *[other]{$max -> |
| 115 | + [2147483648] heavier than [color={$color}]{$min}[/color]kg |
| 116 | + *[other] between [color={$color}]{$min}[/color] and [color={$color}]{$max}[/color]kg |
| 117 | + } |
| 118 | +} |
| 119 | +
|
| 120 | +
|
| 121 | +character-trait-requirement = You must {$inverted -> |
| 122 | + [true] not have |
| 123 | + *[other] have |
| 124 | +} one of these traits: {$traits} |
| 125 | +
|
| 126 | +character-loadout-requirement = You must {$inverted -> |
| 127 | + [true] not have |
| 128 | + *[other] have |
| 129 | +} one of these loadouts: {$loadouts} |
| 130 | +
|
| 131 | +
|
| 132 | +character-item-group-requirement = You must {$inverted -> |
| 133 | + [true] have {$max} or more |
| 134 | + *[other] have {$max} or less |
| 135 | +} items from the group [color=white]{$group}[/color] |
| 136 | +
|
| 137 | +
|
| 138 | +## Whitelist |
| 139 | +character-whitelist-requirement = You must{$inverted -> |
| 140 | + [true]{" "}not |
| 141 | + *[other]{""} |
| 142 | +} be whitelisted |
0 commit comments