I ask beacuse in menu there are few types of damage witch are
not in Transendence v.1.01.


(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?
(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?
What kind of damage type is singularity?Drako Slyith wrote:You can mod one. It really isn't hard to mod a damage part, just have "damage= "number:singularity"
(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?
Sounds cools.Wolfy wrote:Its like... firing a really small black hole at something (Well, that exactly what it is really); AKA a really, really big mass in a very very small area. But instead of being like kinetic which imparts kinetic energy, this relies on the gravitational mass of the singularity to damage stuff, in a similar vein to graviton damage (but this I suppose is specifically gravitational pull towards a high-velocity object within its own event horizon, as opposed to a graviton wave emiting from a device that is either towards it or away from it)
Code: Select all
<ItemType UNID="&itGMSingularityWeapon;"
name= "singularity gun"
level= "1"
value= "250"
mass= "1000"
frequency= "common"
attributes= ""
showReference= "true"
description= "Cool weapon."
>
<Image imageID="&rsItemsEI1;" imageX="96" imageY="0" imageWidth="96" imageHeight="96"/>
<Weapon
type= "beam"
damage= "singularity:50"
fireRate= "10"
lifetime= "30"
powerUse= "10"
beamType= "laser"
primaryColor= "0xf1, 0x5f, 0x2a"
secondaryColor= "0xff, 0x00, 0x00"
sound= "&snLaserCannon;"
>
</Weapon>
</ItemType>
(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?
Ah. Okay - I'll expirment with weapon colours/shapes and see if I can make something cool!Drako Slyith wrote:The damage type has nothing to do with the image. You can have a shot that looks like a laser and does kinetic damage, and vice-versa. You have to define what the damage looks like. I like using a missile and making the explosion black. You only see the stars and enemy ships disappear
(Drako Slyith)* I am a person
(Eliza chatbot)> Do you believe it is normal to be a person?