Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sayterdarkwynd committed Apr 23, 2019
1 parent 4a3f90f commit ee4ce78
Show file tree
Hide file tree
Showing 16 changed files with 71 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _FUversioning.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
__________________________________________________
^cyan;New in version 5.6.293^reset;

* added Xi bed

* Combustion generator is less fuel hungry, burning each unit of fuel for longer than before by an average of 2 seconds per unit

* added Carbon Dioxide as a new resource. It can be gathered via extraction from coal and limestone, oil, and other sources.
Expand Down
File renamed without changes
Binary file added a_notyetadded/objects/elder/psionicamplifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified a_notyetadded/objects/elder/psionicsbench.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed a_notyetadded/objects/xi/xibedcover.png
Binary file not shown.
Binary file removed a_notyetadded/roughmachine.png
Binary file not shown.
Binary file removed a_notyetadded/roughmachine2.png
Binary file not shown.
2 changes: 1 addition & 1 deletion codex/elder/madness_research1.codex
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

"All matter in the universe is composed of small packets of energy known as quantas. This energy, which goes into the making up of atoms pulsates or resonates at a particular frequency. Each atom being different therefore, has a slightly different pulsation or frequency.",
"Thus each material thing being made up of a combination of atoms, called molecules, has its own unique frequency, unlike any other. Now because each individual thing is unique, no potato for instance is exactly like any other potato.",
"There exists an empathy between the whole potato and each of its individual parts. If you slice that potato in half, the frequency of each half is exactly the same. The only example of that frequency anywhere in the universe."
"There exists an 'empathy' between the whole potato and each of its individual parts. If you slice that potato in half, the frequency of each half is exactly the same. The only example of that frequency anywhere in the universe."

],
"itemConfig" : {
Expand Down
2 changes: 1 addition & 1 deletion items/active/unsorted/fu_lootbox/fu_lootbox.activeitem
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"itemName" : "fu_lootbox",
"price" : 2000,
"level" : 1,
"maxStack" : 1,
"maxStack" : 1000,
"rarity" : "Legendary",
"category" : "mysteriousReward",
"description" : "'$20 for a *chance* to get something useful? Sign me the f*** up!",
Expand Down
10 changes: 10 additions & 0 deletions objects/radien/bed/xibed.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{

"frameGrid" : {
"size" : [48, 24],
"dimensions" : [1, 1],
"names" : [
[ "default" ]
]
}
}
45 changes: 45 additions & 0 deletions objects/radien/bed/xibed.object
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
{
"objectName" : "xibed",
"colonyTags" : ["xi","radien","bed"],
"rarity" : "Common",
"category" : "furniture",
"price" : 125,
"description" : "An unusual form of bed intended for X'i.",
"shortdescription" : "Xian Bed",
"race" : "radien",

"objectType" : "loungeable",
"sitFlipDirection" : true,
"sitOrientation" : "lay",
"sitAngle" : 90,
"sitEmote" : "sleep",
"sitStatusEffects" : [
"bed1"
],
"sitEffectEmitters" : [ "sleepbubbles" ],


"inventoryIcon" : "xibedicon.png",
"orientations" : [

{
"image" : "xibed.png:<color>",
"sitCoverImage" : "/objects/radien/bed/xibedcover.png",
"flipImages" : true,
"imagePosition" : [-24, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"direction" : "left",
"sitPosition" : [-8, 15]
},
{
"image" : "xibed.png:<color>",
"sitCoverImage" : "/objects/radien/bed/xibedcover.png",
"imagePosition" : [-24, 0],
"spaceScan" : 0.1,
"anchors" : [ "bottom" ],
"direction" : "right",
"sitPosition" : [-8, 15]
}
]
}
File renamed without changes
Binary file added objects/radien/bed/xibedcover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added objects/radien/bed/xibedicon.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 recipes/emptyhands/radien/items/xibed.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"input" : [
{ "item" : "alienmeat", "count" : 2 },
{ "item" : "xibulb", "count" : 10 }
],
"output" : {
"item" : "xibed",
"count" : 1
},
"groups" : [ "radiencrafting", "all" ]
}
1 change: 1 addition & 0 deletions species/radien.species
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

// Empty Hands
{ "item" : "flagradien" },
{ "item" : "xibed" },
{ "item" : "radienquarterstaff" },
{ "item" : "radiendagger" },
{ "item" : "radienspear" },
Expand Down

0 comments on commit ee4ce78

Please sign in to comment.