Files
azurlane-sr/src/common/units/equipment/modules/az_plane_modules.txt
actions[bot] 39e1bfbecf
All checks were successful
sync / build (push) Successful in 51s
2024-09-04 16:01:06
2024-09-04 16:01:06 +00:00

143 lines
2.5 KiB
Plaintext
Executable File

equipment_modules = {
az_fighter_weapon_1 = {
category = az_fighter_weapon
gfx = az_fighter_weapon_1
add_equipment_type = fighter
add_stats = {
air_attack = 35
build_cost_ic = 10
air_agility = -1
weight = 5
}
xp_cost = 2
allow_mission_type = {
air_superiority
interception
}
mission_type_stats = {
limit = {
attack_logistics
}
add_stats = {
air_ground_attack = 5
}
}
}
az_cas_weapon_1 = {
category = az_cas_weapon
gfx = az_fighter_weapon_1
add_equipment_type = cas
add_stats = {
air_ground_attack = 5
build_cost_ic = 10
weight = 2
air_agility = -1
}
xp_cost = 2
allow_mission_type = {
cas
attack_logistics
naval_bomber
port_strike
}
mission_type_stats = {
limit = {
cas
attack_logistics
}
add_stats = {
air_agility = -5
weight = 3
air_ground_attack = 12
}
}
mission_type_stats = {
limit = {
naval_bomber
port_strike
}
add_stats = {
air_agility = -5
weight = 3
naval_strike_attack = 5
}
add_average_stats = {
naval_strike_targetting = 5
}
}
dismantle_cost_ic = 0.5
}
az_nav_bomber_weapon_1 = {
category = az_nav_bomber_weapon
gfx = az_nav_bomber_weapon_1
add_equipment_type = naval_bomber
add_stats = {
build_cost_ic = 20
}
xp_cost = 5
allow_mission_type = {
naval_bomber
port_strike
naval_patrol
}
mission_type_stats = {
limit = {
naval_bomber
port_strike
}
add_stats = {
air_agility = -25
weight = 20
naval_strike_attack = 40
}
add_average_stats = {
naval_strike_targetting = 15
}
}
dismantle_cost_ic = 1.5
}
az_feitingtoudanqi = {
#abbreviation = "sbb"
category = cas_weapon
gfx = airplane_az_feitingtoudanqi
add_equipment_type = { cas tactical_bomber }
add_stats = {
build_cost_ic = 10
air_ground_attack = 20
air_bombing = 10
naval_strike_attack = 10
air_agility = -15
weight = 15
}
xp_cost = 5
allow_mission_type = {
cas
attack_logistics
strategic_bomber
port_strike
}
dismantle_cost_ic = 5
}
az_hedonglifeijiyinqing = {
#abbreviation = "e44"
category = plane_engine_type
gfx = airplane_az_hedonglifeijiyinqing
#parent = engine_3_4x
add_stats = {
thrust = 150
build_cost_ic = 70
fuel_consumption = 0.1
}
multiply_stats = {
#maximum_speed = 0.45
air_range = 10
}
}
}