PlayCrafter Wiki
Register
Advertisement
Evil Queen

Type

treasure

Creator

unknown

Destroyable?

yes

Projectile

EvilBug

Taker?

no

Movement

none

Solid?

yes

Costs

free

Special properties

none

The Evil Queen randomly releases EvilBugs that home onto the player piece.

It can easily be defeated by making one of the Evil Bugs die next to it.


It is a treasure piece that haves its properties as:


  • Friction: Low
  • Bounciness: Low


Also, her's piece ID is 317.

XML[]

<object name="evil queen" type="enemy" color="0x000000">
	<shape destroyable="true">
		<perimeter>
			<circle x="0" y="0" radius="0.4"/>
		</perimeter>
		<visual priority="6" sourcePixelsPerMeter="40"/>
		<physics source="perimeter" density="1" bounciness="0.5" friction="0" solid="true" gravity="false" anchored="true" collisionSoundURL="assets/gameAssets/plasticHeavy.mp3" collisionSoundPriority="2"/>
	</shape>
	<controller>
		<always>
			<targetTypeNearest targetType="player"/>
			<lookAtTarget/>
		</always>
		<onDestroyed>
			<emitPFX lifetime="R(0.6,1.0)" quantity="20" scale="R(2,3.25) to 0.0" color_r="R(0.0,0.1)" color_g="R(0.2,0.8)" color_b="R(0.0,0.2)" inheritMomentum="false" resistance="R(0.06,0.1)" sourcePixelsPerMeter="40" velocity="R(0.9,2.0)" angleOffset="R(-180,180)" gravity="false" visualURL="assets/gameAssets/photon_particle.png" inheritRotation="false" alpha="1.0 to 0.0" vAngle="0" xOffset="R(-.7,.7)" yOffset="R(-.7,.7)"/>
			<emitPFX lifetime="R(0.6,1.0)" quantity="20" scale="R(2,3.5) to 0.0" color_r="R(0.1,0.3)" color_g="R(0.1,0.3)" color_b="R(0.1,0.3)" inheritMomentum="false" resistance="R(0.06,0.1)" sourcePixelsPerMeter="40" velocity="R(0.5,1.5)" angleOffset="R(-180,180)" gravity="false" visualURL="assets/gameAssets/photon_particle.png" inheritRotation="false" alpha="1.0 to 0.0" vAngle="0" xOffset="R(-.7,.7)" yOffset="R(-.7,.7)"/>
		</onDestroyed>
		<randomInterval shortInterval="0.8" longInterval="2.2">
			<shoot projectile="EvilBug" xOffset="0.7" yOffset="0" impulse="0.15" onePerLife="false"/>
		</randomInterval>
	</controller>
</object>

This is like a queen that i never saw in real life but i can tell i think it was just made up by playcrafter and it's so hard to fight it but i think you can fight it

Advertisement