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:
@@ -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!
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
14
Resources/Prototypes/Magic/smoke_spell.yml
Normal file
14
Resources/Prototypes/Magic/smoke_spell.yml
Normal 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
|
||||
14
Resources/Textures/Actions/smokeaction.rsi/meta.json
Normal file
14
Resources/Textures/Actions/smokeaction.rsi/meta.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Actions/smokeaction.rsi/smokeaction.png
Normal file
BIN
Resources/Textures/Actions/smokeaction.rsi/smokeaction.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user