Changes 纳米撕裂器

This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-23 17:59:20 +08:00
parent 1c14b3dc43
commit f6f1699772
8 changed files with 1221 additions and 3 deletions

View File

@@ -0,0 +1,79 @@
# Nanite Harvester Deposits
d_nanite_ripper_deposit_1 = {
resources = {
category = orbital_mining_deposits
produces = {
nanites = 0.1
}
}
station = shipclass_mining_station
is_for_colonizable = no
potential = {
can_have_mineral_deposits = yes
}
drop_weight = {
weight = 0
}
}
d_nanite_ripper_deposit_2 = {
resources = {
category = orbital_mining_deposits
produces = {
nanites = 1.6
}
}
station = shipclass_mining_station
is_for_colonizable = no
potential = {
can_have_mineral_deposits = yes
}
drop_weight = {
weight = 0
}
}
# Nanite Harvester Deposits
d_nanite_ripper_deposit_3 = {
resources = {
category = orbital_mining_deposits
produces = {
nanites = 5.8
}
}
station = shipclass_mining_station
is_for_colonizable = no
potential = {
can_have_mineral_deposits = yes
}
drop_weight = {
weight = 0
}
}
d_nanite_ripper_deposit_4 = {
resources = {
category = orbital_mining_deposits
produces = {
nanites = 25.6
}
}
station = shipclass_mining_station
is_for_colonizable = no
potential = {
can_have_mineral_deposits = yes
}
drop_weight = {
weight = 0
}
}