• 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.

Mordachai

Second Lieutenant
31 Badges
Jun 1, 2004
166
44
  • Stellaris: Digital Anniversary Edition
  • Stellaris: Federations
  • Stellaris: Lithoids
  • Stellaris: Ancient Relics
  • Stellaris: Megacorp
  • Shadowrun: Hong Kong
  • Shadowrun: Dragonfall
  • Shadowrun Returns
  • Stellaris: Distant Stars
  • Stellaris: Apocalypse
  • Stellaris: Humanoids Species Pack
  • Stellaris: Synthetic Dawn
  • BATTLETECH
  • Knights of Honor
  • Stellaris - Path to Destruction bundle
  • Stellaris: Leviathans Story Pack
  • Ancient Space
  • Tyranny: Archon Edition
  • Tyranny: Archon Edition
  • Hearts of Iron IV: Colonel
  • Hearts of Iron IV: Cadet
  • Stellaris
  • Pillars of Eternity
  • Mount & Blade: Warband
  • 500k Club
  • Warlock: Master of the Arcane
  • Sword of the Stars II
  • Sword of the Stars
  • Magicka
  • Hearts of Iron III
  • Deus Vult
Code:
#Crystal-Infused Plating
tech_crystal_armor_1 = {
    area = engineering
    cost = @tier2cost2
    tier = 2
    prerequisites = { tech_ship_armor_1 }    # crystal armor requires at least basic armor technology first
    category = { materials }
    ai_update_type = military   
    weight = 0
   
    ai_weight = {
        modifier = {
            factor = 1.25
            research_leader = {
                area = engineering
                has_trait = "leader_trait_expertise_materials"
            }
        }
    }
}

Doesn't a factor 1.25 of 0 equal 0?

Or am I misunderstanding something?