Advertisement
Guest User

Untitled

a guest
Jan 13th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.53 KB | None | 0 0
  1. // Decompiled with JetBrains decompiler
  2. // Type: Terraria.ID.DustID
  3. // Assembly: Terraria, Version=1.3.5.1, Culture=neutral, PublicKeyToken=null
  4. // MVID: 87FAB39F-B15E-4AA7-8930-829710889504
  5. // Assembly location: C:\Games\Steam\steamapps\common\terraria\Terraria.exe
  6.  
  7. namespace Terraria.ID
  8. {
  9. public static class DustID
  10. {
  11. public const short Dirt = 0;
  12. public const short Stone = 1;
  13. public const short Grass = 2;
  14. public const short GrassBlades = 3;
  15. public const short Blood = 5;
  16. public const short Fire = 6;
  17. public const short Iron = 8;
  18. public const short Copper = 9;
  19. public const short Gold = 10;
  20. public const short Silver = 11;
  21. public const short Shadowflame = 27;
  22. public const short Web = 30;
  23. public const short Smoke = 31;
  24. public const short Rainbow = 66;
  25. public const short BlueCrystalShard = 68;
  26. public const short PinkCrystalShard = 69;
  27. public const short PurpleCrystalShard = 70;
  28. public const short Ice = 80;
  29. public const short Tin = 81;
  30. public const short Lead = 82;
  31. public const short Tungsten = 83;
  32. public const short Platinum = 84;
  33. public const short Confetti = 139;
  34. public const short Fireworks = 219;
  35. public const short Electric = 226;
  36. public const short GoldFlame = 228;
  37. public const short Vortex = 229;
  38. public const short Marble = 236;
  39. public const short Mothron = 237;
  40. public const short MothronEgg = 238;
  41. public const short Silk = 239;
  42. public const short Granite = 240;
  43. public const short MarblePot = 241;
  44. public const short PinkFlame = 242;
  45. public const short PinkSlime = 243;
  46. public const short CopperCoin = 244;
  47. public const short SilverCoin = 245;
  48. public const short GoldCoin = 246;
  49. public const short PlatinumCoin = 247;
  50. public const short EnchantedNightcrawler = 248;
  51. public const short Grubby = 249;
  52. public const short Sluggy = 250;
  53. public const short Buggy = 251;
  54. public const short CrystalPulse = 254;
  55. public const short CrystalPulse2 = 255;
  56. public const short ToxicBubble = 256;
  57. public const short BubbleBlock = 257;
  58. public const short LavaMoss = 258;
  59. public const short SolarFlare = 259;
  60. public const short SparksMech = 260;
  61. public const short AncientLight = 261;
  62. public const short AmberBolt = 262;
  63. public const short PortalBolt = 263;
  64. public const short PortalBoltTrail = 264;
  65. public const short LunarOre = 265;
  66. public const short SomethingRed = 266;
  67. public const short RainbowMk2 = 267;
  68. public const short Sandstorm = 268;
  69. public const short Sandnado = 269;
  70. public const short FlameBurst = 270;
  71. public const short HealingPlus = 271;
  72. public const short WitherLightning = 272;
  73. public const short GreenBlood = 273;
  74. public const short ApprenticeStorm = 274;
  75. public const short Count = 275;
  76. public const short t_BorealWood = 214;
  77. public const short t_Slime = 4;
  78. public const short t_SteampunkMetal = 8;
  79. public const short t_LivingWood = 78;
  80. public const short t_Honey = 147;
  81. public const short t_Cactus = 40;
  82. public const short t_Martian = 226;
  83. public const short t_Meteor = 23;
  84. public const short t_Granite = 240;
  85. public const short t_Marble = 236;
  86. public const short t_Crystal = 68;
  87. public const short t_Golden = 10;
  88. public const short t_PearlWood = 78;
  89. public const short t_Lihzahrd = 148;
  90. public const short t_Flesh = 5;
  91. public const short t_Frozen = 80;
  92. }
  93. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement