Advertisement
Guest User

Untitled

a guest
Dec 9th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. # Hellcat5's best practices reference
  2. # Created: 20160715
  3. #
  4. #CONDITIONS (precedence order):
  5. #-----------
  6. BaseType <Type> - BaseType must be capitalized (Sabre not sabre)
  7. Class <Class> - Class must be capitalized (Sword not sword)
  8. LinkedSockets [Operator] <Links> - (0, 2-6)
  9. Sockets [Operator] <Sockets> - (0-6)
  10. SocketGroup [Group] - RGB or RGBBWW etc.
  11. Height [Operator] <Value> - (1-4)
  12. Width [Operator] <Value> - (1-2)
  13. Rarity [Operator] <Rarity> - (Normal, Magic, Rare, Unique)
  14. Quality [Operator] <Quality> - (0-20)
  15. DropLevel [Operator] <Level> - (0-100)
  16. ItemLevel [Operator] <Level> - (0-100)
  17. #
  18. #FUNCTIONS (precedence order):
  19. #----------
  20. #SetFontSize <FontSize>
  21. #SetTextColor <Red> <Green> <Blue> [Alpha]
  22. #SetBorderColor <Red> <Green> <Blue> [Alpha]
  23. #SetBackgroundColor <Red> <Green> <Blue> [Alpha]
  24. #PlayAlertSound <Id> [Volume]#PROPERTIES:
  25. #
  26. #CLASS TYPES:
  27. #------------
  28. #Life Flasks
  29. #Mana Flasks
  30. #Hybrid Flasks
  31. #Currency
  32. #Amulets
  33. #Rings
  34. #Claws
  35. #Daggers
  36. #Wands
  37. #One Hand Swords
  38. #Thrusting One Hand Swords
  39. #One Hand Axes
  40. #One Hand Maces
  41. #Bows
  42. #Staves
  43. #Two Hand Swords
  44. #Two Hand Axes
  45. #Two Hand Maces
  46. #Active Skill Gems
  47. #Support Skill Gems
  48. #Quivers
  49. #Belts
  50. #Gloves
  51. #Boots
  52. #Body Armours
  53. #Helmets
  54. #Shields
  55. #Stackable Currency
  56. #Quest Items
  57. #Sceptres
  58. #Utility Flasks
  59. #Maps
  60. #Fishing Rods
  61. #Map Fragments
  62. #Hideout Doodads
  63. #Microtransactions
  64. #Jewel
  65. #Divination Card
  66. #Labyrinth Item
  67. #Labyrinth Trinket
  68. #
  69. #BASETYPES:
  70. #----------
  71. #2h weapon tier 1 base types - 15
  72. # BaseType "Imperial Bow" "Harbinger Bow" "Maraketh Bow" "Imperial Staff" "Judgement Staff" "Eclipse Staff" "Despot Axe" "Void Axe" "Fleshripper" "Imperial Maul" "Terror Maul" "Coronal Maul" "Lion Sword" "Infernal Sword" "Exquisite Blade"
  73.  
  74. #1h weapon tier 1 base types - 24
  75. # BaseType "Imperial Claw" "Terror Claw" "Gemini Claw" "Imperial Skean" "Demon Dagger" "Sai" "Royal Axe" "Infernal Axe" "Runic Hatchet" "Auric Mace" "Nightmare Mace" "Behemoth Mace" "Eternal Sword" "Midnight Blade" "Tiger Hook" "Carnal Sceptre" "Void Sceptre" "Sambar Sceptre" "Jewelled Foil" "Harpy Rapier" "Dragoon Sword" "Tornado Wand" "Prophecy Wand" "Profane Wand"
  76.  
  77. #body armour tier 1 base types - 19
  78. # BaseType "Astral Plate" "Gladiator Plate" "Glorious Plate" "Exquisite Leather" "Zodiac Leather" "Assassin's Garb" "Occultist's Vestment" "Widowsilk Robe" "Vaal Regalia" "Full Dragonscale" "General's Brigandine" "Triumphant Lamellar" "Elegant Ringmail" "Saint's Hauberk" "Saintly Chainmail" "Blood Raiment" "Sadist Garb" "Carnal Armour" "Sacrificial Garb"
  79.  
  80. #boots tier 1 base types - 7
  81. # BaseType "Titan Greaves" "Slink Boots" "Sorcerer Boots" "Dragonscale Boots" "Crusader Boots" "Murder Boots" "Assassin's Boots"
  82.  
  83. #gloves tier 1 base types - 6
  84. # BaseType "Titan Gauntlets" "Slink Gloves" "Sorcerer Gloves" "Dragonscale Gauntlets" "Crusader Gloves" "Murder Mitts"
  85.  
  86. #helmet tier 1 base types - 9
  87. # BaseType "Eternal Burgonet" "Lion Pelt" "Hubris Circlet" "Nightmare Bascinet" "Praetor Crown" "Deicide Mask" "Pig-Faced Bascinet" "Prophet Crown" "Vaal Mask"
  88.  
  89. #shield tier 1 base types - 15
  90. # BaseType "Colossal Tower Shield" "Pinnacle Tower Shield" "Crusader Buckler" "Imperial Buckler" "Harmonic Spirit Shield" "Titanium Spirit Shield" "Fossilised Spirit Shield" "Cardinal Round Shield" "Teak Round Shield" "Elegant Round Shield" "Champion Kite Shield" "Mosaic Kite Shield" "Archon Kite Shield" "Mirrored Spiked Shield" "Supreme Spiked Shield" "Vaal Buckler" "Vaal Spirit Shield" "Spiny Round Shield" "Branded Kite Shield" "Alder Spiked Shield"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement