stellaris吧 关注:305,215贴子:7,262,622
  • 2回复贴,共1

求助,萌新自制mod遇到点小问题,武器图标不显示

取消只看楼主收藏回复

直接上现状

二楼文件
求指导求指导求指导求指导求指导求指导求指导


IP属地:山东1楼2021-08-29 20:33回复

    自己复制了其他mod的图标不行,引用游戏里面的也不行


    IP属地:山东2楼2021-08-29 20:36
    回复
      2026-01-29 04:53:00
      广告
      不感兴趣
      开通SVIP免广告
      武器数据,会是这出问题吗
      weapon_component_template = {
      key = "ZXY_330"
      size = large
      entity = "large_laser_gun_entity"
      type = instant
      #color = { 1.0 0.1 1.0 1 }
      static_rotation = yes
      use_ship_kill_target = no
      damage = { min = 450 max = 600 }
      windup = { min = 3 max = 6 }
      total_fire_time = 40
      range = 160.0
      accuracy = 0.9
      shield_penetration = 1.5
      armor_penetration = 1.0
      shield_damage = 1.8
      armor_damage = 2.5
      hull_damage = 2.0
      tracking = 0.35
      power = -100
      prerequisites = { "tech_dragon_armor" }
      component_set = "ZXY_330"
      projectile_gfx = "zxy_lan"
      tags = { weapon_type_energy }
      ai_tags = { weapon_role_anti_shield }
      ai_tag_weight = 3
      resources = {
      category = ship_components
      cost = {
      alloys = 70
      }
      upkeep = {
      energy = 0.8
      alloys = 0.2
      }
      }
      }


      IP属地:山东3楼2021-08-29 20:39
      回复