Difference between revisions of "Classes:CyanKey"
From ECWolf Wiki
(Created page with "{{Actor| | type = Key | game = Spear | doomednum = 155 | name = Cyan Key | class = CyanKey }}Classes: {{Class|Actor}} → {{Class|Inventory}} → {{Class|KeyGiver}} ...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 13: | Line 13: | ||
actor <u>CyanKey</u> : {{Class|KeyGiver}} 155 | actor <u>CyanKey</u> : {{Class|KeyGiver}} 155 | ||
{ | { | ||
− | {{property| | + | {{property|DropItem}} "{{Class|SilverKey}}" |
+ | +{{flag|INVENTORY.ALWAYSPICKUP}} | ||
states | states | ||
{ | { |
Latest revision as of 05:46, 11 June 2013
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Cyan Key | |||
---|---|---|---|
Actor type | Key | Game | |
DoomEd Number | 155 | Class Name | CyanKey |
Classes: Actor → Inventory → KeyGiver → CyanKey
Overview
Alternative pickup for the silver key in the Spear of Destiny mission packs. Larger and more vibrant appearance.
DECORATE Definition
actor CyanKey : KeyGiver 155 { DropItem "SilverKey" +INVENTORY.ALWAYSPICKUP states { Spawn: CKEY A -1 stop } }