21 lines
652 B
Plaintext
21 lines
652 B
Plaintext
### Loc for the pneumatic cannon.
|
|
|
|
pneumatic-cannon-component-itemslot-name = Gas Tank
|
|
|
|
## Shown when trying to fire, but no gas
|
|
|
|
pneumatic-cannon-component-fire-no-gas = { CAPITALIZE(THE($cannon)) } clicks, but no gas comes out.
|
|
|
|
## Shown when changing power.
|
|
|
|
pneumatic-cannon-component-change-power = { $power ->
|
|
[High] You set the limiter to maximum power. It feels a little too powerful...
|
|
[Medium] You set the limiter to medium power.
|
|
*[Low] You set the limiter to low power.
|
|
}
|
|
|
|
## Shown when being stunned by having the power too high.
|
|
|
|
pneumatic-cannon-component-power-stun = The pure force of { THE($cannon) } knocks you over!
|
|
|