From: Голубь <124601871+Golubgik@users.noreply.github.com> Date: Mon, 14 Apr 2025 18:57:47 +0000 (+0700) Subject: Add the knock spell to the grimoire (#36562) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=3dfaac808a42171b077fc2022f69af4ea561c6ee;p=space-station-14.git Add the knock spell to the grimoire (#36562) --- diff --git a/Resources/Locale/en-US/store/spellbook-catalog.ftl b/Resources/Locale/en-US/store/spellbook-catalog.ftl index fef4061996..b21954f67b 100644 --- a/Resources/Locale/en-US/store/spellbook-catalog.ftl +++ b/Resources/Locale/en-US/store/spellbook-catalog.ftl @@ -8,6 +8,9 @@ spellbook-blink-desc = Don't blink or you'll miss yourself teleporting away. spellbook-voidapplause-name = Void Applause spellbook-voidapplause-desc = Swap places with the target, doesn't it make you want to do the boogie? +spellbook-knock-name = Knock +spellbook-knock-desc = Opens all airlocks, crates and lockers nearby. + spellbook-force-wall-name = Force Wall spellbook-force-wall-desc = Make three walls of pure force that you can pass through, but others can't. diff --git a/Resources/Prototypes/Catalog/spellbook_catalog.yml b/Resources/Prototypes/Catalog/spellbook_catalog.yml index 81ce664cda..700d99ed2d 100644 --- a/Resources/Prototypes/Catalog/spellbook_catalog.yml +++ b/Resources/Prototypes/Catalog/spellbook_catalog.yml @@ -146,6 +146,19 @@ - !type:ListingLimitedStockCondition stock: 1 +- type: listing + id: SpellbookKnock + name: spellbook-knock-name + description: spellbook-knock-desc + productAction: ActionKnock + cost: + WizCoin: 1 + categories: + - SpellbookUtility + conditions: + - !type:ListingLimitedStockCondition + stock: 1 + - type: listing id: SpellbookCharge name: spellbook-charge-name