Advertisement
Ahmi

Untitled

Dec 22nd, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. {
  2. "objectName" : "elfwheatseed",
  3. "rarity" : "Common",
  4. "category" : "farmable",
  5. "description" : "Elven Wheat-- a stronger strain of the classic crop!",
  6. "shortdescription" : "Elven Wheat Seed",
  7. "objectType" : "farmable",
  8. "printable" : false,
  9.  
  10. "apexDescription" : "Wheat is unpleasant on its own, but can be used to make banana bread.",
  11. "avianDescription" : "Delicious on its own, or when used to make breadcrumbs.",
  12. "floranDescription" : "Wheat has earsss. Floran pull off earsss.",
  13. "glitchDescription" : "Scientific. The Glitch wonder if all possible uses for wheat have been discovered yet.",
  14. "humanDescription" : "Wheat. Maybe it's time to bake some fresh bread.",
  15. "hylotlDescription" : "On land, wheat has many uses. Underwater, almost none.",
  16.  
  17. "inventoryIcon" : "elfwheatseedicon.png",
  18. "orientations" : [
  19. {
  20. "dualImage" : "elfwheatseed.png:<color>.<stage>.<alt>",
  21. "imagePosition" : [0, 0],
  22. "frames" : 1,
  23. "animationCycle" : 0.5,
  24.  
  25. "spaceScan" : 0.1,
  26. "requireTilledAnchors" : true,
  27. "anchors" : [ "bottom" ]
  28.  
  29. }
  30. ],
  31.  
  32. "interactionTransition" : {
  33. "2" : {
  34. "dropOptions" : [
  35. 0.3,
  36. [
  37. {
  38. "name" : "wheat",
  39. "count" : 3
  40. },
  41. {
  42. "name" : "elfwheatseed",
  43. "count" : 1
  44. }
  45. ],
  46. [
  47. {
  48. "name" : "elfwheatseed",
  49. "count" : 1
  50. },
  51. {
  52. "name" : "plantfibre",
  53. "count" : 3
  54. }
  55. ],
  56. [
  57. {
  58. "name" : "wheat",
  59. "count" : 3
  60. }
  61. ]
  62. ],
  63. "command" : "die"
  64. }
  65. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement