Skip to content

Commit

Permalink
Merge pull request #3600 from Argenttip/patch-1
Browse files Browse the repository at this point in the history
Some liquid updates
  • Loading branch information
sayterdarkwynd authored Nov 5, 2024
2 parents cc870df + e98faa9 commit 2ef81d3
Show file tree
Hide file tree
Showing 10 changed files with 807 additions and 710 deletions.
5 changes: 5 additions & 0 deletions items/liquids/arcana_liquid_arcaneWater.liqitem.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"op": "replace",
"path": "/description",
"value": "A measure of water sprinkled with arcane magic. \n^yellow;Centrifugable^reset;."
}
5 changes: 5 additions & 0 deletions items/liquids/arcana_liquid_illuminatedWater.liqitem.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"op": "replace",
"path": "/description",
"value": "A pale colored liquid. \n^yellow;Centrifugable^reset;."
}
5 changes: 5 additions & 0 deletions items/liquids/arcana_liquid_neonWater.liqitem.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"op": "replace",
"path": "/description",
"value": "A neon colored liquid. \n^yellow;Centrifugable^reset;."
}
5 changes: 5 additions & 0 deletions items/liquids/arcana_liquid_ruinousWater.liqitem.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"op": "replace",
"path": "/description",
"value": "A mysterious dark liquid. \n^yellow;Centrifugable^reset;."
}
5 changes: 5 additions & 0 deletions items/liquids/arcana_liquid_viridescentAcid.liqitem.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"op": "replace",
"path": "/description",
"value": "A highly acidic liquid, found in Viridescent planets. \n^yellow;Centrifugable^reset;."
}
2 changes: 1 addition & 1 deletion items/liquids/liquiddeuterium.liqitem
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"category": "liquid",
"inventoryIcon": "liquiddeuteriumicon.png",
"shortdescription": "Liquid Deuterium",
"description": "A powerful cold-source and thus has many nuclear applications.\n^blue;+^white;5 ^blue;Fuel^reset;",
"description": "A powerful cold-source and thus has many nuclear applications.\n^blue;+^white;5 ^blue;Fuel\n^yellow;Centrifugable^reset;.",
"fuelAmount" : 5,
// "learnBlueprintsOnPickup": [
// "liquiddeuterium",
Expand Down
2 changes: 1 addition & 1 deletion items/liquids/liquidmetallichydrogen.liqitem
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rarity": "legendary",
"category": "liquid",
"inventoryIcon": "liquidmetallichydrogen.png",
"description": "Manipulation of ZPE via ^blue;Arc^reset; tech has unlocked liquid state at STP!\n^blue;+^white;32 ^blue;Fuel^reset;",
"description": "Manipulation of ZPE via ^blue;Arc^reset; tech has unlocked liquid state at STP!\n^blue;+^white;32 ^blue;Fuel\n^yellow;Centrifugable^reset;.",
"shortdescription": "Liquid Metallic Hydrogen",
// "learnBlueprintsOnPickup": ["m_hydrogenlavalamp"],
"liquid": "metallichydrogenliquid",
Expand Down
Loading

0 comments on commit 2ef81d3

Please sign in to comment.