Salvage dungeons (#14520)
This commit is contained in:
15
Resources/Locale/en-US/procedural/command.ftl
Normal file
15
Resources/Locale/en-US/procedural/command.ftl
Normal file
@@ -0,0 +1,15 @@
|
||||
cmd-dungen-desc = Generates a procedural dungeon with the specified preset, position, and seed.
|
||||
cmd-dungen-help = dungen <MapId> <DungeonPreset> <PosX> <PosY> [seed]
|
||||
cmd-dungen-arg-count = Require 4 args.
|
||||
cmd-dungen-map-parse = Unable to parse MapId.
|
||||
cmd-dungen-mapgrid = Unable to find MapGrid.
|
||||
cmd-dungen-config = Unable to find dungeon config.
|
||||
cmd-dungen-pos = Unable to parse position.
|
||||
cmd-dungen-seed = Unable to parse seed.
|
||||
cmd-dungen-start = Generating dungeon with seed {$seed}
|
||||
|
||||
cmd-dungen-hint-map = Map Id
|
||||
cmd-dungen-hint-config = Dungeon config
|
||||
cmd-dungen-hint-posx = Position X
|
||||
cmd-dungen-hint-posy = Position Y
|
||||
cmd-dungen-hint-seed = [Seed]
|
||||
Reference in New Issue
Block a user