diff --git a/.github/workflows/commitTest.yml b/.github/workflows/commitTest.yml index 5cd1d86..81a3334 100644 --- a/.github/workflows/commitTest.yml +++ b/.github/workflows/commitTest.yml @@ -7,18 +7,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - name: Set up PATH - run: | - echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH - - name: Set up JDK 17 - uses: actions/setup-java@v1 - with: - java-version: 17 - - name: Build mod jar - run: ./gradlew deploy - - name: Upload built jar file - uses: actions/upload-artifact@v4 - with: - name: ${{ github.event.repository.name }} - path: build/libs/${{ github.event.repository.name }}.jar + - uses: actions/checkout@v2 + - name: Set up PATH + run: | + echo "${ANDROID_HOME}/build-tools/34.0.0" >> $GITHUB_PATH + - name: Set up JDK 17 + uses: actions/setup-java@v1 + with: + java-version: 17 + - name: Build mod jar + run: | + chmod +x ./gradlew + ./gradlew deploy + - name: Upload built jar file + uses: actions/upload-artifact@v4 + with: + name: ${{ github.event.repository.name }} + path: build/libs/${{ github.event.repository.name }}.jar diff --git a/assets/bundles/bundle.properties b/assets/bundles/bundle.properties index a00730a..feab2d1 100644 --- a/assets/bundles/bundle.properties +++ b/assets/bundles/bundle.properties @@ -1,36 +1,39 @@ #Items item.icicle-world-thallium.name = Thallium -item.icicle-world-thallium.description = Basic material within Rki. Used in most blocks. +item.icicle-world-thallium.description = Used extensively in most blocks and ammunition. +item.icicle-world-thallium.details = Thallium. Rather volatile but weirdly flexible within the playground of Rki. item.icicle-world-spore-wood.name = Spore Wood -item.icicle-world-spore-wood.description = Wood chopped from the spore trees within. Very flammable. +item.icicle-world-spore-wood.description = Used as fuel and construction of blocks, particularly simple walls. +item icicle-world-spore-wood.details = Spores introduced from [red][[REDACTED][], that have adapted to the harsh, toxic environment of Rki. item.icicle-world-prinute.name = Prinute -item.icicle-world-prinute.description = Scrap and thallium merged for higher tier structures. +item.icicle-world-prinute.description = Used extensively in better technologies, above Thallium. item.icicle-world-soptin.name = Soptin -item.icicle-world-soptin.description = Light material best fit for liquid handling. +item.icicle-world-soptin.description = Used in liquid handling structures. item.icicle-world-ceramical-dust.name = Ceramical Dust -item.icicle-world-ceramical-dust.description = A strange resource similar to shattered ceramic. Refined to silicon and ceramic. +item.icicle-world-ceramical-dust.description = Used for ceramic and silicon synthesis. Looks like someone hates fired clay products. item.icicle-world-ceramic.name = Ceramic -item.icicle-world-ceramic.description = Recycled material from ceramical dust, used for even higher tier structures. +item.icicle-world-ceramic.description = Used extensively in even better technologies, above Prinute. item.icicle-world-livesteel.name = Livesteel -item.icicle-world-livesteel.description = An alloy using spores, for self mending structures and unit production. +item.icicle-world-livesteel.description = Used in tough, self-mending walls and heavier units. item.icicle-world-polonium.name = Polonium -item.icicle-world-polonium.description = A material that's usually lifted to the ground, and is used for the even more higher tier blocks. +item.icicle-world-polonium.description = Used extensively in even better technologies, above Ceramic. +item.icicle-world-polonium.details = Rarely found atop the surface and ready to be harvested, for some reason. item.icicle-world-polonium-charge.name = Polonium Charge -item.icicle-world-polonium-charge.description = Very radioactive blocks used for energy and turret ammunition. +item.icicle-world-polonium-charge.description = Used in power production and ammunition. item.icicle-world-dense-alloy.name = Dense Alloy -item.icicle-world-dense-alloy.description = The best material in Rki. Used in advanced structures and T3 unit production. +item.icicle-world-dense-alloy.description = Used in the best technologies available in Rki, above Polonium. item.icicle-world-cerymec.name = Cerymec -item.icicle-world-cerymec.description = Light material for lightweight tech. +item.icicle-world-cerymec.description = Used in lightweight technology and ammunition. item.icicle-world-chalk-stone.name = Chalk Stone -item.icicle-world-chalk-stone.description = Like scrap from Serpulo, and here at Rki, it's to be recycled for more useful stuff. +item.icicle-world-chalk-stone.description = Recycled in the Quarry for its valuable constituents. #Liquids liquid.icicle-world-methanum.name = Methane -liquid.icicle-world-methanum.description = Flammable carbon liquid, used in water synthesis and fuel. +liquid.icicle-world-methanum.description = Used in water synthesis and combustion fuel. liquid.icicle-world-waste.name = Coal Acid -liquid.icicle-world-waste.description = Flammable byproduct of the methane burner, made for rusting off enemies. +liquid.icicle-world-waste.description = Byproduct of methane combustion, used in turrets to corrode enemies. liquid.icicle-world-drivefluid.name = Enmitium -liquid.icicle-world-drivefluid.description = Heat absorbent fluid for accelerating buildings and turrets. +liquid.icicle-world-drivefluid.description = Used for absorbing heat and boosting turrets. #Blocks #Environment @@ -52,8 +55,8 @@ block.icicle-world-thermal-floor.name = Thermal Floor block.icicle-world-solid-methane.name = Solid Methane block.icicle-world-thermal-boulder.name = Thermal Boulder block.icicle-world-magnet-rock.name = Magnet Rock -block.icicle-world-magnet-positive-rock.name = Magnet Rock (Positivey charged) -block.icicle-world-magnet-negative-rock.name = Magnet Rock (Negativey charged) +block.icicle-world-magnet-positive-rock.name = Magnet Rock (Positively charged) +block.icicle-world-magnet-negative-rock.name = Magnet Rock (Negatively charged) block.icicle-world-magnet-chunk.name = Magnet Chunk block.icicle-world-positive-crystal.name = Positive Crystal block.icicle-world-negative-crystal.name = Negative Crystal @@ -65,9 +68,9 @@ block.icicle-world-rki-metal-wall.name = Rki's Metal Wall block.icicle-world-rki-lamp.name = Rki's Metal Lamp block.icicle-world-dust-crusher.name = Dust Crusher -block.icicle-world-dust-crusher.description = Unknown block. Scatters ceramical dust on the floor as ore. +block.icicle-world-dust-crusher.description = Scatters ceramical dust on a perimeter as ore. Sandbox only. block.icicle-world-dust-spreader.name = Dust Spreader -block.icicle-world-dust-spreader.description = Unknown block. Spreads large amounts of ceramical dust as ore. +block.icicle-world-dust-spreader.description = Scatters ceramical dust on a large perimeter as ore. Sandbox only. block.icicle-world-thallium-under.name = Thallium (Underground) block.icicle-world-polonium-under.name = Polonium (Underground) block.icicle-world-chalk-under.name = Chalk (Underground) @@ -75,49 +78,50 @@ block.icicle-world-ruin-block.name = Fallen Stone #Turrets block.icicle-world-bail.name = Bail -block.icicle-world-bail.description = Fires an arc of fast bullets. +block.icicle-world-bail.description = Fires an arc of fast bullets at enemies. block.icicle-world-clockwise.name = Clockwise -block.icicle-world-clockwise.description = Fires homing scrap bullets that home in targets. +block.icicle-world-clockwise.description = Launches homing scrap bullets at enemies. block.icicle-world-skimmer.name = Skimmer -block.icicle-world-skimmer.description = Fires bullets that leave flak around. +block.icicle-world-skimmer.description = Fires fragmentary bullets at enemies. block.icicle-world-cremator.name = Cremator -block.icicle-world-cremator.description = Fires a direct melting ray at enemies. +block.icicle-world-cremator.description = Fires bursts of melting lasers at enemies block.icicle-world-perfection.name = Perfection -block.icicle-world-perfection.description = Fires spikes that cover an area of effect. +block.icicle-world-perfection.description = Fires spikes that cover an area of effect, or a rain of many bullets to cover a large area. block.icicle-world-crypt.name = Crypt block.icicle-world-crypt.description = Fires piercing bullets that rust off enemy units. block.icicle-world-shatter.name = Shatter -block.icicle-world-shatter.description = Fires ceramic bullets that frag all over. +block.icicle-world-shatter.description = Fires large fragmentary ceramic bullets at enemies. block.icicle-world-demon-core.name = Demon Core -block.icicle-world-demon-core.description = Fires a barrage of radioactive charges everywhere. +block.icicle-world-demon-core.description = Fires a barrage of homing radioactive charges at enemies. block.icicle-world-burnout.name = Burnout -block.icicle-world-burnout.description = Fires radioactive artillery shells. +block.icicle-world-burnout.description = Fires radioactive artillery shells at enemies. block.icicle-world-discharge.name = Discharge -block.icicle-world-discharge.description = Fires direct lightning bolts. +block.icicle-world-discharge.description = Fires direct lightning bolts at enemies. block.icicle-world-calamity.name = Calamity -block.icicle-world-calamity.description = Fires massive charges of radioactive matter. +block.icicle-world-calamity.description = Fires massive charges of radioactive matter at enemies. block.icicle-world-bleak.name = Bleak block.icicle-world-bleak.description = Automatically repairs allied structures within its limited range. block.icicle-world-shine.name = Shine -block.icicle-world-shine.description = Automatically repairs allied structures within its range. Better than the Bleak repair turret. +block.icicle-world-shine.description = Automatically repairs allied structures within its range, in bursts. #Drills / Pumps block.icicle-world-proto-drill.name = Proto Drill -block.icicle-world-proto-drill.description = When placed on ore, outputs items at a slow rate indefinitely. Only capable of mining basic resources.\nIts unstable structure causes it to shoot damaging arcs all over, uncontrollably. +block.icicle-world-proto-drill.description = When placed on ore, outputs items at a slow rate indefinitely. Only capable of mining basic resources.\n\nIts unstable structure causes it to shoot damaging arcs all over, uncontrollably. +block.icicle-world-proto-drill.details = When it reaches the Minimum Health threshold, its efficiency drops significantly. Ensure Bleak turrets are healing it constantly. block.icicle-world-advanced-drill.name = Advanced Drill -block.icicle-world-advanced-drill.description = An improved drill, capable of mining soptin. Mines at a faster pace than the proto drill, and unleashes less arcs per time elapsed. +block.icicle-world-advanced-drill.description = An improved drill, capable of mining soptin. Mines at a faster pace than the proto drill, and unleashes less damaging arcs at a longer delay. block.icicle-world-engine-drill.name = Engine Drill -block.icicle-world-engine-drill.description = Uses a power run engine to mine items. Can mine polonium, and is the most stable drill. +block.icicle-world-engine-drill.description = Uses an electric motor to mine. Can mine polonium, and is the most stable drill. block.icicle-world-nuclear-drill.name = Nuclear Drill -block.icicle-world-nuclear-drill.description = The ultimate drill. Exchanges stability for performance. +block.icicle-world-nuclear-drill.description = The ultimate drill. Exchanges stability for performance. Requires large amounts of healing and power. block.icicle-world-mechanical-cutter.name = Mechanical Cutter -block.icicle-world-mechanical-cutter.description = Slowly chops spore trees for their wood. +block.icicle-world-mechanical-cutter.description = When placed facing a spore tree, harvests spore wood at a slow pace indefinitely. block.icicle-world-laser-cutter.name = Laser Cutter block.icicle-world-laser-cutter.description = Uses laser technology to obtain wood faster, but requires power. block.icicle-world-ore-finder.name = Ore Finder -block.icicle-world-ore-finder.description = Detects underground ores. +block.icicle-world-ore-finder.description = Detects underground ores. Requires power. block.icicle-world-methane-digger.name = Methane Digger -block.icicle-world-methane-digger.description = Lifts underground ores to the surface. Best put where underground ores are detected, unless you waste resources. +block.icicle-world-methane-digger.description = Lifts underground ores to the surface. Best combined with the Ore Finder. block.icicle-world-burst-pump.name = Impact Pump block.icicle-world-burst-pump.description = When placed on liquid, outputs liquids in bursts indefinitely. Consumes ceramical dust. block.icicle-world-pulse-pump.name = Pulse Pump @@ -147,7 +151,7 @@ block.icicle-world-polonium-crucible.description = Constructs polonium charges block.icicle-world-dense-structurer.name = Dense Structurer block.icicle-world-dense-structurer.description = Processes a variety of materials to construct dense alloy. block.icicle-world-electric-crusher.name = Electric Crusher -block.icicle-world-electric-crusher.description = Crushes cerymec to be scattered on the ground as ore. +block.icicle-world-electric-crusher.description = Crushes cerymec to be scattered on the ground as permanent ground ore in a small perimeter. #Power block.icicle-world-old-node.name = Old Node @@ -161,13 +165,13 @@ block.icicle-world-scrap-solar.description = Primitive power generator. Placed o block.icicle-world-silicon-solar.name = Silicon Solar Panel block.icicle-world-silicon-solar.description = Placed on craters where sunlight accumulates to generate power. Produces more power and occupies more space. block.icicle-world-polonium-solar.name = Polonium Solar Panel -block.icicle-world-polonium-solar.description = Placed on craters where sunlight accumulates to generate power. Produces the most power and occupies the most space. +block.icicle-world-polonium-solar.description = Placed on craters where sunlight accumulates to generate power. Produces the most power and is the most space efficient. block.icicle-world-decomposer.name = Decomposer -block.icicle-world-decomposer.description = Generates power by burning spore wood. Leaves soot when working, coating units in it and slightly affecting them. +block.icicle-world-decomposer.description = Generates power by burning spore wood. Units nearby a working Decomposer are coated in soot. block.icicle-world-methane-burner.name = Methane Burner block.icicle-world-methane-burner.description = Generates power by burning methane, producing liquid waste in the process. block.icicle-world-nuclear-reactor.name = Nuclear Reactor -block.icicle-world-nuclear-reactor.description = Generates significant amounts of power from polonium charges. Explodes violently if insufficient amounts of coolant are supplied, leaving ruin blocks everywhere that must be destroyed. +block.icicle-world-nuclear-reactor.description = Generates significant amounts of power from polonium charges. Explodes violently if insufficient amounts of coolant are supplied. The explosion is strong enough to displace many large rocks which must be removed by force. block.icicle-world-liquid-turbine.name = Liquid Turbine block.icicle-world-liquid-turbine.description = Generates power when placed on liquid methane. #Unit @@ -215,24 +219,24 @@ block.icicle-world-ceramic-wall.name = Ceramic Wall block.icicle-world-ceramic-wall.description = Protects structures from enemy projectiles. block.icicle-world-ceramic-wall-large.name = Large Ceramic Wall block.icicle-world-ceramic-wall-large.description = Protects structures from enemy projectiles. -block.icicle-world-alive-wall.name = Alive Wall +block.icicle-world-alive-wall.name = Living Wall block.icicle-world-alive-wall.description = Protects structures from enemy projectiles. Regenerates health passively. -block.icicle-world-alive-wall-large.name = Large Alive Wall +block.icicle-world-alive-wall-large.name = Large Living Wall block.icicle-world-alive-wall-large.description = Protects structures from enemy projectiles. Regenerates health passively. block.icicle-world-conductive-wall.name = Polonium Wall block.icicle-world-conductive-wall.description = Protects structures from enemy projectiles. May irradiate enemies for a long time. block.icicle-world-conductive-wall-large.name = Large Polonium Wall block.icicle-world-conductive-wall-large.description = Protects structures from enemy projectiles. May irradiate enemies for a long time. block.icicle-world-bit-wall.name = Bit Wall -block.icicle-world-bit-wall.description = Protects structures from enemy projectiles. Has a low health, but all damage taken is 1. Decreases effective pierce. +block.icicle-world-bit-wall.description = Protects structures from enemy projectiles. All damage taken is 1. Decreases effective pierce. block.icicle-world-bit-wall-large.name = Large Bit Wall -block.icicle-world-bit-wall-large.description = Protects structures from enemy projectiles. Has a low health, but all damage taken is 1. Decreases effective pierce. -block.icicle-world-flame-dome.name = Flame Dome -block.icicle-world-flame-dome.description = Creates a waves of water to mass extinguish fires. Consumes power. +block.icicle-world-bit-wall-large.description = Protects structures from enemy projectiles. All damage taken is 1. Decreases effective pierce. +block.icicle-world-flame-dome.name = Extinguisher Dome +block.icicle-world-flame-dome.description = Creates large waves of water to extinguish fires in its range. Consumes power. block.icicle-world-repair-pylon.name = Repair Pylon block.icicle-world-repair-pylon.description = Repairs blocks and heals units in its vicinity.\nOptionally uses polonium charge to boost range and efficiency. block.icicle-world-force-dome.name = Force Dome -block.icicle-world-force-dome.description = Creates a bunch of defensive drones. Cannot be placed nearby to other force dome. +block.icicle-world-force-dome.description = Creates a bunch of defensive drones. Cannot be placed close to other Force Domes. #Other block.icicle-world-lamp.name = Lamp @@ -258,7 +262,7 @@ unit.icicle-world-censure.description = Defends the "Core: Fury" from enemies. B unit.icicle-world-vessel.name = Vessel unit.icicle-world-vessel.description = A fast, lightly armored unit that fires piercing thallium bullets. unit.icicle-world-stem.name = Stem -unit.icicle-world-stem.description = A moderately armored unit with average speed. Rapidly fires spore bullets. +unit.icicle-world-stem.description = A moderately armored unit with average speed. Rapidly fires inaccurate spore bullets. unit.icicle-world-basis.name = Basis unit.icicle-world-basis.description = A slow, heavily armored unit that fires piercing shrapnel rounds. unit.icicle-world-ewer.name = Flask @@ -275,26 +279,27 @@ unit.icicle-world-groundwork.name = Framework unit.icicle-world-groundwork.description = A slow, heavily armored unit that fires explosive rounds and piercing precision bullets. Equipped with rotating shields. unit.icicle-world-quant.name = Quant unit.icicle-world-quant.description = Fires plasma weave bullets. Can traverse any liquid surface. -unit.icicle-world-sin.name = Sin +unit.icicle-world-sin.name = Sine unit.icicle-world-sin.description = Fires plasma bullets of methane and missiles. unit.icicle-world-chronon.name = Photon unit.icicle-world-chronon.description = Fires bursts of plasma bullets. Can traverse any liquid surface. -unit.icicle-world-zen.name = Cos +unit.icicle-world-zen.name = Cosine unit.icicle-world-zen.description = Fires plasma bullets of methane and torpedoes. unit.icicle-world-blaze.name = Blaze -unit.icicle-world-blaze.description = Mobile lamp, when destroyed, creates a small explosion. +unit.icicle-world-blaze.description = Mobile lamp. When destroyed, creates a small explosion. unit.icicle-world-remnant.name = Purple's Remnant +unit.icicle-world-remnant.description = Invincible, vengeful soul of Designation "Purple." Recommendation: distract it away from the core. Dies off after some time. #Executioners -unit.icicle-world-yellow.name = Yellow +unit.icicle-world-yellow.name = Designation "Yellow" unit.icicle-world-yellow.description = One of the Four Executioners. Fires plasma bullets. When at low health, recovers it all almost immediately-one time only. unit.icicle-world-yellow.details = The Sharded's Executioner. -unit.icicle-world-purple.name = Purple -unit.icicle-world-purple.description = One of the Four Executioners. Fires plasma bullets, and unleashes a remnant that must be destroyed. +unit.icicle-world-purple.name = Designation "Purple" +unit.icicle-world-purple.description = One of the Four Executioners. Fires plasma bullets, and unleashes a remnant that haunts the defenses that has killed its master. unit.icicle-world-purple.details = The Malis's Executioner. -unit.icicle-world-blue.name = Blue +unit.icicle-world-blue.name = Designation "Blue" unit.icicle-world-blue.description = One of the Four Executioners. Launches missiles all over.\nWhen at low health, launches even more missiles everywhere. unit.icicle-world-blue.details = The Venixen's Executioner. -unit.icicle-world-red.name = Red +unit.icicle-world-red.name = Designation "Red" unit.icicle-world-red.description = One of the Four Executioners. Fires massive energy bullets, and explodes violently when destroyed. unit.icicle-world-red.details = The Crux's Executioner. #Monsters @@ -307,7 +312,7 @@ unit.icicle-world-born.description = A newly born methanite, weaker than others unit.icicle-world-haste.name = Haste unit.icicle-world-haste.description = Scout type methanite creature, will rush toward your core. #Utils -unit.icicle-world-unknown.name = Unknown +unit.icicle-world-unknown.name = < ??? > unit.icicle-world-shield-drone.name = Protector unit.icicle-world-shield-drone.description = Fires a methane spike at enemy targets. Has a durable force projector circling it. #DIEP/ARRAS TONKS @@ -319,7 +324,7 @@ unit.icicle-world-octo.name = Octo #Statuses status.icicle-world-in-soot.name = In Soot -status.icicle-world-in-soot.description = Units nearby an active decomposer is coated in soot, nerfing them slightly. +status.icicle-world-in-soot.description = Units nearby an active decomposer is coated in soot, affecting them slightly. status.icicle-world-positive-charge.name = Positive Charge status.icicle-world-negative-charge.name = Negative Charge status.icicle-world-rusting.name = [#a1a94d]Rusting @@ -327,32 +332,32 @@ status.icicle-world-radiation.name = [#c7dc67]Radiation status.icicle-world-enmity.name = [#8f2b41]Enmity status.icicle-world-flash.name = [#af9c78]Flash #Sectors -sector.icicle-world-fall-point.name = Fall Point +sector.icicle-world-fall-point.name = Zero Point sector.icicle-world-fall-point.description = Our first landing site. We tried to land here before, but it was a failure. Now it's time for a second attempt. sector.icicle-world-primary-base.name = Primary Base sector.icicle-world-primary-base.description = A small enemy base has been detected. Land here, research [accent]Prinute[], and create [accent]Vessel[] units. sector.icicle-world-ignition.name = Ignition -sector.icicle-world-ignition.description = A river with a destroyed base at its center. However, the river is still burning, making it difficult for the enemy to pass through. +sector.icicle-world-ignition.description = A river with a destroyed base at its center. However, the river is still burning, making it difficult for the enemy to pass through, and may affect our propagation. sector.icicle-world-methane-purification.name = Methane Purification sector.icicle-world-methane-purification.description = This sector contains methane-flooded terrain. Research [accent]Aqua Constructor[] and use these units to destroy the enemy base. sector.icicle-world-purple-fortress.name = Purple Fortress -sector.icicle-world-purple-fortress.description = A ruined fortress. Land here and recover new tech. A log file was detected—retrieve it... -sector.icicle-world-purple-fortress.details = It seems this was Malis's base. +sector.icicle-world-purple-fortress.description = A ruined fortress. Land here and recover new tech. A log file was detected deep within; retrieve it... +sector.icicle-world-purple-fortress.details = It seems this was Malis's base, until[red] something[] happened... sector.icicle-world-trinity-column.name = Trinity Column sector.icicle-world-trinity-column.description = An enemy outpost, where it's found that they are producing a highly dangerous unit. Destroy the base before [red]it[] is completed. sector.icicle-world-resurgent.name = Resurgent -sector.icicle-world-resurgent.description = This sector contains a new type of ore, but it is incompatible with current technology. Research [accent]Ore Finder[] and [accent]Methane Digger[] to gain access. +sector.icicle-world-resurgent.description = This sector contains a new type of ore, but it is untouched using our current technology. Research the [accent]Ore Finder[] and [accent]Methane Digger[] to gain access to it, and repel stronger enemy waves. sector.icicle-world-paths.name = Paths sector.icicle-world-paths.description = Three different paths. The enemy will send units through them. Prepare for the worst. sector.icicle-world-broken-complex.name = Broken Mine sector.icicle-world-broken-complex.description = Derelict structures have been found in this sector. Use them to obtain a new material: [accent]Polonium[]. -sector.icicle-world-flame-ocean.name = Flame Ocean +sector.icicle-world-flame-ocean.name = Flammable Ocean sector.icicle-world-flame-ocean.description = A region with vast amounts of methane. Destroy the enemy base using naval units. -sector.icicle-world-aggressive-tactic.name = Aggressive Tactic -sector.icicle-world-aggressive-tactic.description = A place of unknown ruins, mostly filled with dust crushers. Enemy is going to send another unknown unit. +sector.icicle-world-aggressive-tactic.name = Aggressive Tactics +sector.icicle-world-aggressive-tactic.description = A place of unknown ruins, mostly filled with dust crushers. The enemy will send another [red]powerful[] unit. sector.icicle-world-execution.name = Execution sector.icicle-world-execution.description = We near the enemy's main base. Now the Genesis will send all their units to destroy us. Prepare to see our old friends. -sector.icicle-world-execution.details = When we are closer to main base, then more ruins appears... What was here before our landing? +sector.icicle-world-execution.details = When we are closer to main base, many more ruins dot our path... What came here before our landing? sector.icicle-world-finality.name = Finality sector.icicle-world-cathedral.name = Cathedral @@ -361,13 +366,13 @@ logs.icicle-world-crux-getout.name = Log [Crux]: Warning logs.icicle-world-crux-getout.description = If anybody can read this, [red]LEAVE THIS PLANET AT ONCE! THIS IS A TRAP! THEY ARE EVERYWHE-[][[ERR: UNEXPECTED END OF FILE] logs.icicle-world-crux-getout.details = Wait... what is [red]that[] log doing here? logs.icicle-world-malis-fortress-attack.name = Log [Malis]: Fortress -logs.icicle-world-malis-fortress-attack.description = Our landing here was a failure. At first, we built a factory with defenses using the resources we had. But then, [cyan]they[] came... Our defenses could hold against [cyan]their[] attacks, but then we encountered a tank—one of ours, but with cyan-colored parts. It breached our walls, overpowered our turrets, and destroyed our base... +logs.icicle-world-malis-fortress-attack.description = Our landing here was a failure. At first, we built a factory with defenses using the resources we had. But then, [cyan]they[] came... Our defenses could hold against [cyan]their[] attacks, but then we encountered a tank; one of ours, but with cyan-colored parts. It breached our walls, overpowered our turrets, and destroyed our base...\n\nIf anybody is brave or foolish enough to attempt to contest whatever is in this planet, do not come unprepared. logs.icicle-world-ignition-log.name = Log [Venixen]: Ignition logs.icicle-world-ignition-log.description = The [cyan]enemy[] attacked us, and we decided to... ignite the river! The plan worked! [cyan]They[] retreated, and now we can capture this other sector to have longer control on this planet. logs.icicle-world-methane-pur-threat.name = log [Unknown Sender]: For Sharded logs.icicle-world-methane-pur-threat.description = Leave this planet, [stat]Invader[]. It does [red]NOT[] belong to you!!! logs.icicle-world-execution-prelude.name = log [Genesis]: Enough!! -logs.icicle-world-execution-prelude.description = Enough of that tomfoolery!!! If [stat]YOU[] dare to move further, you will face consequences. +logs.icicle-world-execution-prelude.description = Enough of your interjections!! If [stat]YOU[] dare to push through and deeper, you will face consequences, and we will ensure [red]your downfall...[] #Extra planet.icicle-world-rki.name = Rki planet.icicle-world-fake.name = Placeholder @@ -416,10 +421,10 @@ setting.icicle-world-title = Deep Terminal Protocol # Map target objective.enemyunitproductionbegun = [accent]Enemy unit production starts in:[] {0} -fall-point.mine-thallium = Mine some [accent]Thallium -fall-point.mechanical-cutter = Place or capture few [accent]mechanical cutters -fall-point.mine-scrap = Mine here [accent]some scrap -fall-point.scrap-solars = Place or capture few[accent] scrap solars -fall-point.bleak = Place or capture[accent] bleak[] and power him -fall-point.proto-drills = Place or capture some [accent] Proto drills -fall-point.bail = Place here and supply ammo the[accent] Bail \ No newline at end of file +fall-point.mine-thallium = Mine some [accent]Thallium. +fall-point.mechanical-cutter = Place or mend few [accent]mechanical cutters. +fall-point.mine-scrap = Mine [accent]some scrap[] over here. +fall-point.scrap-solars = Place or mend few[accent] scrap solar panels. +fall-point.bleak = Place or mend[accent] Bleak[] and power them. +fall-point.proto-drills = Place or mend some[accent] Proto drills. +fall-point.bail = Place the turret here and supply ammo to the[accent] Bail[] turrets.