Skip to content

Commit

Permalink
corrects some old bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Jul 9, 2024
1 parent 7f6b240 commit 1cdf842
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 8 deletions.
30 changes: 29 additions & 1 deletion _FUversioning.config
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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;
------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"op": "add",
"path": "/itemTags/-",
"value": "ranged"
"value": "melee"
}

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"op": "add",
"path": "/itemTags/-",
"value": "ranged"
"value": "melee"
}

],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"op": "add",
"path": "/itemTags/-",
"value": "ranged"
"value": "melee"
}

],
Expand Down
2 changes: 1 addition & 1 deletion items/materials/shojilattice.matitem
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"description" : "A delicate lattice made of wood.",
"shortdescription" : "Shoji Window Lattice",

"materialId" : 4505
"materialId" : 6480
}
Binary file modified items/materials/shojilattice.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 recipes/armory/ranged/guns/2h/floranneedler.recipe
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions recipes/armory/ranged/guns/2h/fuspawngun.recipe
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
26 changes: 26 additions & 0 deletions tiles/materials/shojilattice.material
Original file line number Diff line number Diff line change
@@ -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
}
}
Binary file added tiles/materials/shojilattice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cdf842

Please sign in to comment.