Skip to content

Commit

Permalink
Merge pull request #3511 from edwardspec/fix-misc-typos
Browse files Browse the repository at this point in the history
Fix random uprooting of Vorit and Aquapod (aquatic plants)
  • Loading branch information
sayterdarkwynd authored Oct 28, 2023
2 parents b0f4109 + c490b60 commit 3f5ed99
Show file tree
Hide file tree
Showing 13 changed files with 10 additions and 24 deletions.
3 changes: 1 addition & 2 deletions liquids/beer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description" : "The purest, finest, tastiest of fluids.",
"tickDelta" : 1,
"color" : [139,99,30,125],
"radiantLight" : [0,0,0],
"statusEffects" : [ "swimming", "booze" ],
"itemDrop" : "liquidbeer",
"texture":"/liquids/watertex.png",
"bottomLightMix" : [83,53,0],
"textureMovementFactor" : 0.75,
"interactions" : []
}
}
3 changes: 1 addition & 2 deletions liquids/helium3gas.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@
"description" : "Handy energy-infused gas. Great for fusion.",
"tickDelta" : 9,
"color" : [255, 255, 255, 0],
"radiantLight" : [0, 0, 0],
"statusEffects" : [ "biomeairless", "helium3" ],
"itemDrop" : "helium3gasliquid",

"texture" : "/liquids/watertex.png",
"bottomLightMix" : [255, 255, 255],
"textureMovementFactor" : 1.6
}
}
1 change: 0 additions & 1 deletion liquids/shadowgas.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description" : "A dangerous gas named for its unique light and gravity absorption properties.",
"tickDelta" : 20,
"color" : [0, 0, 0, 55],
"radiantLight" : [0, 0, 0],
"statusEffects" : [ "shadowgasfx" ],
"itemDrop" : "shadowgasliquid",
"interactions" : [
Expand Down
3 changes: 1 addition & 2 deletions liquids/wastewater.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description" : "Ew. Filthy water.",
"tickDelta" : 2,
"color" : [89,81,56,200],
"radiantLight" : [0,0,0],
"statusEffects" : [ "swimming", "contaminatedpoison", "wet" ],
"itemDrop" : "liquidwastewater",
"texture":"/liquids/watertex.png",
Expand All @@ -28,4 +27,4 @@
"liquidResult" : 6
}
]
}
}
4 changes: 2 additions & 2 deletions objects/farmables/aquapod/aquapodseed.object
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}
],
// "learnBlueprintsOnPickup" : [ "voritseed", "littlegoodberryseed" ],
"minImmersion" : 1.0,
"minImmersion" : 0.9,
"consumeSoilMoisture" : false,
"beeLikeness" : { "aquarum" : 1}
}
}
4 changes: 2 additions & 2 deletions objects/farmables/aquapod/wildaquapodseed.object
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"resetToStage" : 2
}
],
"minImmersion" : 1.0,
"minImmersion" : 0.9,
"consumeSoilMoisture" : false,
"breakDropOptions" : [
[ [ "aquapodseed", 1, { } ] ]
],
"beeLikeness" : {"aquarum":1,"gelidbburrower":1}
}
}
4 changes: 2 additions & 2 deletions objects/farmables/voritseed/voritseed.object
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
"resetToStage" : 2
}
],
"minImmersion" : 1.0,
"minImmersion" : 0.9,
"consumeSoilMoisture" : false
}
}
2 changes: 0 additions & 2 deletions objects/nightar/nightarclock/nightarclock.object
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
"shortdescription" : "Nightar Clock",
"race" : "nightar",

"lightColor" : [0, 0, 0],

"inventoryIcon" : "nightarclockicon.png",
"orientations" : [
{
Expand Down
2 changes: 0 additions & 2 deletions objects/nightar/nightarfountain/nightarfountain.object
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"hylotlDescription" : "A fountain like this surely belongs in a well-kept garden.",
"novakidDescription" : "A fancy lookin' fountain.",

"lightColor" : [0, 0, 0],

"inventoryIcon" : "nightarfountainicon.png",
"orientations" : [
{
Expand Down
2 changes: 0 additions & 2 deletions objects/proppack/tapedeck/tapedeck.object
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"hylotlDescription" : "A simple tapedeck.",
"novakidDescription" : "Just a tapedeck.",

"lightColor" : [0, 0, 0],

"inventoryIcon" : "tapedeckicon.png",
"orientations" : [
{
Expand Down
2 changes: 0 additions & 2 deletions objects/themed/roman/romanfountain/romanfountain.object
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
"hylotlDescription" : "A fountain like this surely belongs in a well-kept garden.",
"novakidDescription" : "A fancy lookin' fountain.",

"lightColor" : [0, 0, 0],

"inventoryIcon" : "romanfountainicon.png",
"orientations" : [
{
Expand Down
1 change: 0 additions & 1 deletion objects/themed/sweets/sweetsplayer/sweetsplayer.object
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"rarity" : "Rare",
"category" : "decorative",
"price" : 0,
"lightColor" : [0, 0, 0],
"description" : "A macaroon themed record player. It plays a sweet little song.",
"shortdescription" : "Sweets Music Player",
"race" : "generic",
Expand Down
3 changes: 1 addition & 2 deletions tiles/materials/penumbriteblock.material
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"lightTransparent" : false,
"occludesBelow" : true,
"multiColored" : true,
"zLevel" : 0,
"radiantLight" : [0.3, 0.05, 0.3]
"zLevel" : 0
}
}

0 comments on commit 3f5ed99

Please sign in to comment.