Skip to content

Commit

Permalink
VERSION 1.04
Browse files Browse the repository at this point in the history
  • Loading branch information
matheod committed Apr 30, 2014
0 parents commit c1d21b4
Show file tree
Hide file tree
Showing 68 changed files with 445 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cheatbox.modinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name" : "cheatbox",
"version" : "Beta v. Enraged Koala",
"path" : "cheatbox",
"metadata" : {
"author" : "Matheod",
"description" : "Add a cheatBox to get various items for free."
}
}
11 changes: 11 additions & 0 deletions cheatbox/cheatbox/cheatbox.frames
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{

"frameGrid" : {
"size" : [13, 12],
"dimensions" : [1, 1],
"names" : [
[ "default" ]
]

}
}
48 changes: 48 additions & 0 deletions cheatbox/cheatbox/cheatbox.object
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
{
"objectName" : "cheatbox",
"rarity" : "Legendary",
"objectType" : "interactable",
"interactAction" : "OpenCraftingInterface",
"interactData" : {
"config" : "/interface/windowconfig/craftingtable.config",
"filter" : [ "cheatboxtable" ]
},
"description" : "A magical box for cheater !",
"shortdescription" : "Cheat Box",
"race" : "generic",
"category" : "crafting",
"printable" : false,
"price" : 0,

"apexDescription" : "A magical box for cheater !",
"avianDescription" : "A magical box for cheater !",
"floranDescription" : "A magical box for cheater !",
"glitchDescription" : "A magical box for cheater !",
"humanDescription" : "A magical box for cheater !",
"hylotlDescription" : "A magical box for cheater !",

"inventoryIcon" : "cheatbox.png",
"orientations" : [
{
"image" : "cheatbox.png:<color>",
"flipImages" : true,
"imagePosition" : [-8, 0],
"frames" : 1,
"animationCycle" : 1.0,
"direction" : "left",

"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
},
{
"image" : "cheatBox.png:<color>",
"imagePosition" : [-8, 0],
"frames" : 1,
"animationCycle" : 1.0,
"direction" : "right",

"spaceScan" : 0.1,
"anchors" : [ "bottom" ]
}
]
}
Binary file added cheatbox/cheatbox/cheatbox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions cheatbox/cheatbox/cheatbox.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "cheatbox", "count" : 1 },
"groups" : [ "plain", "objects", "all", "tools" ]
}
Binary file added cheatbox/cheatbox/cheatboxicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions cheatbox/player.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
{
"__merge" : [],
"defaultBlueprints" : {
"tier1" : [
{ "item" : "bandage" },
{ "item" : "bluestim" },
{ "item" : "bubbleboost-chip" },
{ "item" : "butterflyboost-chip" },
{ "item" : "cameramanboost-chip" },
{ "item" : "campfire" },
{ "item" : "capturepod" },
{ "item" : "cheatbox" },
{ "item" : "coalore" },
{ "item" : "cobblestonematerial" },
{ "item" : "cookedalienmeat" },
{ "item" : "copperbar" },
{ "item" : "dashTech-chip" },
{ "item" : "decoyprincess" },
{ "item" : "diamond" },
{ "item" : "doublejumpTech-chip" },
{ "item" : "fishaxe" },
{ "item" : "fullwood1" },
{ "item" : "goldbar" },
{ "item" : "greenstim" },
{ "item" : "hoverTech-chip" },
{ "item" : "humancar-chip" },
{ "item" : "humantier10broadsword" },
{ "item" : "humantier10chest" },
{ "item" : "humantier10head" },
{ "item" : "humantier10pants" },
{ "item" : "ironbar" },
{ "item" : "ironbeacon" },
{ "item" : "jetpackTech-chip" },
{ "item" : "humanMechTech-chip" },
{ "item" : "moltencore" },
{ "item" : "morphballTech-chip" },
{ "item" : "peanutbutter" },
{ "item" : "platinumbar" },
{ "item" : "processor" },
{ "item" : "randblinktech-chip" },
{ "item" : "redstim" },
{ "item" : "robot" },
{ "item" : "rocketjump-chip" },
{ "item" : "silverbar" },
{ "item" : "skyrail-chip" },
{ "item" : "superfishaxe" },
{ "item" : "targetblinktech-chip" },
{ "item" : "techupgrade32" },
{ "item" : "techupgrade33" },
{ "item" : "techupgrade34" },
{ "item" : "techupgrade35" },
{ "item" : "techupgrade36" },
{ "item" : "techupgrade37" },
{ "item" : "tier2engine" },
{ "item" : "tier3engine" },
{ "item" : "tier4engine" },
{ "item" : "titaniumbar" },
{ "item" : "torch" },
{ "item" : "voxel1k" },
{ "item" : "voxel2k" },
{ "item" : "voxel5k" },
{ "item" : "voxel10k" },
{ "item" : "yellowstim" },
{ "item" : "money" }
]
}
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/bandage.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "bandage", "count" : 1 },
"groups" : [ "cheatboxtable", "all", "other" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/bluestim.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "bluestim", "count" : 1 },
"groups" : [ "cheatboxtable", "all", "other" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/bubbleboost-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "bubbleboost-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/butterflyboost-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "butterflyboost-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/cameramanboost-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "cameramanboost-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/campfire.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "campfire", "count" : 1 },
"groups" : [ "cheatboxtable", "objects", "all", "tools" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/capturepod.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "capturepod", "count" : 1 },
"groups" : [ "cheatboxtable", "other", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/coalore.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "coalore", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/cobblestonematerial.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "cobblestonematerial", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/cookedalienmeat.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "cookedalienmeat", "count" : 1 },
"groups" : [ "cheatboxtable", "all", "consumables" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/copperbar.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "copperbar", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/dashTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "dashTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/decoyprincess.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "decoyprincess", "count" : 1 },
"groups" : [ "cheatboxtable", "other", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/diamond.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "diamond", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/doublejumpTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "doublejumpTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/fishaxe.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "fishaxe", "count" : 1 },
"groups" : [ "cheatboxtable", "tools", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/fullwood1.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "fullwood1", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/goldbar.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "goldbar", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/greenstim.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "greenstim", "count" : 1 },
"groups" : [ "cheatboxtable", "all", "other" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/hoverTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "hoverTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humanMechTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humanMechTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humancar-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humancar-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humantier10broadsword.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humantier10broadsword", "count" : 1 },
"groups" : [ "cheatboxtable", "weapons", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humantier10chest.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humantier10chest", "count" : 1 },
"groups" : [ "cheatboxtable", "armors", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humantier10head.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humantier10head", "count" : 1 },
"groups" : [ "cheatboxtable", "armors", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/humantier10pants.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "humantier10pants", "count" : 1 },
"groups" : [ "cheatboxtable", "armors", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/ironbar.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "ironbar", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/ironbeacon.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "ironbeacon", "count" : 1 },
"groups" : [ "cheatboxtable", "objects", "tools", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/jetpackTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "jetpackTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/moltencore.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "moltencore", "count" : 1 },
"groups" : [ "cheatboxtable", "other", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/morphballTech-chip.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "morphballTech-chip", "count" : 1 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/peanutbutter.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "peanutbutter", "count" : 1 },
"groups" : [ "cheatboxtable", "other", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/pixels10.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "money", "count" : 10 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/pixels100k.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "money", "count" : 100000 },
"groups" : [ "cheatboxtable", "all" ]
}
5 changes: 5 additions & 0 deletions cheatbox/recipes/pixels1k.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"input" : [ ],
"output" : { "item" : "money", "count" : 1000 },
"groups" : [ "cheatboxtable", "all" ]
}
Loading

0 comments on commit c1d21b4

Please sign in to comment.