Wizard: Smoke Spell (#35403)

* Adds smoke spell for wizard

* Adds the actual sprites oops

* Removes repulse attract change

* Removes change again?
This commit is contained in:
keronshb
2025-02-22 18:04:42 -05:00
committed by GitHub
parent 1bd3887fa7
commit c922b4f843
6 changed files with 53 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ spellbook-force-wall-desc = Make three walls of pure force that you can pass thr
spellbook-repulse-name = Repulse
spellbook-repulse-desc = Tell people to GITTAH`WEIGH and push 'em away from you.
spellbook-smoke-name = Smoke
spellbook-smoke-desc = Summons a cloud of smoke, it's pretty obvious.
spellbook-polymorph-spider-name = Spider Polymorph
spellbook-polymorph-spider-desc = Transforms you into a spider, man!

View File

@@ -92,6 +92,19 @@
- !type:ListingLimitedStockCondition
stock: 1
- type: listing
id: SpellbookSmoke
name: spellbook-smoke-name
description: spellbook-smoke-desc
productAction: ActionSmoke
cost:
WizCoin: 1
categories:
- SpellbookDefensive
conditions:
- !type:ListingLimitedStockCondition
stock: 1
# Utility
- type: listing
id: SpellbookPolymorphSpider

View File

@@ -48,6 +48,15 @@
tags:
- HideContextMenu
- type: entity
parent: Smoke
id: WizardSmoke
name: smoke
categories: [ HideSpawnMenu ]
components:
- type: Smoke
spreadAmount: 5
- type: entity
parent: BaseFoam
id: Foam

View File

@@ -0,0 +1,14 @@
- type: entity
id: ActionSmoke
name: Smoke
description: Summons smoke around the user.
components:
- type: InstantAction
useDelay: 10
itemIconStyle: BigAction
icon:
sprite: Actions/smokeaction.rsi
state: smokeaction
event: !type:InstantSpawnSpellEvent
prototype: WizardSmoke
posData: !type:TargetInFront

View File

@@ -0,0 +1,14 @@
{
"version": 1,
"license": "CC-BY-SA-3.0",
"copyright": "Taken from https://github.com/discordia-space/CEV-Eris/blob/81b3a082ccdfb425f36bbed6e5bc1f0faed346ec/icons/effects/chemsmoke.dmi modified by keronshb",
"size": {
"x": 32,
"y": 32
},
"states": [
{
"name": "smokeaction"
}
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB