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!
- !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
tags:
- HideContextMenu
+- type: entity
+ parent: Smoke
+ id: WizardSmoke
+ name: smoke
+ categories: [ HideSpawnMenu ]
+ components:
+ - type: Smoke
+ spreadAmount: 5
+
- type: entity
parent: BaseFoam
id: Foam
--- /dev/null
+- 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
--- /dev/null
+{
+ "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"
+ }
+ ]
+}