-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from cocolinfff/master
U313N
- Loading branch information
Showing
43 changed files
with
1,423 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,94 @@ | ||
|
||
@cost1 = 5 | ||
@cost2 = 10 | ||
@cost3 = 15 | ||
@cost4 = 20 | ||
|
||
@power1 = -10 | ||
@power2 = -15 | ||
@power3 = -20 | ||
@power4 = -30 | ||
|
||
utility_component_template = { | ||
key = "SUBSPACE_DRIVE" | ||
size = small | ||
icon = "GFX_ship_part_subspace_drive" | ||
icon_frame = 1 | ||
|
||
power = @power0 | ||
resources = { | ||
category = ship_components | ||
cost = { | ||
alloys = @cost1 | ||
} | ||
} | ||
|
||
ftl = yes | ||
jumpdrive = yes | ||
ship_modifier = { | ||
ship_ftl_jumpdrive_range_mult = -0.6 | ||
ship_windup_mult = 35 | ||
} | ||
prerequisites = { "tech_subspace_drive" } | ||
ai_weight = { | ||
weight = 1 | ||
} | ||
component_set = "ftl_components" | ||
upgrades_to = "WARP_DRIVE_1" | ||
} | ||
|
||
utility_component_template = { | ||
key = "SUBLIGHT_DRIVE" | ||
size = small | ||
icon = "GFX_ship_part_wormhole" | ||
icon_frame = 1 | ||
|
||
power = @power0 | ||
resources = { | ||
category = ship_components | ||
cost = { | ||
alloys = @cost1 | ||
} | ||
} | ||
|
||
ftl = yes | ||
ship_modifier = { | ||
ship_windup_mult = 239 | ||
} | ||
prerequisites = { "tech_sublight_drive" } | ||
ai_weight = { | ||
weight = 0.1 | ||
} | ||
|
||
class_restriction = { shipclass_military shipclass_transport shipclass_military_special shipclass_starbase } | ||
component_set = "ftl_components" | ||
upgrades_to = "HYPER_DRIVE_1" | ||
} | ||
|
||
utility_component_template = { | ||
key = "SUBLIGHT_DRIVE_CIVILIAN" | ||
size = small | ||
icon = "GFX_ship_part_wormhole" | ||
icon_frame = 1 | ||
|
||
power = @power0 | ||
resources = { | ||
category = ship_components | ||
cost = { | ||
alloys = @cost1 | ||
} | ||
} | ||
|
||
ftl = yes | ||
ship_modifier = { | ||
ship_windup_mult = 239 | ||
} | ||
prerequisites = { "tech_sublight_drive" } | ||
ai_weight = { | ||
weight = 0.1 | ||
} | ||
|
||
size_restriction = { constructor construction_ship_swarm construction_ship_ed construction_ship_ai colonizer sponsored_colonizer lithoid_colonizer colony_ship_swarm colony_ship_ai science alien_racing_ship ghost_ship enigmatic_cache } | ||
component_set = "ftl_components" | ||
upgrades_to = "HYPER_DRIVE_1_CIVILIAN" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -139,7 +139,7 @@ family_planning = { | |
} | ||
|
||
ai_weight = { | ||
weight = @EdictMedPrio | ||
weight = 0 | ||
} | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.