AtlasLootClassic

AtlasLootClassic

37M Downloads

P4 and P5 Data I added to code

Rootkit- opened this issue ยท 3 comments

commented

AtlaslootClassic_Collections\data.lua

data["BadgeofJusticeP4"] = {
	name = format(AL["'%s' Vendor"], "Badge of Justice P4"),
	ContentType = VENDOR_CONTENT,
	TableType = NORMAL_ITTYPE,
	gameVersion = 2,
	items = {
		{
			name = ALIL["Cloth"],
			[NORMAL_DIFF] = {
				{ 1, 33585}, --P4
				{ 2, 33584},
				{ 3, 33586},
				{ 4, 33587},
				{ 5, 33588},
				{ 6, 33291},	
			},
		},
		{
			name = ALIL["Leather"],
			[NORMAL_DIFF] = {
				{ 1, 33973}, --P4
				{ 2, 33972},
				{ 3, 33974},
			},
		},
		{
			name = ALIL["Mail"],
			[NORMAL_DIFF] = {
				{ 1, 33324}, --P4
				{ 2, 33529},
				{ 3, 33537},
				{ 4, 33965},
				{ 5, 33970},
				{ 6, 33527},
				{ 7, 33528},
				{ 8, 33386},
				{ 9, 33530},
				{ 10, 33280},
				{ 11, 33531},
				{ 12, 33534},
				{ 13, 33536},
				{ 14, 33532},
				{ 15, 33535},
			},
		},
		{
			name = ALIL["Plate"],
			[NORMAL_DIFF] = {
				{1, 33523}, --P4
				{2, 33516},
				{3, 33331},
				{4, 33522},
				{5, 33514},
				{6, 33515},
				{7, 33513},
				{8, 33517},
				{9, 33810},
				{10, 33279},
				{11, 33501},
				{12, 33207},
				{13, 33520},
				{14, 33518},
				{15, 33512},
				{16, 33519},
				{17, 33524},
			},
		},
		{
			name = ALIL["Off Hand"],
			[NORMAL_DIFF] = {
				{1, 33334}, --P4
				{2, 33325},
			},
		},
		{
			name = ALIL["Neck"],
			[NORMAL_DIFF] = {
				{ 1, 33296}, --P4
			},
		},
		{
			name = ALIL["Cloak"],
			[NORMAL_DIFF] = {
				{ 1, 35321}, --P4
				{ 2, 33484},
				{ 3, 33593},
				{ 4, 33304},
				{ 5, 33333},
				{ 6, 35324},
				
			},
		},
		{
			name = ALIL["Finger"],
			[NORMAL_DIFF] = {
				{ 1, 29367 }, -- Ring of Cryptic Dreams
				{ 2, 29373 }, -- Band of Halos
				{ 3, 29379 }, -- Ring of Arathi Warlords
				{ 4, 29384 }, -- Ring of Unyielding Force
			},
		},
		{
			name = ALIL["Trinket"],
			[NORMAL_DIFF] = {
				{1, 35326}, --P4
				{2, 33832},
				{3, 34050},
				{4, 34163},
				{5, 34049},
				{6, 34162},
			},
		},
		{
			name = ALIL["Relic"],
			[NORMAL_DIFF] = {
				{ 1, 33504}, --P4
				{ 2, 33502},
				{ 3, 33192},
			},
		},
	}
}
--@end-version-bcc@

data["BadgeofJusticeP5"] = {
	name = format(AL["'%s' Vendor"], "Badge of Justice P5"),
	ContentType = VENDOR_CONTENT,
	TableType = NORMAL_ITTYPE,
	gameVersion = 2,
	items = {
		{
			name = ALIL["Cloth"],
			[NORMAL_DIFF] = {
				{1, 34926},
				{2, 34919},
				{3, 34938},
				{4, 34924},
				{5, 34917},
				{6, 34936},
				{7, 34925},
				{8, 34918},
				{9, 34937},
			},
		},
		{
			name = ALIL["Leather"],
			[NORMAL_DIFF] = {
				{1, 34911},
				{2, 34902},
				{3, 34904},
				{4, 34929},
				{5, 34906},
				{6, 34903},
				{7, 34927},
				{8, 34900},
				{9, 34905},
				{10, 34901},
				{11, 34910},
				{12, 34928},
			},
		},
		{
			name = ALIL["Mail"],
			[NORMAL_DIFF] = {
				{1, 34916},
				{2, 34932},
				{3, 34935},
				{4, 34930},
				{5, 34933},
				{6, 34912},
				{7, 34914},
				{8, 34931},
				{9, 34934},
			},
		},
		{
			name = ALIL["Plate"],
			[NORMAL_DIFF] = {
				{1, 34947},
				{2, 34944},
				{3, 34941},
				{4, 34923},
				{5, 34942},
				{6, 34939},
				{7, 34921},
				{8, 34945},
				{9, 34922},
				{10, 34946},
				{11, 34943},
				{12, 34940},
			},
		},
		{
			name = ALIL["Finger"],
			[NORMAL_DIFF] = {
				{1, 34887},
				{2, 34890},
				{3, 34889},
				{4, 34888},
			},
		},
		{
			name = ALIL["Weapon"],
			[NORMAL_DIFF] = {
				{1, 34949},
				{2, 34952},
				{3, 34894},
				{4, 34893},
				{5, 34891},
				{6, 34892},
				{7, 34895},
				{8, 34896},
				{9, 34898},
				{10, 34951},
				{11, 34950},
			},
		},
	}
}
--@end-version-bcc@

AtlasLootClassic\Data\Requirements.lua

[35324] = {1535},
[33585] = {1535},
[33584] = {1535},
[33586] = {1535},
[33587] = {1535},
[33588] = {1535},
[33291] = {1535},
[33973] = {1535},
[33972] = {1535},
[33974] = {1535},
[33504] = {1535},
[33502] = {1535},
[33324] = {1535},
[33529] = {1535},
[33537] = {1535},
[33965] = {1535},
[33970] = {1535},
[33527] = {1535},
[33528] = {1535},
[33386] = {1535},
[33530] = {1535},
[33280] = {1535},
[33531] = {1535},
[33534] = {1535},
[33536] = {1535},
[33532] = {1535},
[33535] = {1535},
[33334] = {1535},
[33325] = {1535},
[33523] = {1535},
[33516] = {1535},
[33524] = {1535},
[33331] = {1535},
[33522] = {1535},
[33514] = {1535},
[33515] = {1535},
[33513] = {1535},
[33517] = {1535},
[33810] = {1535},
[33279] = {1535},
[33501] = {1535},
[33207] = {1535},
[33520] = {1535},
[33518] = {1535},
[33512] = {1535},
[33519] = {1535},
[35326] = {1535},
[33832] = {1535},
[34050] = {1535},
[34163] = {1535},
[34049] = {1535},
[34162] = {1535},
[33192] = {1535},

AtlasLootClassic\Data\VendorPrice.lua

[34949] = "BoJ:45",
[34952] = "BoJ:45",
[34894] = "BoJ:105",
[34893] = "BoJ:105",
[34891] = "BoJ:150",
[34892] = "BoJ:150",
[34895] = "BoJ:150",
[34896] = "BoJ:150",
[34898] = "BoJ:150",
[34951] = "BoJ:45",
[34950] = "BoJ:45",
[34887] = "BoJ:60",
[34890] = "BoJ:60",
[34889] = "BoJ:60",
[34888] = "BoJ:60",
[34926] = "BoJ:75",
[34919] = "BoJ:75",
[34938] = "BoJ:75",
[34924] = "BoJ:100",
[34917] = "BoJ:100",
[34936] = "BoJ:100",
[34925] = "BoJ:100",
[34918] = "BoJ:100",
[34937] = "BoJ:100",
[34911] = "BoJ:75",
[34902] = "BoJ:75",
[34904] = "BoJ:75",
[34929] = "BoJ:75",
[34906] = "BoJ:100",
[34903] = "BoJ:100",
[34927] = "BoJ:100",
[34900] = "BoJ:100",
[34905] = "BoJ:100",
[34901] = "BoJ:100",
[34910] = "BoJ:100",
[34928] = "BoJ:100",
[34916] = "BoJ:75",
[34932] = "BoJ:75",
[34935] = "BoJ:75",
[34930] = "BoJ:100",
[34933] = "BoJ:100",
[34912] = "BoJ:100",
[34914] = "BoJ:100",
[34931] = "BoJ:100",
[34934] = "BoJ:100",
[34947] = "BoJ:75",
[34944] = "BoJ:75",
[34941] = "BoJ:75",
[34923] = "BoJ:75",
[34942] = "BoJ:100",
[34939] = "BoJ:100",
[34921] = "BoJ:100",
[34945] = "BoJ:100",
[34922] = "BoJ:100",
[34946] = "BoJ:100",
[34943] = "BoJ:100",
[34940] = "BoJ:100",
[33296] = "BoJ:35",
[35321] = "BoJ:60",
[33484] = "BoJ:60",
[33593] = "BoJ:35",
[33304] = "BoJ:60",
[33333] = "BoJ:60",
[35324] = "BoJ:60",
[33585] = "BoJ:75",
[33584] = "BoJ:75",
[33586] = "BoJ:60",
[33587] = "BoJ:60",
[33588] = "BoJ:35",
[33291] = "BoJ:60",
[33973] = "BoJ:60",
[33972] = "BoJ:75",
[33974] = "BoJ:60",
[33504] = "BoJ:20",
[33502] = "BoJ:20",
[33324] = "BoJ:60",
[33529] = "BoJ:35",
[33537] = "BoJ:60",
[33965] = "BoJ:75",
[33970] = "BoJ:60",
[33527] = "BoJ:75",
[33528] = "BoJ:60",
[33386] = "BoJ:60",
[33530] = "BoJ:75",
[33280] = "BoJ:60",
[33531] = "BoJ:60",
[33534] = "BoJ:60",
[33536] = "BoJ:60",
[33532] = "BoJ:35",
[33535] = "BoJ:35",
[33334] = "BoJ:35",
[33325] = "BoJ:35",
[33523] = "BoJ:60",
[33516] = "BoJ:35",
[33524] = "BoJ:60",
[33331] = "BoJ:60",
[33522] = "BoJ:75",
[33514] = "BoJ:60",
[33515] = "BoJ:75",
[33513] = "BoJ:35",
[33517] = "BoJ:60",
[33810] = "BoJ:75",
[33279] = "BoJ:60",
[33501] = "BoJ:75",
[33207] = "BoJ:60",
[33520] = "BoJ:35",
[33518] = "BoJ:75",
[33512] = "BoJ:60",
[33519] = "BoJ:60",
[35326] = "BoJ:75",
[33832] = "BoJ:75",
[34050] = "BoJ:75",
[34163] = "BoJ:75",
[34049] = "BoJ:75",
[34162] = "BoJ:75",
[33192] = "BoJ:25",

(master...Rootkit-:master)

commented

So, seeing as how ZA has been out for a couple weeks now, is there an official release coming for this? I've seen at least 5 different versions of this from contributors and I'm hesitant to randomly grab one.

commented

I just did the same thing but spent some time organizing the layout somewhat (for p4):


--@version-bcc@
data["P4BadgeofJustice"] = {
	name = format(AL["'%s' Vendor P4"], "Badge of Justice"),
	ContentType = VENDOR_CONTENT,
	TableType = NORMAL_ITTYPE,
	gameVersion = 2,
	items = {
		{
			name = ALIL["Cloth"],
			[NORMAL_DIFF] = {
				{ 1, 33587 }, -- Light-Blessed Bonds	Hands	Cloth	60
				{ 16, 33586 }, -- Studious Wraps	Hands	Cloth	60
				{ 2, 33585 }, -- Achromic Trousers of the Naaru	Legs	Cloth	75
				{ 17, 33584 }, -- Pantaloons of Arcane Annihilation	Legs	Cloth	75
				{ 4, 33291 }, -- Voodoo-woven Belt	Waist	Cloth	60
				{ 3, 33588 }, -- Runed Spell-cuffs	Wrist	Cloth	35
				{ 18, 33589 }, -- Wristguards of Tranquil Thought	Wrist	Cloth	35
			},
		},
		{
			name = ALIL["Leather"],
			[NORMAL_DIFF] = {
				{ 1, 33972 }, -- Mask of Primal Power	Head	Leather	75
				{ 2, 33566 }, -- Blessed Elunite Coverings	Chest	Leather	75
				{ 3, 33577 }, -- Moon-walkers	Feet	Leather	60
				{ 4, 33974 }, -- Grasp of the Moonkin	Hands	Leather	60
				{ 5, 33973 }, -- Pauldrons of Tribal Fury	Shoulder	Leather	60
				{ 6, 33559 }, -- Starfire Waistband	Waist	Leather	60
				{ 7, 33578 }, -- Armwraps of the Kaldorei Protector	Wrist	Leather	35
				
				{ 9, 33287 }, -- Gnarled Ironwood Pauldrons	Shoulder	Leather	60
				{ 10, 33552 }, -- Pants of Splendid Recovery	Legs	Leather	75
				{ 11, 33557 }, -- Gargon's Bracers of Peaceful Slumber	Wrist	Leather	35
				
				{ 16, 33222 }, -- Nyn'jah's Tabi Boots	Feet	Leather	60
				{ 17, 33539 }, -- Trickster's Stickyfingers	Hands	Leather	60
				{ 18, 33538 }, -- Shallow-grave Trousers	Legs	Leather	75
				{ 19, 33540 }, -- Master Assassin Wristwraps	Wrist	Leather	35
				
				{ 21, 33579 }, -- Vestments of Hibernation	Chest	Leather	75
				{ 22, 33583 }, -- Waistguard of the Great Beast	Waist	Leather	60
				{ 23, 33580 }, -- Band of the Swift Paw	Wrist	Leather	35
			},
		},
		{
			name = ALIL["Mail"],
			[NORMAL_DIFF] = {
				{ 1, 33970 }, -- Pauldrons of the Furious Elements	Shoulder	Mail	60
				{ 2, 33965 }, -- Hauberk of the Furious Elements	Chest	Mail	75
				{ 3, 33534 }, -- Grips of Nature's Wrath	Hands	Mail	60
				{ 4, 33530 }, -- Natural Life Leggings	Legs	Mail	75
				{ 5, 33536 }, -- Stormwrap	Waist	Mail	60
				{ 6, 33535 }, -- Earthquake Bracers	Wrist	Mail	35
				{ 7, 33537 }, -- Treads of Booming Thunder	Feet	Mail	60
				
				{ 9, 33324 }, -- Treads of the Life Path	Feet	Mail	60
				{ 10, 33531 }, -- Polished Waterscale Gloves	Hands	Mail	60
				{ 11, 33386 }, -- Man'kin'do's Belt	Waist	Mail	60
				{ 12, 33532 }, -- Gleaming Earthen Bracers	Wrist	Mail	35
				
				{ 16, 33528 }, -- Gauntlets of Sniping	Hands	Mail	60
				{ 17, 33527 }, -- Shifting Camouflage Pants	Legs	Mail	75
				{ 18, 33280 }, -- War-Feathered Loop	Waist	Mail	60
				{ 19, 33529 }, -- Steadying Bracers	Wrist	Mail	35
			},
		},
		{
			name = ALIL["Plate"],
			[NORMAL_DIFF] = {
				{ 1, 33810 }, -- Amani Mask of Death	Head	Plate	75
				{ 2, 33501 }, -- Bloodthirster's Wargreaves	Legs	Plate	75
				{ 3, 33514 }, -- Pauldrons of Gruesome Fate	Shoulder	Plate	60
				{ 4, 33331 }, -- Chain of Unleashed Rage	Waist	Plate	60
				{ 5, 33513 }, -- Eternium Rage-shackles	Wrist	Plate	35
				
				{ 7, 33517 }, -- Bonefist Gauntlets	Hands	Plate	60
				{ 8, 33515 }, -- Unwavering Legguards	Legs	Plate	75
				{ 9, 33279 }, -- Iron-tusk Girdle	Waist	Plate	60
				{ 10, 33516 }, -- Bracers of the Ancient Phalanx	Wrist	Plate	35
				
				{ 16, 33522 }, -- Chestguard of the Stoic Guardian	Chest	Plate	75
				{ 17, 33523 }, -- Sabatons of the Righteous Defender	Feet	Plate	60
				{ 18, 33524 }, -- Girdle of the Protector	Waist	Plate	60
				
				{ 20, 33207 }, -- Implacable Guardian Sabatons	Feet	Plate	60
				{ 21, 33519 }, -- Handguards of the Templar	Hands	Plate	60
				{ 22, 33518 }, -- High Justicar's Legplates	Legs	Plate	75
				{ 23, 33520 }, -- Vambraces of the Naaru	Wrist	Plate	35
			},
		},
		{
			name = ALIL["Off Hand"],
			[NORMAL_DIFF] = {
				{ 1, 33334 }, -- Fetish of the Primal Gods	Held In Off-hand		35
				{ 2, 33325 }, -- Voodoo Shaker	Held In Off-hand		35
			},
		},
		{
			name = ALIL["Neck"],
			[NORMAL_DIFF] = {
				{ 1 , 33296 }, -- Brooch of Deftness	Neck		35
			},
		},
		{
			name = ALIL["Cloak"],
			[NORMAL_DIFF] = {
				{ 1, 35321 }, -- Cloak of Arcane Alacrity	Back		60
				{ 2, 33304 }, -- Cloak of Subjugated Power	Back		60
				{ 3, 35324 }, -- Cloak of Swift Reprieve	Back		60
				{ 4, 33484 }, -- Dory's Embrace	Back		60
				{ 5, 33333 }, -- Kharmaa's Shroud of Hope	Back		60
				{ 6, 33593 }, -- Slikk's Cloak of Placation	Back		35
			},
		},
		{
			name = ALIL["Trinket"],
			[NORMAL_DIFF] = {
				{ 1, 35326 }, -- Battlemaster's Alacrity	Trinket		75
				{ 2, 34049 }, -- Battlemaster's Audacity	Trinket		75
				{ 3, 34163 }, -- Battlemaster's Cruelty	Trinket		75
				{ 4, 34162 }, -- Battlemaster's Depravity	Trinket		75
				{ 5, 33832 }, -- Battlemaster's Determination	Trinket		75
				{ 6, 34050 }, -- Battlemaster's Perseverance	Trinket		75
			},
		},
		{
			name = ALIL["Relic"],
			[NORMAL_DIFF] = {
				{ 1, 33506 }, -- Skycall Totem	Relic	Totem	20
				{ 2, 33507 }, -- Stonebreaker's Totem	Relic	Totem	20
				{ 3, 33505 }, -- Totem of Living Water	Relic	Totem	20
				
				{ 5, 33508 }, -- Idol of Budding Life	Relic	Idol	20
				{ 6, 33509 }, -- Idol of Terror	Relic	Idol	20
				{ 7, 33510 }, -- Idol of the Unseen Moon	Relic	Idol	20
				
				{ 16, 33503 }, -- Libram of Divine Judgement	Relic	Libram	20
				{ 17, 33504 }, -- Libram of Divine Purpose	Relic	Libram	20
				{ 18, 33502 }, -- Libram of Mending	Relic	Libram	20
				
				{ 20, 33192 }, -- Carved Witch Doctor's Stick	Wand		25
			},
		},
	}
}
--@end-version-bcc@
--@version-bcc@
data["P5BadgeofJustice"] = {
	name = format(AL["'%s' Vendor P5"], "Badge of Justice"),
	ContentType = VENDOR_CONTENT,
	TableType = NORMAL_ITTYPE,
	gameVersion = 2,
	items = {
		{
			name = ALIL["Cloth"],
			[NORMAL_DIFF] = {
				{ 1, 34925 }, -- Adorned Supernal Legwraps	Legs	Cloth
				{ 2, 34919 }, -- Boots of Incantations	Feet	Cloth
				{ 3, 34937 }, -- Corrupted Soulcloth Pantaloons	Legs	Cloth
				{ 4, 34938 }, -- Enslaved Doomguard Soulgrips	Hands	Cloth
				{ 5, 34924 }, -- Gown of Spiritual Wonder	Chest	Cloth
				{ 6, 34918 }, -- Legwraps of Sweltering Flame	Legs	Cloth
				{ 7, 34917 }, -- Shroud of the Lore`nial	Chest	Cloth
				{ 8, 34926 }, -- Slippers of Dutiful Mending	Feet	Cloth
				{ 9, 34936 }, -- Tormented Demonsoul Robes	Chest	Cloth
			},
		},
		{
			name = ALIL["Leather"],
			[NORMAL_DIFF] = {
				{ 1, 34904 }, -- Barbed Gloves of the Sage	Hands	Leather
				{ 2, 34929 }, -- Belt of the Silent Path	Waist	Leather
				{ 3, 34905 }, -- Crystalwind Leggings	Legs	Leather
				{ 4, 34906 }, -- Embrace of Everlasting Prowess	Chest	Leather
				{ 5, 34903 }, -- Embrace of Starlight	Chest	Leather
				{ 6, 34901 }, -- Grovewalker's Leggings	Legs	Leather
				{ 7, 34911 }, -- Handwraps of the Aggressor	Hands	Leather
				{ 8, 34902 }, -- Oakleaf-Spun Handguards	Hands	Leather
				{ 9, 34900 }, -- Shroud of Nature's Harmony	Chest	Leather
				{ 10, 34910 }, -- Tameless Breeches	Legs	Leather
				{ 11, 34928 }, -- Trousers of the Scryers' Retainer	Legs	Leather
				{ 12, 34927 }, -- Tunic of the Dark Hour	Chest	Leather
			},
		},
		{
			name = ALIL["Mail"],
			[NORMAL_DIFF] = {
				{ 1, 34935 }, -- Aftershock Waistguard	Waist	Mail
				{ 2, 34932 }, -- Clutch of the Soothing Breeze	Waist	Mail
				{ 3, 34916 }, -- Gauntlets of Rapidity	Hands	Mail
				{ 4, 34933 }, -- Hauberk of Whirling Fury	Chest	Mail
				{ 5, 34914 }, -- Leggings of the Pursuit	Legs	Mail
				{ 6, 34931 }, -- Runed Scales of Antiquity	Legs	Mail
				{ 7, 34934 }, -- Rushing Storm Kilt	Legs	Mail
				{ 8, 34912 }, -- Scaled Drakeskin Chestguard	Chest	Mail
				{ 9, 34930 }, -- Wave of Life Chestguard	Chest	Mail
			},
		},
		{
			name = ALIL["Plate"],
			[NORMAL_DIFF] = {
				{ 1, 34947 }, -- Blue's Greaves of the Righteous Guardian	Feet	Plate
				{ 2, 34942 }, -- Breastplate of Ire	Chest	Plate
				{ 3, 34939 }, -- Chestplate of Stoicism	Chest	Plate
				{ 4, 34921 }, -- Ecclesiastical Cuirass	Chest	Plate
				{ 5, 34944 }, -- Girdle of Seething Rage	Waist	Plate
				{ 6, 34941 }, -- Girdle of the Fearless	Waist	Plate
				{ 7, 34922 }, -- Greaves of Pacification	Legs	Plate
				{ 8, 34946 }, -- Inscribed Legplates of the Aldor	Legs	Plate
				{ 9, 34943 }, -- Legplates of Unending Fury	Legs	Plate
				{ 10, 34945 }, -- Shattrath Protectorate's Breastplate	Chest	Plate
				{ 11, 34940 }, -- Sunguard Legplates	Legs	Plate
				{ 12, 34923 }, -- Waistguard of Reparation	Waist	Plate
			},
		},
		{
			name = ALIL["Weapon"],
			[NORMAL_DIFF] = {
				{ 1, 34896 }, -- Gavel of Naaru Blessings	Mace	1H
				{ 2, 34891 }, -- The Blade of Harbingers	Axe	2H
				{ 3, 34894 }, -- Blade of Serration	Dagger	
				{ 4, 34892 }, -- Crossbow of Relentless Strikes	Crossbow	
				{ 5, 34895 }, -- Scryer's Blade of Focus	Dagger	
				{ 6, 34898 }, -- Staff of the Forest Lord	Staff	
				{ 7, 34949 }, -- Swift Blade of Uncertainty	Dagger	
				{ 8, 34952 }, -- The Mutilator	Dagger	
				{ 9, 34893 }, -- Vanir's Right Fist of Brutality	Fist Weapon	Main Hand
				{ 10, 34951 }, -- Vanir's Left Fist of Brutality	Fist Weapon	Off Hand
				{ 11, 34950 }, -- Vanir's Left Fist of Savagery	Fist Weapon	Off Hand
			},
		},
		{
			name = ALIL["Ring"],
			[NORMAL_DIFF] = {
				{ 1, 34887 }, -- Angelista's Revenge		Finger
				{ 2, 34890 }, -- Anveena's Touch		Finger
				{ 3, 34889 }, -- Fused Nethergon Band		Finger
				{ 4, 34888 }, -- Ring of the Stalwart Protector		Finger
			},
		},
	}
}
--@end-version-bcc@
commented

Added with PR #200 thanks!