This commit is contained in:
ProjectKoi-Kalo\Kalo
2024-09-22 23:28:53 +08:00
parent 4747622102
commit 88e41f7822
4 changed files with 64 additions and 69 deletions

View File

@@ -218,7 +218,7 @@ building_rg_nanotech_cauldron = {
trigger = {
owner = {
NOT = {
has_deficit = minerals
has_deficit = nanites
}
}
}
@@ -226,6 +226,13 @@ building_rg_nanotech_cauldron = {
consumer_goods = 40
}
upkeep = {
trigger = {
owner = {
NOT = {
has_deficit = nanites
}
}
}
nanites = 25
}
}
@@ -273,6 +280,13 @@ building_rg_nanite_transmuter = {
exotic_gases = 2
}
upkeep = {
trigger = {
owner = {
NOT = {
has_deficit = minerals
}
}
}
minerals = 50
}
}