| @@ -0,0 +1,66 @@ | ||
| { | ||
| "itemName" : "fieldscientisthead", | ||
| "inventoryIcon" : "icons.png:head", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Common", | ||
| "description" : "Spared no expense. Provides light in the darkness.", | ||
| "shortdescription" : "Haptic Goggles", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "head.png", | ||
| "femaleFrames" : "head.png", | ||
| "mask" : "mask.png", | ||
|
|
||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 12 | ||
| }, | ||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 70 | ||
| }, | ||
|
|
||
| "headlamp" | ||
|
|
||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* PURPLE */ | ||
| { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" }, | ||
| /* PINK */ | ||
| { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" }, | ||
| /* BROWN */ | ||
| { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -0,0 +1,65 @@ | ||
| { | ||
| "itemName" : "fieldscientistlegs", | ||
| "inventoryIcon" : "icons.png:pants", | ||
| "dropCollision" : [-4.0, -3.0, 4.0, 3.0], | ||
| "maxStack" : 1, | ||
| "rarity" : "Common", | ||
| "description" : "Elite science gear. This piece alters gravity around it.", | ||
| "shortdescription" : "Field Science Coat", | ||
| "tooltipKind" : "armor", | ||
|
|
||
| "maleFrames" : "pants.png", | ||
| "femaleFrames" : "pants.png", | ||
|
|
||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 16 | ||
| }, | ||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 70 | ||
| }, | ||
|
|
||
| "lowgrav" | ||
|
|
||
| ], | ||
|
|
||
| "colorOptions" : [ | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* BLACK */ | ||
| { "ffca8a" : "838383", "e0975c" : "555555", "a85636" : "383838", "6f2919" : "151515" }, | ||
| /* GREY */ | ||
| { "ffca8a" : "b5b5b5", "e0975c" : "808080", "a85636" : "555555", "6f2919" : "303030" }, | ||
| /* WHITE */ | ||
| { "ffca8a" : "e6e6e6", "e0975c" : "b6b6b6", "a85636" : "7b7b7b", "6f2919" : "373737" }, | ||
| /* RED */ | ||
| { "ffca8a" : "f4988c", "e0975c" : "d93a3a", "a85636" : "932625", "6f2919" : "601119" }, | ||
| /* ORANGE */ | ||
| { "ffca8a" : "ffd495", "e0975c" : "ea9931", "a85636" : "af4e00", "6f2919" : "6e2900" }, | ||
| /* YELLOW */ | ||
| { "ffca8a" : "ffffa7", "e0975c" : "e2c344", "a85636" : "a46e06", "6f2919" : "642f00" }, | ||
| /* GREEN */ | ||
| { "ffca8a" : "b2e89d", "e0975c" : "51bd3b", "a85636" : "247824", "6f2919" : "144216" }, | ||
| /* BLUE */ | ||
| { "ffca8a" : "96cbe7", "e0975c" : "5588d4", "a85636" : "344495", "6f2919" : "1a1c51" }, | ||
| /* PURPLE */ | ||
| { "ffca8a" : "d29ce7", "e0975c" : "a451c4", "a85636" : "6a2284", "6f2919" : "320c40" }, | ||
| /* PINK */ | ||
| { "ffca8a" : "eab3db", "e0975c" : "d35eae", "a85636" : "97276d", "6f2919" : "59163f" }, | ||
| /* BROWN */ | ||
| { "ffca8a" : "ccae7c", "e0975c" : "a47844", "a85636" : "754c23", "6f2919" : "472b13" } | ||
| /* | ||
| { "ffca8a" : "d4c398", "e0975c" : "bda67a", "a85636" : "9c7f54", "6f2919" : "755937" }, | ||
| { "ffca8a" : "d5595f", "e0975c" : "a32c2c", "a85636" : "71291b", "6f2919" : "4c1e10" }, | ||
| { "ffca8a" : "46b3e8", "e0975c" : "1a7bb5", "a85636" : "0e427e", "6f2919" : "072655" }, | ||
| { "ffca8a" : "b0e944", "e0975c" : "78b618", "a85636" : "3f7f0d", "6f2919" : "255606" }, | ||
| { "ffca8a" : "eef055", "e0975c" : "d3bb1c", "a85636" : "9c8011", "6f2919" : "644807" }, | ||
| { "ffca8a" : "fd8d30", "e0975c" : "ca6705", "a85636" : "8c5d00", "6f2919" : "5c4400" }, | ||
| { "ffca8a" : "c260ff", "e0975c" : "931ad0", "a85636" : "710587", "6f2919" : "52015b" }, | ||
| { "ffca8a" : "717171", "e0975c" : "505050", "a85636" : "363636", "6f2919" : "181818" }, | ||
| { "ffca8a" : "e6e9ea", "e0975c" : "c6d2d4", "a85636" : "97abac", "6f2919" : "627677" } | ||
| */ | ||
| ] | ||
| } |
| @@ -23,7 +23,7 @@ | ||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 130 | ||
| }, | ||
|
|
||
| { | ||
| @@ -14,7 +14,7 @@ | ||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 90 | ||
| }, | ||
|
|
||
| { | ||
| @@ -24,9 +24,13 @@ | ||
| "stat" : "protection", | ||
| "amount" : 180 | ||
| }, | ||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 90 | ||
| }, | ||
| { | ||
| "stat" : "maxHealth", | ||
| "amount" : 50 | ||
| } | ||
| ], | ||
|
|
||
| @@ -14,12 +14,15 @@ | ||
| "statusEffects" : [ | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 100 | ||
| }, | ||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 90 | ||
| }, | ||
| { | ||
| "stat" : "maxHealth", | ||
| "amount" : 50 | ||
| } | ||
| ], | ||
|
|
||
| @@ -16,10 +16,13 @@ | ||
| "stat" : "protection", | ||
| "amount" : 60 | ||
| }, | ||
| { | ||
| "stat" : "maxHealth", | ||
| "amount" : 50 | ||
| }, | ||
| { | ||
| "stat" : "energyRegen", | ||
| "amount" : 1.40 | ||
| } | ||
| ], | ||
|
|
||
| @@ -28,7 +28,7 @@ | ||
|
|
||
| { | ||
| "stat" : "maxEnergy", | ||
| "amount" : 35 | ||
| }, | ||
|
|
||
| { | ||
| @@ -27,7 +27,7 @@ | ||
| }, | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 165 | ||
| }, | ||
| "ffextremecoldimmunityicon", | ||
| { | ||
| @@ -18,7 +18,7 @@ | ||
| }, | ||
| { | ||
| "stat" : "protection", | ||
| "amount" : 120 | ||
| }, | ||
| "ffextremecoldimmunityicon", | ||
| { | ||
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "itemName" : "helium3cannister", | ||
| "rarity" : "Uncommon", | ||
| "inventoryIcon" : "helium3cannister.png", | ||
| "description" : "A very useful gaz that can be used in old fusion reactors.", | ||
| "shortdescription" : "Helium 3 cannister", | ||
| "learnBlueprintsOnPickup" : [ "" ] | ||
| } |
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "itemName" : "voidgene", | ||
| "rarity" : "legendary", | ||
| "inventoryIcon" : "voidgene.png", | ||
| "description" : "Mysterious interdimensional genetic material.", | ||
| "shortdescription" : "Void Gene" | ||
| } |
| @@ -8,12 +8,12 @@ | ||
| "effects" : [ [ | ||
|
|
||
| { | ||
| "effect" : "maxHealth", | ||
| "amount" : 60, | ||
| "duration" : 40 | ||
| }, | ||
| { | ||
| "effect" : "maxEnergy", | ||
| "amount" : 60, | ||
| "duration" : 40 | ||
| } | ||
| @@ -0,0 +1,19 @@ | ||
| { | ||
|
|
||
| "frameGrid" : { | ||
| "size" : [32, 40], | ||
| "dimensions" : [1, 9], | ||
| "names" : [ | ||
| [ "default" ], | ||
| [ "red" ], | ||
| [ "blue" ], | ||
| [ "green" ], | ||
| [ "yellow" ], | ||
| [ "orange" ], | ||
| [ "pink" ], | ||
| [ "black" ], | ||
| [ "white" ] | ||
| ] | ||
|
|
||
| } | ||
| } |
| @@ -0,0 +1,38 @@ | ||
| { | ||
| "objectName" : "guidestorage", | ||
| "rarity" : "Common", | ||
| "objectType" : "container", | ||
| "category" : "storage", | ||
| "description" : "A treasure trove of scientific knowledge.", | ||
| "shortdescription" : "Nerdy Bookcase", | ||
| "race" : "generic", | ||
| "price" : 1000, | ||
|
|
||
| "inventoryIcon" : "guidestorageicon.png", | ||
| "orientations" : [ | ||
| { | ||
| "dualImage" : "guidestorage.png:<color>", | ||
| "imagePosition" : [-16, 0], | ||
| "frames" : 1, | ||
| "animationCycle" : 1.0, | ||
|
|
||
| "spaceScan" : 0.1, | ||
| "anchors" : [ "bottom" ], | ||
| "collision" : "platform" | ||
|
|
||
| } | ||
| ], | ||
|
|
||
| "openSounds" : [ "/sfx/objects/bookcase_open.wav" ], | ||
| "closeSounds" : [ "/sfx/objects/bookcase_close.wav" ], | ||
| "slotCount" : 16, | ||
| "uiConfig" : "/interface/chests/chest%slots%.config", | ||
| "frameCooldown" : 5, | ||
| "autoCloseCooldown" : 3600, | ||
|
|
||
| "scripts" : [ "/objects/scripts/autofill.lua" ], | ||
| "scriptDelta" : 240, | ||
|
|
||
| "autofillContents" : [ {"name" : "ffguide", "count" : 1, "parameters" : {}},{"name" : "ffguide2", "count" : 1, "parameters" : {}},{"name" : "ffguide3", "count" : 1, "parameters" : {}} ] | ||
|
|
||
| } |
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "mutaviskthread", "count" : 12 }, | ||
| { "item" : "vialproto", "count" : 4 }, | ||
| { "item" : "ff_plastic", "count" : 12 } | ||
| ], | ||
| "output" : { | ||
| "item" : "fieldscientistchest", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,13 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "circuitboard", "count" : 1 }, | ||
| { "item" : "glassmaterial", "count" : 1 }, | ||
| { "item" : "ff_silicon", "count" : 4 }, | ||
| { "item" : "steelbar", "count" : 4 } | ||
| ], | ||
| "output" : { | ||
| "item" : "fieldscientisthead", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "mutaviskthread", "count" : 12 }, | ||
| { "item" : "alienjuice", "count" : 8 }, | ||
| { "item" : "ff_plastic", "count" : 8 } | ||
| ], | ||
| "output" : { | ||
| "item" : "fieldscientistlegs", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "armors", "all" ] | ||
| } |
| @@ -2,7 +2,7 @@ | ||
| "input" : [ | ||
| { "item" : "copperbar", "count" : 1 }, | ||
| { "item" : "glassmaterial", "count" : 1 }, | ||
| { "item" : "ff_plastic", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "goggles1", | ||
| @@ -0,0 +1,12 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "ironbar", "count" : 1 }, | ||
| { "item" : "glassmaterial", "count" : 1 }, | ||
| { "item" : "ff_plastic", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "goggles2", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "armors", "all" ] | ||
| } |
| @@ -0,0 +1,11 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "dirtmaterial", "count" : 1 }, | ||
| { "item" : "ff_plastic", "count" : 2 } | ||
| ], | ||
| "output" : { | ||
| "item" : "hydrotubematerial", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "materials", "all" ] | ||
| } |
| @@ -0,0 +1,14 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "cellresistance1", "count" : 1 }, | ||
| { "item" : "densiniumore", "count" : 8 }, | ||
| { "item" : "aquatichomeostasis", "count" : 2 }, | ||
| { "item" : "aggressiongene", "count" : 1 }, | ||
| { "item" : "alienjuice", "count" : 2 } | ||
| ], | ||
| "output" : { | ||
| "item" : "voidgene", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "xenostation", "objects", "all", "crafting" ] | ||
| } |
| @@ -0,0 +1,16 @@ | ||
| { | ||
| "input" : [ | ||
| { "item" : "densiniumbar", "count" : 11 }, | ||
| { "item" : "ff_diamondplating", "count" : 2 }, | ||
| { "item" : "ff_silicon", "count" : 6 }, | ||
| { "item" : "ff_focusingarray", "count" : 2 }, | ||
| { "item" : "gunhousing", "count" : 2 }, | ||
| { "item" : "prisilitestar", "count" : 2 }, | ||
| { "item" : "triggerassembly", "count" : 1 } | ||
| ], | ||
| "output" : { | ||
| "item" : "densiniumrifle", | ||
| "count" : 1 | ||
| }, | ||
| "groups" : [ "prototyper", "armors", "all" ] | ||
| } |