### generalized inline for ship thrusters

size = small
icon = $THRUSTER_ICON$
icon_frame = 1
power = 0

inline_script = {
	script = component_costs/shorthands/esc_inlines_thruster_no_sr_cost
	SIZE = $SHIP_SIZE_GROUP$
	TIER = $TIER$
	IS_BIOSHIP_THRUSTER = yes
}

inline_script = {
	script = thrusters/esc_inlines_thruster_modifiers
	TIER = $TIER$
	SHIP_SIZE_GROUP = $SHIP_SIZE_GROUP$
}

prerequisites = { $PREREQUISITES$ tech_thrusters_bio_integration }
component_set = "thruster_components_bio"

potential = {
	ship_uses_space_fauna_$SHIP_SIZE_GROUP$_thrusters = yes
}

ai_weight = {
	weight = $TIER$
}
