Monkey Polymorph Wand (#9829)
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
- type: entity
|
- type: entity
|
||||||
name: wand of carp polymorph
|
|
||||||
parent: WeaponWandBase
|
parent: WeaponWandBase
|
||||||
id: WeaponWandPolymorphCarp
|
id: WeaponWandPolymorphBase
|
||||||
description: For when you need a carp filet quick and the clown is looking juicy.
|
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
layers:
|
layers:
|
||||||
@@ -16,6 +14,26 @@
|
|||||||
proto: ProjectilePolyboltCarp
|
proto: ProjectilePolyboltCarp
|
||||||
capacity: 5
|
capacity: 5
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: wand of carp polymorph
|
||||||
|
parent: WeaponWandPolymorphBase
|
||||||
|
id: WeaponWandPolymorphCarp
|
||||||
|
description: For when you need a carp filet quick and the clown is looking juicy.
|
||||||
|
components:
|
||||||
|
- type: BasicEntityAmmoProvider
|
||||||
|
proto: ProjectilePolyboltCarp
|
||||||
|
capacity: 5
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: wand of monkey polymorph
|
||||||
|
parent: WeaponWandPolymorphBase
|
||||||
|
id: WeaponWandPolymorphMonkey
|
||||||
|
description: For when you need a monkey friend.
|
||||||
|
components:
|
||||||
|
- type: BasicEntityAmmoProvider
|
||||||
|
proto: ProjectilePolyboltMonkey
|
||||||
|
capacity: 5
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: wand of fireball
|
name: wand of fireball
|
||||||
parent: WeaponWandBase
|
parent: WeaponWandBase
|
||||||
|
|||||||
@@ -17,9 +17,7 @@
|
|||||||
maxTileBreak: 0
|
maxTileBreak: 0
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ProjectilePolyboltCarp
|
id: ProjectilePolyboltBase
|
||||||
name: carp polybolt
|
|
||||||
description: Nooo, I don't wanna be fish!
|
|
||||||
parent: BaseBullet
|
parent: BaseBullet
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
@@ -28,24 +26,42 @@
|
|||||||
layers:
|
layers:
|
||||||
- state: spell
|
- state: spell
|
||||||
color: '#00FF00'
|
color: '#00FF00'
|
||||||
- type: PolymorphOnCollide
|
|
||||||
polymorph: WizardForcedCarp
|
|
||||||
whitelist:
|
|
||||||
components:
|
|
||||||
- Body
|
|
||||||
blacklist:
|
|
||||||
tags:
|
|
||||||
- Carp # can't re-polymorph
|
|
||||||
- type: Projectile
|
- type: Projectile
|
||||||
damage:
|
damage:
|
||||||
types:
|
types:
|
||||||
Poison: 5
|
Poison: 5
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: ProjectilePolyboltCarp
|
||||||
|
parent: ProjectilePolyboltBase
|
||||||
|
name: carp polybolt
|
||||||
|
description: Nooo, I don't wanna be fish!
|
||||||
|
noSpawn: true
|
||||||
|
components:
|
||||||
|
- type: PolymorphOnCollide
|
||||||
|
polymorph: WizardForcedCarp
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Body
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: ProjectilePolyboltMonkey
|
||||||
|
parent: ProjectilePolyboltBase
|
||||||
|
name: monkey polybolt
|
||||||
|
description: Nooo, I don't wanna be monkey!
|
||||||
|
noSpawn: true
|
||||||
|
components:
|
||||||
|
- type: PolymorphOnCollide
|
||||||
|
polymorph: WizardForcedMonkey
|
||||||
|
whitelist:
|
||||||
|
components:
|
||||||
|
- Body
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ProjectilePolyboltDoor
|
id: ProjectilePolyboltDoor
|
||||||
|
parent: ProjectilePolyboltBase
|
||||||
name: door polybolt
|
name: door polybolt
|
||||||
description: Nooo, I don't wanna be door!
|
description: Nooo, I don't wanna be door!
|
||||||
parent: BaseBullet
|
|
||||||
noSpawn: true
|
noSpawn: true
|
||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
@@ -61,10 +77,6 @@
|
|||||||
- Firelock
|
- Firelock
|
||||||
tags:
|
tags:
|
||||||
- Wall
|
- Wall
|
||||||
- type: Projectile
|
|
||||||
damage:
|
|
||||||
types:
|
|
||||||
Poison: 5
|
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: ProjectileHealingBolt
|
id: ProjectileHealingBolt
|
||||||
|
|||||||
@@ -28,6 +28,26 @@
|
|||||||
revertOnCrit: false
|
revertOnCrit: false
|
||||||
revertOnDeath: true
|
revertOnDeath: true
|
||||||
|
|
||||||
|
- type: polymorph
|
||||||
|
id: WizardForcedSkeleton
|
||||||
|
entity: MobSkeletonPerson
|
||||||
|
forced: true
|
||||||
|
inventory: Drop
|
||||||
|
transferName: true
|
||||||
|
transferDamage: true
|
||||||
|
revertOnCrit: false
|
||||||
|
revertOnDeath: false
|
||||||
|
|
||||||
|
- type: polymorph
|
||||||
|
id: WizardForcedMonkey
|
||||||
|
entity: MobMonkey
|
||||||
|
forced: true
|
||||||
|
inventory: None
|
||||||
|
transferName: true
|
||||||
|
transferDamage: true
|
||||||
|
revertOnCrit: false
|
||||||
|
revertOnDeath: true
|
||||||
|
|
||||||
- type: polymorph
|
- type: polymorph
|
||||||
id: WizardWallDoor
|
id: WizardWallDoor
|
||||||
entity: WoodDoor
|
entity: WoodDoor
|
||||||
|
|||||||
Reference in New Issue
Block a user