Strip aliases from TOML content files
This commit is contained in:
parent
e00591b6bf
commit
c385f559a3
8 changed files with 0 additions and 11 deletions
|
|
@ -4,7 +4,5 @@ stamina_cost = 3.0
|
|||
timing_window_ms = 800
|
||||
|
||||
[variants.left]
|
||||
aliases = ["dl"]
|
||||
|
||||
[variants.right]
|
||||
aliases = ["dr"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
name = "duck"
|
||||
aliases = []
|
||||
move_type = "defense"
|
||||
stamina_cost = 3.0
|
||||
telegraph = ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
name = "jump"
|
||||
aliases = []
|
||||
move_type = "defense"
|
||||
stamina_cost = 4.0
|
||||
telegraph = ""
|
||||
|
|
|
|||
|
|
@ -4,7 +4,5 @@ stamina_cost = 4.0
|
|||
timing_window_ms = 1200
|
||||
|
||||
[variants.high]
|
||||
aliases = ["f"]
|
||||
|
||||
[variants.low]
|
||||
aliases = ["v"]
|
||||
|
|
|
|||
|
|
@ -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"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
name = "roundhouse"
|
||||
aliases = ["rh"]
|
||||
move_type = "attack"
|
||||
stamina_cost = 8.0
|
||||
telegraph = "{attacker} spins into a roundhouse kick!"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
name = "sweep"
|
||||
aliases = ["sw"]
|
||||
move_type = "attack"
|
||||
stamina_cost = 6.0
|
||||
telegraph = "{attacker} drops low for a leg sweep!"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
name = "motd"
|
||||
aliases = ["message"]
|
||||
help = "display the message of the day"
|
||||
mode = "*"
|
||||
message = """
|
||||
|
|
|
|||
Loading…
Reference in a new issue