Skip to content

Commit

Permalink
Merge pull request #3498 from RockCat89/master
Browse files Browse the repository at this point in the history
Slopped variants of Copper and Silver
  • Loading branch information
sayterdarkwynd authored Aug 27, 2023
2 parents 733adcc + c3c81f7 commit 0dab547
Show file tree
Hide file tree
Showing 13 changed files with 85 additions and 3 deletions.
11 changes: 11 additions & 0 deletions items/materials/coppersloppedpanel.matitem
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"itemName" : "coppersloppedpanel",
"category" : "block",
"rarity" : "Common",
"inventoryIcon" : "coppersloppedpanel.png",
"dropCollision" : [-2.5, -2.0, 2.5, 2.0],
"description" : "Panels made out of pure copper. Now you just need a clockwork angel!",
"shortdescription" : "Sloped Copper Panel",

"materialId" : 6482
}
Binary file added items/materials/coppersloppedpanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions items/materials/silversloppedpanel.matitem
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"itemName" : "silversloppedpanel",
"category" : "block",
"rarity" : "Common",
"inventoryIcon" : "silversloppedpanel.png",
"dropCollision" : [-2.5, -2.0, 2.5, 2.0],
"description" : "Panels made out of pure silver. Space vampires beware!",
"shortdescription" : "Sloped Silver Panel",

"materialId" : 6481
}
Binary file added items/materials/silversloppedpanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions recipes/materials/coppersloppedpanel.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "copperbar", "count" : 1 }
],
"output" : { "item" : "coppersloppedpanel", "count" : 20 },
"duration" : 0.25,
"groups" : [ "craftingfurniture", "materials", "all" ]
}
8 changes: 8 additions & 0 deletions recipes/materials/silversloppedpanel.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"input" : [
{ "item" : "silverbar", "count" : 1 }
],
"output" : { "item" : "silversloppedpanel", "count" : 20 },
"duration" : 0.25,
"groups" : [ "craftingfurniture", "materials", "all" ]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions tiles/materials/coppersloppedpanel.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"materialId" : 6482,
"materialName" : "coppersloppedpanel",
"particleColor" : [205, 173, 0, 255],
"itemDrop" : "coppersloppedpanel",

"description" : "Panels made out of pure copper. Now you just need a clockwork angel!",
"shortdescription" : "Sloped Copper Panel",
"footstepSound" : "/sfx/blocks/footstep_lightmetal.ogg",
"health" : 50,
"category" : "materials",

"renderTemplate" : "/tiles/slopedmaterialtemplate.config",
"renderParameters" : {
"texture" : "coppersloppedpanel.png",
"variants" : 1,
"lightTransparent" : false,
"occludesBelow" : true,
"multiColored" : false,
"zLevel" : 5000
}
}
Binary file added tiles/materials/coppersloppedpanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions tiles/materials/silversloppedpanel.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"materialId" : 6481,
"materialName" : "silversloppedpanel",
"particleColor" : [205, 173, 0, 255],
"itemDrop" : "silversloppedpanel",

"description" : "Panels made out of pure silver. Space vampires beware!",
"shortdescription" : "Sloped Silver Panel",
"footstepSound" : "/sfx/blocks/footstep_lightmetal.ogg",
"health" : 50,
"category" : "materials",

"renderTemplate" : "/tiles/slopedmaterialtemplate.config",
"renderParameters" : {
"texture" : "silversloppedpanel.png",
"variants" : 1,
"lightTransparent" : false,
"occludesBelow" : true,
"multiColored" : false,
"zLevel" : 5000
}
}
Binary file added tiles/materials/silversloppedpanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions zb/researchTree/fu_craftsmanship.config
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"position" : [-120, -20],
"children" : [ "workbenchtungsten", "lamps" ],
"price" : [ ["fuscienceresource", 150],["copperbar", 3]],
"unlocks" : [ "coppershelf", "coppersupport", "copperceilinglight", "copperlantern", "copperbox1", "fu_copperCeilingLamp", "fu_copperCog", "fu_copperWallLamp", "fu_copperWallLamp2", "fu_copperladder", "copperfence", "copperplatform", "fu_copperplatform", "copperroofing", "copperwindow", "copperblock", "hazard", "sewerpipe", "fusewerpipe", "heavypipe", "fuheavypipe", "fupipewidget", "scb-pipelamp", "scb-sewerpipe-end", "scb-watertrap", "scb-poisontrap", "scb-flametrap", "apexshopcounter", "apexcampshopcounter", "tribalshopcounter", "plantshopcounter", "medievalshopcounter", "shopcounter", "hylotlshopcounter", "frontiershopcounter", "shroomshopcounter", "scorchedcityshopcounter", "swampshopcounter" ]
"unlocks" : [ "coppershelf", "coppersupport", "copperceilinglight", "copperlantern", "copperbox1", "fu_copperCeilingLamp", "fu_copperCog", "fu_copperWallLamp", "fu_copperWallLamp2", "fu_copperladder", "copperfence", "copperplatform", "fu_copperplatform", "copperroofing", "copperwindow", "copperblock", "coppersloppedpanel", "hazard", "sewerpipe", "fusewerpipe", "heavypipe", "fuheavypipe", "fupipewidget", "scb-pipelamp", "scb-sewerpipe-end", "scb-watertrap", "scb-poisontrap", "scb-flametrap", "apexshopcounter", "apexcampshopcounter", "tribalshopcounter", "plantshopcounter", "medievalshopcounter", "shopcounter", "hylotlshopcounter", "frontiershopcounter", "shroomshopcounter", "scorchedcityshopcounter", "swampshopcounter" ]
},
"lamps" : {
"icon" : "/objects/crafting/lavalampstation/lavalampstationicon.png",
Expand All @@ -209,7 +209,7 @@
"position" : [-160, -40],
"children" : [ "workbenchveluu" ],
"price" : [ ["fuscienceresource", 150],["goldbar", 1],["silverbar", 1]],
"unlocks" : [ "slopedshinygold", "silverblock", "goldblock", "goldenplatform", "platinumblock", "treasurehoard", "silverscrew", "silverplatform", "diamondblockmaterial", "fu_harpsichord", "fugoldchest", "fugoldmedievalarmor", "fugoldmedievalarmorarmed", "fugoldmedievalchandelier", "fugoldmedievalglobe", "fugoldmedievalstreetlamp", "fuornatechandelier", "fusilvercandle", "fusilverchalice", "fusilverhourglass", "fusilverornatechandelier", "fusilverroyalcandlestick", "fusilverroyalthrone", "nightarsilverchain", "nightarsilverroof", "nightarsilvertech", "nightarsilverwindow", "nightarcrosshatch", "nightargirder1", "funightarsilverstairs" ]
"unlocks" : [ "slopedshinygold", "silverblock", "silversloppedpanel", "goldblock", "goldenplatform", "platinumblock", "treasurehoard", "silverscrew", "silverplatform", "diamondblockmaterial", "fu_harpsichord", "fugoldchest", "fugoldmedievalarmor", "fugoldmedievalarmorarmed", "fugoldmedievalchandelier", "fugoldmedievalglobe", "fugoldmedievalstreetlamp", "fuornatechandelier", "fusilvercandle", "fusilverchalice", "fusilverhourglass", "fusilverornatechandelier", "fusilverroyalcandlestick", "fusilverroyalthrone", "nightarsilverchain", "nightarsilverroof", "nightarsilvertech", "nightarsilverwindow", "nightarcrosshatch", "nightargirder1", "funightarsilverstairs" ]
},
"workbenchtitanium" : {
"icon" : "/objects/tiered/tier3chair/tier3chairIcon.png",
Expand Down Expand Up @@ -703,7 +703,7 @@
},

"versions":{
"fu_craftsmanship" : "0.246"
"fu_craftsmanship" : "0.247"
},
"initiallyResearched" : {
"fu_craftsmanship" : [ "BASICTRAINING" ]
Expand Down

0 comments on commit 0dab547

Please sign in to comment.