• We have updated our Community Code of Conduct. Please read through the new rules for the forum that are an integral part of Paradox Interactive’s User Agreement.

Danior5

Recruit
15 Badges
Sep 18, 2018
2
0
  • Mount & Blade: Warband
  • Mount & Blade: With Fire and Sword
  • Hearts of Iron IV: Cadet
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Together for Victory
  • Hearts of Iron IV: Death or Dishonor
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: Expansion Pass
  • Hearts of Iron IV: La Resistance
  • Battle for Bosporus
  • For the Motherland
  • Hearts of Iron III
  • Hearts of Iron III: Their Finest Hour
  • Hearts of Iron III Collection
  • Semper Fi
All motorized/mechanized/tank battalions have fuel consumption ranging from around 1 to more (most importantly 1.2 for motorized) but katyushas only have 0.12 fuel consumptoin. I don't think that's intended.


#Katyusha
motorized_rocket_equipment = {
year = 1934

is_archetype = yes
picture = archetype_motorized_rocket_equipment
type = {
artillery
motorized
rocket
}
group_by = archetype

interface_category = interface_category_land

#Misc Abilities
reliability = 0.8

#Defensive Abilities
defense = 15
breakthrough = 12
hardness = 0
armor_value = 0

#Offensive Abilities
soft_attack = 36
hard_attack = 1
ap_attack = 2
air_attack = 0

build_cost_ic = 12
resources = {
#oil = 1
rubber = 1
steel = 1
}

fuel_consumption = 0.12
}


motorized_equipment = {
year = 1936

is_archetype = yes
picture = archetype_motorized_equipment
is_buildable = no
type = {
#infantry #Removing inf type
motorized
}
group_by = archetype

interface_category = interface_category_land

maximum_speed = 12
reliability = 0.8
hardness = 0.1

#Space taken in convoy
lend_lease_cost = 5

build_cost_ic = 2.5
resources = {
#oil = 1
rubber = 1
steel = 1
}

fuel_consumption = 1.2
}
 
Upvote 0