I have recently discovered how easy it can be to mod this game and so i started to make some of the changes that i wanted.
Basically i wanted to create a ship component that does all three types of damage in one. I have already started to create a separate branch of the tech tree for it however my problem is this:
In the "GC2Types" Folder, i have made this component(shown below), however i cannot figure out how to make it do damage in all three catagories. I know the type of damage is worked out with the Class field but i dont know if the is an "All" option or something.
Weapon
Name: Multi-Damage Gun
DisplayName: Multi-Damage Gun
Class: G
Type: 4
Size: 8
SizeMod: 4
Cost: 150
Damage: 1
Model: PsyonicBeam01
Category:All
Tech_Requirement: Multi-Damage Gun
Animation: WFX_PsyonicBeam01.X
Explosion: explosion01.png
AttackSound: battle_psyonic_attack
ExplosionSound0: battle_explosion_small
ExplosionSound1: battle_explosion_small_2
ExplosionSound2: battle_explosion_small
DeflectSound: battle_shield_deflect
ScaleWidthPercent: 100
Weapon
The weapon appears on the constuction menu, but only does gun damage, because the class is "G"
Is there any way to make a single weapon do all 3 kinds of damage?
and similarly for the armours to absorb all three kinds of attack?
Thanks in advance for help