From cb3ebffe99ac9b5ac146ff662d8d2575cec1669e Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 15:34:59 +0500 Subject: [PATCH 01/15] test --- code/datums/keybinding/xeno.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index cf6a86e5dc7..3e6a715454a 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -39,6 +39,7 @@ full_name = "Choose Weed" description = "Choose what weed you will drop." keybind_signal = COMSIG_XENOABILITY_CHOOSE_WEEDS + hotkey_keys = list("ShiftV") /datum/keybinding/xeno/secrete_resin name = "secrete_resin" From 669dc93806fca7b6ed6a68c0ecd284300724af0a Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:01:55 +0500 Subject: [PATCH 02/15] =?UTF-8?q?=D0=BF=D0=B8=D0=B7=D0=B4=D0=B5=D1=86=20?= =?UTF-8?q?=D0=B0=D0=B3=D0=B8=D0=BB=D0=B8=D1=82=D0=B8=20=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D1=8B=D0=B6=D0=BE=D0=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 3e6a715454a..32caab7df62 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -898,7 +898,7 @@ full_name = "Warrior: Toggle Agility" description = "Toggles Agility mode. While in Agility mode, you move much more quickly but can't use abilities and your armor is greatly reduced." keybind_signal = COMSIG_XENOABILITY_TOGGLE_AGILITY - hotkey_keys = list("Space") + hotkey_keys = list("Shift") /datum/keybinding/xeno/lunge name = "lunge" From bf60cefe04d6333b8fef7e34c8c78a48f4c95b78 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:06:11 +0500 Subject: [PATCH 03/15] =?UTF-8?q?=D0=B2=D0=BE=D0=B8=D0=BD=20=D0=BA=D0=B5?= =?UTF-8?q?=D0=B9=D0=B1=D0=B8=D0=BD=D0=B4=D1=8B=20=D0=BD=D0=B8=D0=B6=D0=BD?= =?UTF-8?q?=D0=B8=D0=B5=20=D0=BA=D0=BB=D0=B0=D0=B2=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 32caab7df62..bf4ec44af06 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -912,7 +912,7 @@ full_name = "Warrior: Fling" description = "Quickly flings a target 4 tiles away and inflicts a short stun. Shared cooldown with Grapple Toss." keybind_signal = COMSIG_XENOABILITY_FLING - hotkey_keys = list("Q") + hotkey_keys = list("V") /datum/keybinding/xeno/grapple_toss name = "grapple_toss" @@ -926,14 +926,14 @@ full_name = "Warrior: Punch" description = "Punch a hostile creature, a structure or piece of machinery. Damage and status durations are doubled vs creatures you are grabbing. Damage is quadrupled vs structures and machinery." keybind_signal = COMSIG_XENOABILITY_PUNCH - hotkey_keys = list("R") + hotkey_keys = list("Z") /datum/keybinding/xeno/jab name = "jab" full_name = "Warrior: Jab" description = "Precisely strike your target from further away. Resets punch cooldown." keybind_signal = COMSIG_XENOABILITY_JAB - hotkey_keys = list("E") + hotkey_keys = list("C") /datum/keybinding/xeno/flurry name = "flurry" From 691e9a029d184d67237d8c1fdccfebc951969919 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:10:16 +0500 Subject: [PATCH 04/15] =?UTF-8?q?=D0=BF=D0=BB=D0=B5=D0=B2=D0=BE=D0=BA=20?= =?UTF-8?q?=D0=B8=D0=BD=D1=86=D0=B8=D0=B4=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index bf4ec44af06..4f0eee2d793 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -102,7 +102,7 @@ full_name = "Spit" description = "Spit neurotoxin or acid at your target up to 7 tiles away." keybind_signal = COMSIG_XENOABILITY_XENO_SPIT - hotkey_keys = list("Q") + hotkey_keys = list("Z") /datum/keybinding/xeno/xenohide name = "xenohide" From df8c3ed6764ffa1bc9c06f19a7e758645d46cdb1 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:14:05 +0500 Subject: [PATCH 05/15] Update xeno.dm --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 4f0eee2d793..f9ce1403cc8 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -754,13 +754,13 @@ full_name = "Ravager: Ravage" description = "" keybind_signal = COMSIG_XENOABILITY_RAVAGE - hotkey_keys = list("R") /datum/keybinding/xeno/ravage_select name = "ravage select" full_name = "Ravager: Select Ravage" description = "" keybind_signal = COMSIG_XENOABILITY_RAVAGE_SELECT + hotkey_keys = list("R") /datum/keybinding/xeno/pounce name = "pounce" From 76ceb1ac764bd7c3b9dc9e0c0a3e8c02dac9e0eb Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:25:25 +0500 Subject: [PATCH 06/15] =?UTF-8?q?=D0=9F=D1=80=D0=B0=D0=B5=D1=82=D0=BE?= =?UTF-8?q?=D1=80=20=D0=B8=D0=BD=D1=86=D0=B8=D0=B4=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index f9ce1403cc8..b7a64da45d4 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -95,7 +95,7 @@ full_name = "Acid Spray" description = "Sprays some acid" keybind_signal = COMSIG_XENOABILITY_SPRAY_ACID - hotkey_keys = list("F") + hotkey_keys = list("C") /datum/keybinding/xeno/xeno_spit name = "xeno_spit" @@ -857,7 +857,7 @@ full_name = "Spitter: Scatter Spit" description = "Fires a scattershot of 6 acid globules which create acid puddles on impact or at the end of their range." keybind_signal = COMSIG_XENOABILITY_SCATTER_SPIT - hotkey_keys = list("E") + hotkey_keys = list("V") /datum/keybinding/xeno/psychic_shield name = "Psychic Shield" From c8cbe36264b0d7202a0915e183c39d95549c0ef1 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:31:02 +0500 Subject: [PATCH 07/15] =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=80=D0=B0=D0=BB=20?= =?UTF-8?q?=D1=81=D0=BF=D1=80=D0=B5=D0=B5=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index b7a64da45d4..cf42728ba36 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -95,7 +95,7 @@ full_name = "Acid Spray" description = "Sprays some acid" keybind_signal = COMSIG_XENOABILITY_SPRAY_ACID - hotkey_keys = list("C") + hotkey_keys = list("F") /datum/keybinding/xeno/xeno_spit name = "xeno_spit" @@ -1111,7 +1111,7 @@ full_name = "Praetorian: Short Acid Spray" description = "Sprays some acid" keybind_signal = COMSIG_XENOABILITY_SHORT_SPRAY_ACID - hotkey_keys = list("E") + hotkey_keys = list("C") /datum/keybinding/xeno/burrow name = "burrow" From 50f6bf7010cc6d17e6a415d2ec3b143a39c1d2b1 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:34:53 +0500 Subject: [PATCH 08/15] =?UTF-8?q?De=D1=84=D1=83=D1=84=D0=BB=D1=8F=20=D0=B8?= =?UTF-8?q?=D0=BD=D0=B4=D0=B6=D0=B5=D0=BA=D1=82=20=D0=B3=D0=B0=D0=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index cf42728ba36..c5296434014 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -440,6 +440,7 @@ full_name = "Defiler: Inject Egg (Neurogas)" description = "Inject an egg with neurogas, killing the little one inside" keybind_signal = COMSIG_XENOABILITY_INJECT_EGG_NEUROGAS +hotkey_keys = list("ShiftF") /datum/keybinding/xeno/acidic_salve name = "acidic_salve" From e98c979b943e9273ce66df6f76637bdb7d39e72b Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:37:00 +0500 Subject: [PATCH 09/15] =?UTF-8?q?=D1=81=D1=82=D0=B0=D0=BF=20=D1=8E=D0=B7?= =?UTF-8?q?=D0=B8=D0=BD=D0=B3=20=D0=BF=D1=80=D0=BE=D0=B1=D0=B5=D0=BB=20?= =?UTF-8?q?=D0=B4=D0=BB=D1=8F=20=D1=87=D0=B0=D1=80=D0=B4=D0=B6=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index c5296434014..f3958d48130 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -136,7 +136,7 @@ full_name = "Toggle Charge" description = "" keybind_signal = COMSIG_XENOABILITY_TOGGLE_CHARGE - hotkey_keys = list("Space") + hotkey_keys = list("Shift") /datum/keybinding/xeno/toxic_spit name = "toxic_spit" From 1e61435aa6c3f25610ae892bccbe339920266d45 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:50:39 +0500 Subject: [PATCH 10/15] =?UTF-8?q?=D0=92=D0=B4=D0=BE=D0=B2=D0=B0=20=D0=BC?= =?UTF-8?q?=D0=BE=D0=BC=D0=B5=D0=BD=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index f3958d48130..0e8adbdf6c5 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -1161,11 +1161,11 @@ hotkey_keys = list("ShiftF") full_name = "Widow: Unleash Spiderlings" description = "Send out your spawn to attack nearby humans" keybind_signal = COMSIG_XENOABILITY_UNLEASH_SPIDERLINGS - hotkey_keys = list("N") + hotkey_keys = list("O") /datum/keybinding/xeno/widow_recall name = "Recall Spiderlings" full_name = "Widow: Recall Spiderlings" description = "Recall your siderlings to follow you once more" keybind_signal = COMSIG_XENOABILITY_RECALL_SPIDERLINGS - hotkey_keys = list("M") + hotkey_keys = list("P") From 9b2f39edf5f3192a3eebfcd4ba554e60eafd2988 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 16:53:57 +0500 Subject: [PATCH 11/15] =?UTF-8?q?=D0=AF=20=D0=B1=D0=B5=D0=B3=D0=B5=D0=BC?= =?UTF-8?q?=D0=BE=D1=82.=5F.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 0e8adbdf6c5..57e3986424e 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -948,30 +948,35 @@ hotkey_keys = list("ShiftF") full_name = "Behemoth: Landslide" description = "Rush forward in the selected direction, damaging enemies caught in a wide path." keybind_signal = COMSIG_XENOABILITY_LANDSLIDE + hotkey_keys = list("Z") /datum/keybinding/xeno/earth_riser name = "Earth Riser" full_name = "Behemoth: Earth Riser" description = "Raise a pillar of earth at the selected location. This solid structure can be used for defense, and it interacts with other abilities for offensive usage." keybind_signal = COMSIG_XENOABILITY_EARTH_RISER + hotkey_keys = list("C") /datum/keybinding/xeno/earth_riser_alternate name = "Destroy Earth Pillar" full_name = "Behemoth: Destroy Earth Pillar" description = "Destroy active Earth Pillars created by Earth Riser, starting by the oldest one." keybind_signal = COMSIG_XENOABILITY_EARTH_RISER_ALTERNATE + hotkey_keys = list("ShiftC") /datum/keybinding/xeno/seismic_fracture name = "Seismic Fracture" full_name = "Behemoth: Seismic Fracture" description = "Blast the earth around the selected location, inflicting heavy damage in a large radius." keybind_signal = COMSIG_XENOABILITY_SEISMIC_FRACTURE + hotkey_keys = list("V") /datum/keybinding/xeno/primal_wrath name = "Primal Wrath" full_name = "Behemoth: Primal Wrath" description = "Unleash your wrath. Enhances your abilities, changing their functionality and allowing them to apply a damage over time debuff." keybind_signal = COMSIG_XENOABILITY_PRIMAL_WRATH + hotkey_keys = list("F") /datum/keybinding/xeno/tearing_tail name = "Tearing Tail" From b6cf37740339fe37d5117a5c5e6faa8f5bc7d881 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 17:01:37 +0500 Subject: [PATCH 12/15] =?UTF-8?q?=D1=8F=20=D0=B3=D0=B5=D0=BD=D0=B8=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 57e3986424e..33173fff6e5 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -440,7 +440,7 @@ full_name = "Defiler: Inject Egg (Neurogas)" description = "Inject an egg with neurogas, killing the little one inside" keybind_signal = COMSIG_XENOABILITY_INJECT_EGG_NEUROGAS -hotkey_keys = list("ShiftF") + hotkey_keys = list("ShiftF") /datum/keybinding/xeno/acidic_salve name = "acidic_salve" From a3afc0d57593cdc57cfe32093832efd504986bc7 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 17:09:35 +0500 Subject: [PATCH 13/15] =?UTF-8?q?=D0=A8=D0=B8=D1=84=D1=82=20=D0=A4=20?= =?UTF-8?q?=D0=BD=D0=B5=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82?= =?UTF-8?q?(?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 33173fff6e5..2fe9540c7de 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -440,7 +440,7 @@ full_name = "Defiler: Inject Egg (Neurogas)" description = "Inject an egg with neurogas, killing the little one inside" keybind_signal = COMSIG_XENOABILITY_INJECT_EGG_NEUROGAS - hotkey_keys = list("ShiftF") + hotkey_keys = list("F") /datum/keybinding/xeno/acidic_salve name = "acidic_salve" From 4bfe57f120d542b317fd97af1d9f57ae889ef271 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 26 Nov 2024 17:13:17 +0500 Subject: [PATCH 14/15] =?UTF-8?q?=D1=88=D1=80=D0=B0=D0=B9=D0=BA=D0=BD?= =?UTF-8?q?=D0=B5=D1=81=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 2fe9540c7de..6f67d91e1ca 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -829,7 +829,7 @@ full_name = "Shrike: Unrelenting Force" description = "" keybind_signal = COMSIG_XENOABILITY_UNRELENTING_FORCE - hotkey_keys = list("R") + hotkey_keys = list("Q") /datum/keybinding/xeno/unrelenting_force_select name = "unrelenting_force_select" From bf1265b5e488e40266a0f5100453661bc6ebf438 Mon Sep 17 00:00:00 2001 From: ChromosomeKiller Date: Tue, 3 Dec 2024 22:21:23 +0500 Subject: [PATCH 15/15] =?UTF-8?q?=D1=82=D0=BE=D0=B3=D0=BB=D0=BB=20=D1=87?= =?UTF-8?q?=D0=B0=D1=80=D0=B4=D0=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/datums/keybinding/xeno.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/keybinding/xeno.dm b/code/datums/keybinding/xeno.dm index 6f67d91e1ca..3da0d1412c6 100644 --- a/code/datums/keybinding/xeno.dm +++ b/code/datums/keybinding/xeno.dm @@ -136,7 +136,7 @@ full_name = "Toggle Charge" description = "" keybind_signal = COMSIG_XENOABILITY_TOGGLE_CHARGE - hotkey_keys = list("Shift") + hotkey_keys = list("Space") /datum/keybinding/xeno/toxic_spit name = "toxic_spit"