Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.13 KB | None | 0 0
  1. {
  2. "objectName" : "ftlfieldt3",
  3. "rarity" : "Common",
  4. "description" : "",
  5. "shortdescription" : "Hyperspacefield",
  6. "race" : "generic",
  7.  
  8. "apexDescription" : "",
  9. "avianDescription" : "",
  10. "floranDescription" : "",
  11. "glitchDescription" : "",
  12. "humanDescription" : "",
  13. "hylotlDescription" : "",
  14.  
  15. "category" : "light",
  16. "lightColor" : [59, 183, 255],
  17. "pointLight" : true,
  18. "flickerDistance" : 0.2,
  19. "flickerStrength" : 0.05,
  20. "flickerTiming" : 4,
  21.  
  22. "inventoryIcon" : "torchicon.png",
  23. "orientations" : [
  24. {
  25. "image" : "ftlgenerator.png:<color>",
  26. "particleEmittersOff" : [ "ftl" ],
  27. "anchors" : [ "right" ]
  28. }
  29. ],
  30.  
  31. "engineOnOrientations" : [
  32. {
  33. "image" : "ftlgenerator.png:<color>",
  34. "particleEmittersOn" : [ "ftl" ],
  35. "anchors" : [ "right" ]
  36. }
  37. ],
  38.  
  39. "soundEffect" : "/sfx/ufoHum.wav",
  40.  
  41. "particleEmitters" :
  42. {
  43. "ftl" :
  44. {
  45. "emissionRate" : 1.0,
  46. "emissionRateVariance" : 0.5,
  47. "active" : true,
  48. "particles" :
  49. [
  50. {
  51. "particle" :
  52. {
  53. "type" : "ftlfieldt3",
  54. "position" : [0.0, 0.0],
  55. "size" : 1.0,
  56. "color" : [20, 100, 255, 255],
  57. "light" : [20, 100, 255],
  58. "fade" : 0.9,
  59. "initialVelocity" : [0.0, 0.01],
  60. "finalVelocity" : [0.0, 0.01],
  61. "approach" : [0, 20],
  62. "timeToLive" : 0.6,
  63. "layer" : "middle",
  64. "variance" :
  65. {
  66. "initialVelocity" : [0.01, 0.01]
  67. }
  68. }
  69. }
  70. ]
  71. }
  72. }
  73. }
  74.  
  75. Error loading object '/objects/ship/ftlfieldt3/ftlfieldt3.object': (VariantException) (VariantException) Improper conversion to VariantList from map in get("particleEmitters")
  76. ObjectException::ObjectException(string)
  77. ObjectDatabase::readConfig(String)
  78. ObjectDatabase::getConfig(String)
  79. ObjectDatabase::addItemsAndRecipes(shared_ptr<ItemDatabase>, shared_ptr<RecipeDatabase>)
  80. Root::load(bool)
  81. Root::finishLoad()
  82. _Function_handler<void (), _Bind<ClientApplication::preSplashInitialization()::{lambda()#1} ()> >::(_Any_data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement