diff --git a/_FUversioning.config b/_FUversioning.config index d8b4d194cce..a4f68c25fad 100644 --- a/_FUversioning.config +++ b/_FUversioning.config @@ -1,9 +1,36 @@ { -"version" : "Version 6.4.3", +"version" : "Version 6.4.5", "changelog" : " ^orange;Official Wiki^reset;: frackinuniverse.miraheze.org^reset; +^cyan;6.4.5^reset; +------------------ +* adds Kirhosi BYOS template +* adds Fenerox BYOS template +* adds Kirhosi turret for ships +* adds Nightar BYOS template +* Advanced Liquid Sensor should properly function +* Kirhosi support tile should no longer turn invisible when dyed +* replaces erroneous scaling on the shadekin set +* Snarshing Table header no longer incorrectly refers to it as Esoteric Research +* elder altar no longer loses ingredients when it uninits or breaks +* fixed many weapons' element icons and added several missing status effect listings on descriptions. +* made many weapons have proper elemental inheritance on alts, and fixed many weapons' elements. +* fixed an image error +* several fist, staff and scythe weapon abilities were updated to inherit status effects and elemental type from the primary ability +* several melee weapons had their element type added so that they no longer did 'default' instead of their listed element +* added missing status effect information to a number of melee weapons. +* Save The Queen now properly deals poison damage. It now also applies bee stings and poison to targets hit. +* Golden Honey Blade still deals physical damage, but applies burning and beestings on the normal hits +* Golden Sea Scion now deals poison damage and applies poison. +* Wildfire now fires electric bullets instead of default damage. split bullets included. also, they all electrify. +* Graviton pistol - change element icon to cosmic +* Phaser final upgrade now updates description to list frostburn, element icon changes to cosmic +* Energy Lobber - now deals electric instead of poison +* corrected hellfireprojectile images to have correct frames file dimensions and image dimensions +* the Crusader's Set is now properly marked as a Melee set rather than Ranged + ^cyan;6.4.4^reset; ------------------ * GPS now shows exact tier of the world, mimicking the style used by More Planet Info , as most users use this mod anyhow. @@ -16,6 +43,7 @@ * in addition, you can now change direction while firing. * RNG submachine gun accuracy reduced, and DPS increased * Puncturer magazine size has been corrected +* added ship-only grabber with massive range, no storage and a physics region. very performant even with 10k items. ^cyan;6.4.3^reset; ------------------ diff --git a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.chest.patch b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.chest.patch index 7daac58fe31..84cafb344b5 100644 --- a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.chest.patch +++ b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.chest.patch @@ -32,7 +32,7 @@ { "op": "add", "path": "/itemTags/-", - "value": "ranged" + "value": "melee" } ], diff --git a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.head.patch b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.head.patch index 0d855108a8a..ddbb4b1951f 100644 --- a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.head.patch +++ b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.head.patch @@ -32,7 +32,7 @@ { "op": "add", "path": "/itemTags/-", - "value": "ranged" + "value": "melee" } ], diff --git a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.legs.patch b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.legs.patch index 874917cd12e..eb28fda11b3 100644 --- a/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.legs.patch +++ b/items/armors/glitch/glitch-tier5accelerator/glitchtier5accelerator.legs.patch @@ -32,7 +32,7 @@ { "op": "add", "path": "/itemTags/-", - "value": "ranged" + "value": "melee" } ], diff --git a/items/materials/shojilattice.matitem b/items/materials/shojilattice.matitem index f6e8d390470..c99e83f06a7 100644 --- a/items/materials/shojilattice.matitem +++ b/items/materials/shojilattice.matitem @@ -7,5 +7,5 @@ "description" : "A delicate lattice made of wood.", "shortdescription" : "Shoji Window Lattice", - "materialId" : 4505 + "materialId" : 6480 } diff --git a/items/materials/shojilattice.png b/items/materials/shojilattice.png index 4637e382080..90a4e328245 100644 Binary files a/items/materials/shojilattice.png and b/items/materials/shojilattice.png differ diff --git a/recipes/armory/ranged/guns/2h/floranneedler.recipe b/recipes/armory/ranged/guns/2h/floranneedler.recipe index 52ef289a9a1..41a11ea923c 100644 --- a/recipes/armory/ranged/guns/2h/floranneedler.recipe +++ b/recipes/armory/ranged/guns/2h/floranneedler.recipe @@ -1,9 +1,9 @@ { "input" : [ { "item" : "bone", "count" : 6 }, - { "item" : "volatilepowder", "count" : 6 }, - { "item" : "plantfibre", "count" : 24 }, - { "item" : "bugshell", "count" : 6 } + { "item" : "volatilepowder", "count" : 4 }, + { "item" : "plantfibre", "count" : 16 }, + { "item" : "bugshell", "count" : 4 } ], "output" : { "item" : "floranneedler", diff --git a/recipes/armory/ranged/guns/2h/fuspawngun.recipe b/recipes/armory/ranged/guns/2h/fuspawngun.recipe index ca467fd413f..7215840183d 100644 --- a/recipes/armory/ranged/guns/2h/fuspawngun.recipe +++ b/recipes/armory/ranged/guns/2h/fuspawngun.recipe @@ -1,7 +1,10 @@ { "input" : [ { "item" : "livingroot", "count" : 5 }, + { "item" : "bone", "count" : 6 }, { "item" : "titaniumbar", "count" : 2 } + { "item" : "plantfibre", "count" : 16 }, + { "item" : "bugshell", "count" : 6 } ], "output" : { "item" : "fuspawngun", diff --git a/tiles/materials/shojilattice.material b/tiles/materials/shojilattice.material new file mode 100644 index 00000000000..15045304684 --- /dev/null +++ b/tiles/materials/shojilattice.material @@ -0,0 +1,26 @@ +{ + "materialId" : 6480, + "materialName" : "shojilattice", + "particleColor" : [26, 32, 36, 255], + "itemDrop" : "shojilattice", + "shortdescription" : "Shoji Window Lattice", + "description" : "A simple lattice made of wood.", + "glitchDescription" : "Inspired. This lattice functions well as either a fence or window.", + "floranDescription" : "Floran like crisss crosssy wood.", + "novakidDescription" : "Thin wood strips all criss crossin' together.", + "footstepSound" : "/sfx/blocks/footstep_lightwood.ogg", + "health" : 2, + "category" : "materials", + "damageTable" : "/tiles/flammableDamage.config", + "blocksLiquidFlow" : false, + + "renderTemplate" : "/tiles/classicmaterialtemplate.config", + "renderParameters" : { + "texture" : "shojilattice.png", + "variants" : 2, + "lightTransparent" : true, + "multiColored" : true, + "occludesBelow" : false, + "zLevel" : 510 + } +} \ No newline at end of file diff --git a/tiles/materials/shojilattice.png b/tiles/materials/shojilattice.png new file mode 100644 index 00000000000..4637e382080 Binary files /dev/null and b/tiles/materials/shojilattice.png differ