Skip to content

Commit

Permalink
egg prices
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Nov 5, 2024
1 parent bdada8a commit 79fbc55
Show file tree
Hide file tree
Showing 20 changed files with 32 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .metadata
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"requires" : [],
"steamContentId" : "729480149",
"tags" : "Crafting and Building|Miscellaneous|Planets and Environments|NPCs and Creatures|Weapons|Quests|Dungeons|Ships|Species|User Interface|Furniture and Objects|Food and Farming|Mechanics|Vehicles and Mounts|Armor and Clothes",
"version" : "6.4.7"
"version" : "6.4.71"
}
6 changes: 5 additions & 1 deletion _FUversioning.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

^orange;Official Wiki^reset;: frackinuniverse.miraheze.org^reset;

^cyan;6.4.8^reset;
------------------
* Farm animal egg value has been reduced now that they are more frequently produced

^cyan;6.4.7^reset;
------------------
* Madness no longer decays naturally. While the mechanic did what was desired, it was time for a change. The instrafreud is now the core reliable way to reduce this resource. Mental Protection and other effects still affect loss of madness using old values.
Expand All @@ -12,7 +16,7 @@
* internal code changes: moved several species checks to instead be stat checks. added stats to relevant races.
* corrected various typos on descriptions
* the Armory can now sort by rarity
* added additional notices and microtutorials to the Science Outpost
* added additional notices and micro-tutorials to the Science Outpost
* changed the beam-in point for the Science Outpost to the teleporter position instead of the lower Coffee Dock
* Troughs give a radiomessage when first picked up
* Farm animals now properly mate to produce offspring. Their hunger level directly influences this chance, and can create one egg approximately every 4 minutes.
Expand Down
3 changes: 1 addition & 2 deletions items/active/weapons/melee/dagger/feneroxdagger.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,9 @@

"scripts" : ["/items/active/weapons/melee/meleeweapon.lua"],


"aimOffset" : -1.0,

"elementalType" : "physical",
"elementalType" : "physical",
"primaryAbilityType" : "daggercombo",
"primaryAbility" : {
"fireTime" : 0.5,
Expand Down
2 changes: 1 addition & 1 deletion objects/farmables/eggs/copperbeakegg/copperbeakegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 100,
"price" : 25,

"description" : "Hatches into a tiny chick and matures into a Copperbeak. The adult Copperbeak produces copper.",
"shortdescription" : "Copperbeak Egg",
Expand Down
2 changes: 1 addition & 1 deletion objects/farmables/eggs/erchibudegg/erchibudegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 220,
"price" : 100,

"description" : "Hatches into a tiny erchibud, a bouncing lunar creature.",
"shortdescription" : "Erchibud Egg",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 7000 },
{"op":"replace","path":"/forceHatchTime","value": 5000 }
{"op":"replace","path":"/forceHatchTime","value": 5000 },
{"op":"replace","path":"/price","value": 45 }
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 5000 },
{"op":"replace","path":"/forceHatchTime","value": 7000 }
{"op":"replace","path":"/forceHatchTime","value": 7000 },
{"op":"replace","path":"/price","value": 45 }
]
3 changes: 2 additions & 1 deletion objects/farmables/eggs/fluffaloegg/fluffaloegg.object.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 7000 },
{"op":"replace","path":"/forceHatchTime","value": 5000 }
{"op":"replace","path":"/forceHatchTime","value": 5000 },
{"op":"replace","path":"/price","value": 30 }
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 7000 },
{"op":"replace","path":"/forceHatchTime","value": 5000 }
{"op":"replace","path":"/forceHatchTime","value": 5000 },
{"op":"replace","path":"/price","value": 45 }
]
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 7000 },
{"op":"replace","path":"/forceHatchTime","value": 5000 }
{"op":"replace","path":"/forceHatchTime","value": 5000 },
{"op":"replace","path":"/price","value": 45 }
]
2 changes: 1 addition & 1 deletion objects/farmables/eggs/fuorbisegg/fuorbisegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 200,
"price" : 50,

"description" : "Hatches into a robotic Orbis, which regularly regurgitates spare parts.",
"shortdescription" : "Orbis Egg",
Expand Down
3 changes: 2 additions & 1 deletion objects/farmables/eggs/henegg/henegg.object.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 2000 },
{"op":"replace","path":"/forceHatchTime","value": 1500 }
{"op":"replace","path":"/forceHatchTime","value": 1500 },
{"op":"replace","path":"/price","value": 2 }
]
2 changes: 1 addition & 1 deletion objects/farmables/eggs/megaegg/megaegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 12660,
"price" : 2000,

"description" : "This egg is at least twice as big as most.",
"shortdescription" : "Unknown Egg",
Expand Down
3 changes: 2 additions & 1 deletion objects/farmables/eggs/mooshiegg/mooshiegg.object.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 4000 },
{"op":"replace","path":"/forceHatchTime","value": 2000 }
{"op":"replace","path":"/forceHatchTime","value": 2000 },
{"op":"replace","path":"/price","value": 30 }
]
2 changes: 1 addition & 1 deletion objects/farmables/eggs/pangolinegg/pangolinegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 120,
"price" : 20,

"description" : "Hatches into a tiny pangolin. Happy little omnivores.",
"shortdescription" : "Pangolin Egg",
Expand Down
2 changes: 1 addition & 1 deletion objects/farmables/eggs/poptopegg/poptopegg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 150,
"price" : 35,

"description" : "Hatches into an adorable floofy carnivore.",
"shortdescription" : "Poptop Egg",
Expand Down
3 changes: 2 additions & 1 deletion objects/farmables/eggs/robothenegg/robothenegg.object.patch
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
{"op":"replace","path":"/hatchTime","value": 4000 },
{"op":"replace","path":"/forceHatchTime","value": 2500 }
{"op":"replace","path":"/forceHatchTime","value": 2500 },
{"op":"replace","path":"/price","value": 20 }
]
2 changes: 1 addition & 1 deletion objects/farmables/eggs/shoategg/gooshoategg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 160,
"price" : 50,

"description" : "Hatches into a vulnerable shoat lamb.",
"shortdescription" : "Shoat Egg",
Expand Down
2 changes: 1 addition & 1 deletion objects/farmables/eggs/shoategg/greenshoategg.object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 160,
"price" : 50,

"description" : "Hatches into a vulnerable shoat lamb.",
"shortdescription" : "Shoat Egg",
Expand Down
2 changes: 1 addition & 1 deletion objects/farmables/eggs/shoategg/slimeshoategg .object
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"printable" : false,
"rarity" : "Rare",
"category" : "farmBeastEgg",
"price" : 160,
"price" : 50,

"description" : "Hatches into a vulnerable shoat lamb.",
"shortdescription" : "Shoat Egg",
Expand Down

0 comments on commit 79fbc55

Please sign in to comment.