Strip aliases from TOML content files

This commit is contained in:
Jared Miller 2026-02-08 13:36:20 -05:00
parent e00591b6bf
commit c385f559a3
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C
8 changed files with 0 additions and 11 deletions

View file

@ -4,7 +4,5 @@ stamina_cost = 3.0
timing_window_ms = 800
[variants.left]
aliases = ["dl"]
[variants.right]
aliases = ["dr"]

View file

@ -1,5 +1,4 @@
name = "duck"
aliases = []
move_type = "defense"
stamina_cost = 3.0
telegraph = ""

View file

@ -1,5 +1,4 @@
name = "jump"
aliases = []
move_type = "defense"
stamina_cost = 4.0
telegraph = ""

View file

@ -4,7 +4,5 @@ stamina_cost = 4.0
timing_window_ms = 1200
[variants.high]
aliases = ["f"]
[variants.low]
aliases = ["v"]

View file

@ -5,11 +5,9 @@ timing_window_ms = 1800
damage_pct = 0.15
[variants.left]
aliases = ["pl"]
telegraph = "{attacker} winds up a left hook!"
countered_by = ["dodge right", "parry high"]
[variants.right]
aliases = ["pr"]
telegraph = "{attacker} winds up a right hook!"
countered_by = ["dodge left", "parry high"]

View file

@ -1,5 +1,4 @@
name = "roundhouse"
aliases = ["rh"]
move_type = "attack"
stamina_cost = 8.0
telegraph = "{attacker} spins into a roundhouse kick!"

View file

@ -1,5 +1,4 @@
name = "sweep"
aliases = ["sw"]
move_type = "attack"
stamina_cost = 6.0
telegraph = "{attacker} drops low for a leg sweep!"

View file

@ -1,5 +1,4 @@
name = "motd"
aliases = ["message"]
help = "display the message of the day"
mode = "*"
message = """