Well i am kinda in the dark how to solve this.
I already created a Hovertank given him manufacture Topic Unit and item set (same as Hovertank plasma)
The Ammo i wanna use are Elerium Bombs, which is a ammo for the Small Launcher.
I can do this but the clipsize is frozen to 1, even if i say otherwise in the tnak item definitions, anyone care to help enlighten my?
items:
- type: STR_HOVERTANK_EBOMB
battleType: 1
size: 6
costSell: 900000
transferTime: 96
weight: 1
bigSprite: 40
floorSprite: 0
handSprite: 0
bulletSprite: 9
fireSound: 53
compatibleAmmo:
- STR_ELERIUM_BOMB
hitSound: 0
hitAnimation: 0
accuracySnap: 85
accuracyAimed: 100
tuSnap: 30
tuAimed: 60
clipSize: 20
fixedWeapon: true
invWidth: 2
invHeight: 3
turretType: 4
listOrder: 1591
units:
- type: STR_HOVERTANK_EBOMB
race: STR_HOVERTANK_EBOMB
stats:
tu: 100
stamina: 100
health: 90
bravery: 110
reactions: 30
firing: 60
throwing: 0
strength: 60
psiStrength: 100
psiSkill: 0
melee: 70
armor: HOVERTANK_ARMOR
standHeight: 12
kneelHeight: 12
floatHeight: 6
value: 20
deathSound: 23
moveSound: 40
energyRecovery: 50
manufacture:
- name: STR_HOVERTANK_EBOMB
category: STR_HEAVY_WEAPONS_PLATFORM
requires:
- STR_SMALL_LAUNCHER
- STR_ELERIUM_BOMB
- STR_HOVERTANK
space: 30
time: 1200
cost: 800000
requiredItems:
STR_ALIEN_ALLOYS: 25
STR_ELERIUM_115: 15
listOrder: 591
ufopaedia:
- id: STR_HOVERTANK_EBOMB
type_id: 3
section: STR_HEAVY_WEAPONS_PLATFORMS
weapon: STR_ELERIUM_BOMB
requires:
- STR_SMALL_LAUNCHER
- STR_ELERIUM_BOMB
- STR_HOVERTANK
text: STR_HOVERTANK_EBOMB_UFOPEDIA
listOrder: 1491
extraStrings:
- type: en-US
strings:
STR_HOVERTANK_EBOMB: "Hovertank/E-Bomb"
STR_HOVERTANK_EBOMB_UFOPEDIA: "This tank design combines UFO technology and Alien Launcher weaponry. The ability to fire Elerium Bombs from within midair should be deadly to most foes. A clipsize of 20 is sufficient for most missions."
Problem is it seems like its get its Clipsize not from the tank but from the Elerium Bomb. Someone know how to make this work properlys?