You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Ahorn/lang/en_gb.lang
+47-6Lines changed: 47 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,63 @@
6
6
placements.entities.VortexHelper/AttachedJumpThru.tooltips.texture=Changes the appearance of the platform.
7
7
placements.entities.VortexHelper/AttachedJumpThru.tooltips.surfaceIndex=Footstep sound when walking on the platform.\nLeave at Default for game to decide automatically based on texture.
8
8
9
-
# Custom Switch Gate
9
+
# Auto Falling block
10
+
placements.entities.VortexHelper/AutoFallingBlock.tooltips.tiletype=Changes the visual appearance of the falling block.
11
+
12
+
# Bowl Puffer
13
+
placements.entities.VortexHelper/BowlPuffer.tooltips.noRespawn=If ticked, the pufferfish will not respawn after it explodes until the room is reset.
14
+
placements.entities.VortexHelper/BowlPuffer.tooltips.explodeTimer=The time, in seconds, before the pufferfish will explode after touching a Puffer Barrier. Set to 0 for an instant explosion.
15
+
16
+
# Bubble Wrap Block
17
+
placements.entities.VortexHelper/BubbleWrapBlock.tooltips.canDash=Whether the player is able to break this block by dashing into it.
18
+
placements.entities.VortexHelper/BubbleWrapBlock.tooltips.respawnTime=The time in seconds that this block takes to respawn after breaking.
19
+
20
+
# Color Switch
21
+
placements.entities.VortexHelper/ColorSwitch.tooltips.blue=Enables switch to BLUE through this Color Switch.
22
+
placements.entities.VortexHelper/ColorSwitch.tooltips.rose=Enables switch to ROSE through this Color Switch.
23
+
placements.entities.VortexHelper/ColorSwitch.tooltips.orange=Enables switch to ORANGE through this Color Switch.
24
+
placements.entities.VortexHelper/ColorSwitch.tooltips.lime=Enables switch to LIME through this Color Switch.
25
+
placements.entities.VortexHelper/ColorSwitch.tooltips.random=Makes this Color Switch randomly pick one of its enabled colors.
26
+
27
+
# Vortex Switch Gate
10
28
placements.entities.VortexHelper/VortexSwitchGate.tooltips.sprite=Changes the visual appearance of the switch gate.
11
29
placements.entities.VortexHelper/VortexSwitchGate.tooltips.behavior=Which custom behavior the block should use once activated.\n- Crush: The block accelerates toward its node like an Intro Crusher.\n- Shatter: The block destroys itself on the spot.
12
30
placements.entities.VortexHelper/VortexSwitchGate.tooltips.crushDuration=The time the block takes to reach its node in Crush mode, in seconds.\nThis value is clamped between 0.5s and 2s.
13
31
32
+
# Dash Bubble
33
+
placements.entities.VortexHelper/DashBubble.tooltips.spiked=Adds spikes to the edge of this bubble, which kill the player if it isn't dashing.
34
+
placements.entities.VortexHelper/DashBubble.tooltips.singleUse=Makes this bubble usable only once.
35
+
placements.entities.VortexHelper/DashBubble.tooltips.wobble=Allows this bubble to wobble around its position, and to react to the player bouncing on it.
36
+
14
37
# Floor Booster
38
+
placements.entities.VortexHelper/FloorBooster.tooltips.left=Makes this Floor Booster push towards the left.
15
39
placements.entities.VortexHelper/FloorBooster.tooltips.iceMode=Whether the Floor Booster should ignore the current Core mode and default to ice variant.
40
+
placements.entities.VortexHelper/FloorBooster.tooltips.speed=The speed of this Floor Booster.
16
41
placements.entities.VortexHelper/FloorBooster.tooltips.noRefillOnIce=Whether the ice variant should prevent dash refills when stood on.
17
42
placements.entities.VortexHelper/FloorBooster.tooltips.notAttached=If ticked, the Floor Booster will forcibly not attach to moving platforms.
18
43
19
-
# Color Switch
20
-
placements.entities.VortexHelper/ColorSwitch.tooltips.random=If ticked, the switch will change to a random color after being hit, rather than cycling through the colors.
44
+
# Lilly
45
+
placements.entities.VortexHelper/Lilly.tooltips.maxLength=The maximum distance at which this Lilly's arms can extend.
46
+
47
+
# Puffer Barrier
48
+
# --- NONE ---
21
49
22
50
# Purple Booster
23
51
placements.entities.VortexHelper/PurpleBooster.tooltips.lavender=Whether the booster should instead be lavender in color, and launch the player forward instead of arcing back.
24
52
25
-
# Bowl Puffer
26
-
placements.entities.VortexHelper/BowlPuffer.tooltips.noRespawn=If ticked, the pufferfish will not respawn after it explodes until the room is reset.
27
-
placements.entities.VortexHelper/BowlPuffer.tooltips.explodeTimer=The time, in seconds, before the pufferfish will explode after touching a Puffer Barrier. Set to 0 for an instant explosion.
53
+
# Switch Block
54
+
placements.entities.VortexHelper/SwitchBlock.tooltips.index=Changes the index and color of this Switch Block.
55
+
56
+
# Vortex Custom Bumper
57
+
placements.entities.VortexHelper/VortexCustomBumper.tooltips.style=Alters the behavior and look of this bumper.\n-Green: Gives the player two dashes. Alternates between green bumper and deadly orange bumper with the current Core Mode.\n-Orange: Turns into a spiky bumper which kills the player, essentially making itself one use.
58
+
placements.entities.VortexHelper/VortexCustomBumper.tooltips.notCoreMode=Whether this bumper's style should remain the same, independently of the current Core Mode.
59
+
placements.entities.VortexHelper/VortexCustomBumper.tooltips.wobble=Allows this bumper to wobble around and react to the player bouncing on it.
60
+
placements.entities.VortexHelper/VortexCustomBumper.tooltips.sprite=Custom sprite path for this bumper that leads to custom frames.\nThe frame count must match the one from the original skin, and the files need to have this bumper's style as their name (all lowercase), + the frame index.\nFor instance: green00.png, green01.png, green02.png, etc... given that this bumper uses the green style.\nThe sprites must be located somewhere in the Gameplay atlas (somewhere in Graphics/Atlases/Gameplay/).\n\nExemple: objects/myMap/myCustomBumper\n..should be valid if there exists files whose paths are Graphics/Atlases/Gameplay/objects/myMap/myCustomBumper/<style>00.png, etc... (<style> is this bumper's style).
61
+
62
+
# Color Switch Trigger
63
+
placements.triggers.VortexHelper/ColorSwitchTrigger.tooltips.index=The target index (color) to switch to.
64
+
placements.triggers.VortexHelper/ColorSwitchTrigger.tooltips.oneUse=Makes this trigger remove itself after being used.
65
+
placements.triggers.VortexHelper/ColorSwitchTrigger.tooltips.silent=Turns off any sound made by this trigger.
66
+
67
+
# Kill Lightning Trigger
68
+
placements.triggers.VortexHelper/KillLightningTrigger.tooltips.permanent=Kills all the lightning in the current level permanently. Makes this trigger one use only.
0 commit comments