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
|
timing_window_ms = 800
|
||||||
|
|
||||||
[variants.left]
|
[variants.left]
|
||||||
aliases = ["dl"]
|
|
||||||
|
|
||||||
[variants.right]
|
[variants.right]
|
||||||
aliases = ["dr"]
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
name = "duck"
|
name = "duck"
|
||||||
aliases = []
|
|
||||||
move_type = "defense"
|
move_type = "defense"
|
||||||
stamina_cost = 3.0
|
stamina_cost = 3.0
|
||||||
telegraph = ""
|
telegraph = ""
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
name = "jump"
|
name = "jump"
|
||||||
aliases = []
|
|
||||||
move_type = "defense"
|
move_type = "defense"
|
||||||
stamina_cost = 4.0
|
stamina_cost = 4.0
|
||||||
telegraph = ""
|
telegraph = ""
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,5 @@ stamina_cost = 4.0
|
||||||
timing_window_ms = 1200
|
timing_window_ms = 1200
|
||||||
|
|
||||||
[variants.high]
|
[variants.high]
|
||||||
aliases = ["f"]
|
|
||||||
|
|
||||||
[variants.low]
|
[variants.low]
|
||||||
aliases = ["v"]
|
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,9 @@ timing_window_ms = 1800
|
||||||
damage_pct = 0.15
|
damage_pct = 0.15
|
||||||
|
|
||||||
[variants.left]
|
[variants.left]
|
||||||
aliases = ["pl"]
|
|
||||||
telegraph = "{attacker} winds up a left hook!"
|
telegraph = "{attacker} winds up a left hook!"
|
||||||
countered_by = ["dodge right", "parry high"]
|
countered_by = ["dodge right", "parry high"]
|
||||||
|
|
||||||
[variants.right]
|
[variants.right]
|
||||||
aliases = ["pr"]
|
|
||||||
telegraph = "{attacker} winds up a right hook!"
|
telegraph = "{attacker} winds up a right hook!"
|
||||||
countered_by = ["dodge left", "parry high"]
|
countered_by = ["dodge left", "parry high"]
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
name = "roundhouse"
|
name = "roundhouse"
|
||||||
aliases = ["rh"]
|
|
||||||
move_type = "attack"
|
move_type = "attack"
|
||||||
stamina_cost = 8.0
|
stamina_cost = 8.0
|
||||||
telegraph = "{attacker} spins into a roundhouse kick!"
|
telegraph = "{attacker} spins into a roundhouse kick!"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
name = "sweep"
|
name = "sweep"
|
||||||
aliases = ["sw"]
|
|
||||||
move_type = "attack"
|
move_type = "attack"
|
||||||
stamina_cost = 6.0
|
stamina_cost = 6.0
|
||||||
telegraph = "{attacker} drops low for a leg sweep!"
|
telegraph = "{attacker} drops low for a leg sweep!"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
name = "motd"
|
name = "motd"
|
||||||
aliases = ["message"]
|
|
||||||
help = "display the message of the day"
|
help = "display the message of the day"
|
||||||
mode = "*"
|
mode = "*"
|
||||||
message = """
|
message = """
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue