385 lines
14 KiB
Plaintext
385 lines
14 KiB
Plaintext
#loader contenttweaker
|
|
|
|
import mods.contenttweaker.VanillaFactory;
|
|
import mods.contenttweaker.Item;
|
|
import mods.contenttweaker.IItemRightClick;
|
|
import mods.contenttweaker.Commands;
|
|
|
|
|
|
|
|
var crimsonemperoricon = VanillaFactory.createItem("crimson_emperor_icon");
|
|
crimsonemperoricon.maxStackSize = 64;
|
|
crimsonemperoricon.beaconPayment = false;
|
|
crimsonemperoricon.register();
|
|
|
|
var scarletletter = VanillaFactory.createItem("scarlet_letter");
|
|
scarletletter.maxStackSize = 64;
|
|
scarletletter.beaconPayment = false;
|
|
scarletletter.register();
|
|
|
|
var crimsondoctrinetome = VanillaFactory.createItem("crimson_doctrine_tome");
|
|
crimsondoctrinetome.maxStackSize = 64;
|
|
crimsondoctrinetome.beaconPayment = false;
|
|
crimsondoctrinetome.register();
|
|
|
|
var greatsnakedroplet = VanillaFactory.createItem("droplet_of_the_great_snake");
|
|
greatsnakedroplet.maxStackSize = 64;
|
|
greatsnakedroplet.beaconPayment = false;
|
|
greatsnakedroplet.register();
|
|
|
|
var goodextremereactor = VanillaFactory.createItem("good_extreme_reactor_design");
|
|
goodextremereactor.maxStackSize = 64;
|
|
goodextremereactor.beaconPayment = false;
|
|
goodextremereactor.register();
|
|
|
|
var extremeturbine = VanillaFactory.createItem("extreme_turbine");
|
|
extremeturbine.maxStackSize = 64;
|
|
extremeturbine.beaconPayment = false;
|
|
extremeturbine.register();
|
|
|
|
var goodextremeturbine = VanillaFactory.createItem("good_extreme_turbine");
|
|
goodextremeturbine.maxStackSize = 64;
|
|
goodextremeturbine.beaconPayment = false;
|
|
goodextremeturbine.register();
|
|
|
|
var puzzlesolgemvoracity = VanillaFactory.createItem("puzzle_solution_gemvoracity");
|
|
puzzlesolgemvoracity.maxStackSize = 64;
|
|
puzzlesolgemvoracity.beaconPayment = false;
|
|
puzzlesolgemvoracity.register();
|
|
var puzzlesolgemvoracity2 = VanillaFactory.createItem("puzzle_solution_gemvoracity2");
|
|
puzzlesolgemvoracity2.maxStackSize = 64;
|
|
puzzlesolgemvoracity2.beaconPayment = false;
|
|
puzzlesolgemvoracity2.register();
|
|
|
|
var puzzlesolicydreadshard = VanillaFactory.createItem("puzzle_solution_icydreadshard");
|
|
puzzlesolicydreadshard.maxStackSize = 64;
|
|
puzzlesolicydreadshard.beaconPayment = false;
|
|
puzzlesolicydreadshard.register();
|
|
|
|
var infuseddreadshard = VanillaFactory.createItem("infused_dread_shard");
|
|
infuseddreadshard.maxStackSize = 64;
|
|
infuseddreadshard.beaconPayment = false;
|
|
infuseddreadshard.register();
|
|
|
|
var secondorderfractalmyth = VanillaFactory.createItem("second_order_mythic_fractal");
|
|
secondorderfractalmyth.maxStackSize = 64;
|
|
secondorderfractalmyth.beaconPayment = false;
|
|
secondorderfractalmyth.glowing = true;
|
|
secondorderfractalmyth.register();
|
|
|
|
var catalyzationchamber = VanillaFactory.createItem("catalyzation_chamber");
|
|
catalyzationchamber.maxStackSize = 64;
|
|
catalyzationchamber.beaconPayment = false;
|
|
catalyzationchamber.register();
|
|
|
|
var draconianmetalclump = VanillaFactory.createItem("draconian_metal_clump");
|
|
draconianmetalclump.maxStackSize = 64;
|
|
draconianmetalclump.beaconPayment = false;
|
|
draconianmetalclump.register();
|
|
|
|
var draconianmetalingot = VanillaFactory.createItem("draconian_metal_ingot");
|
|
draconianmetalingot.maxStackSize = 64;
|
|
draconianmetalingot.beaconPayment = false;
|
|
draconianmetalingot.register();
|
|
|
|
var lunarstar = VanillaFactory.createItem("lunar_star");
|
|
lunarstar.maxStackSize = 64;
|
|
lunarstar.beaconPayment = false;
|
|
lunarstar.register();
|
|
|
|
var pressedspice = VanillaFactory.createItem("pressed_spice");
|
|
pressedspice.maxStackSize = 64;
|
|
pressedspice.beaconPayment = false;
|
|
pressedspice.register();
|
|
|
|
var recursivecage = VanillaFactory.createItem("recursive_imprisonment_gem");
|
|
recursivecage.maxStackSize = 64;
|
|
recursivecage.beaconPayment = false;
|
|
recursivecage.register();
|
|
|
|
var puzzlesolrecursiveimprison = VanillaFactory.createItem("puzzle_solution_recursiveimprisonment");
|
|
puzzlesolrecursiveimprison.maxStackSize = 64;
|
|
puzzlesolrecursiveimprison.beaconPayment = false;
|
|
puzzlesolrecursiveimprison.register();
|
|
|
|
var runandium = VanillaFactory.createItem("runandium_ingot");
|
|
runandium.maxStackSize = 64;
|
|
runandium.beaconPayment = false;
|
|
runandium.register();
|
|
|
|
var puzzlesolrunicore = VanillaFactory.createItem("puzzle_solution_runicore");
|
|
puzzlesolrunicore.maxStackSize = 64;
|
|
puzzlesolrunicore.beaconPayment = false;
|
|
puzzlesolrunicore.register();
|
|
|
|
var shatteredheart = VanillaFactory.createItem("charged_gemstone");
|
|
shatteredheart.maxStackSize = 64;
|
|
shatteredheart.beaconPayment = false;
|
|
shatteredheart.register();
|
|
|
|
var chargedelecricshroom = VanillaFactory.createItem("charged_electric_mushroom");
|
|
chargedelecricshroom.maxStackSize = 64;
|
|
chargedelecricshroom.beaconPayment = false;
|
|
chargedelecricshroom.register();
|
|
|
|
var stormlightcrystal = VanillaFactory.createItem("stormlight_infused_crystal");
|
|
stormlightcrystal.maxStackSize = 64;
|
|
stormlightcrystal.beaconPayment = false;
|
|
stormlightcrystal.register();
|
|
|
|
var fallensprenshard = VanillaFactory.createItem("shard_of_a_fallen_spren");
|
|
fallensprenshard.maxStackSize = 64;
|
|
fallensprenshard.beaconPayment = false;
|
|
fallensprenshard.register();
|
|
|
|
var fragmentofcreation = VanillaFactory.createItem("fragment_of_creation");
|
|
fragmentofcreation.maxStackSize = 64;
|
|
fragmentofcreation.beaconPayment = false;
|
|
fragmentofcreation.register();
|
|
|
|
var draconianhelmetcore = VanillaFactory.createItem("draconian_helmet_core");
|
|
draconianhelmetcore.maxStackSize = 64;
|
|
draconianhelmetcore.beaconPayment = false;
|
|
draconianhelmetcore.register();
|
|
|
|
var draconianchestplatecore = VanillaFactory.createItem("draconian_chestplate_core");
|
|
draconianchestplatecore.maxStackSize = 64;
|
|
draconianchestplatecore.beaconPayment = false;
|
|
draconianchestplatecore.register();
|
|
|
|
var draconianleggingscore = VanillaFactory.createItem("draconian_leggings_core");
|
|
draconianleggingscore.maxStackSize = 64;
|
|
draconianleggingscore.beaconPayment = false;
|
|
draconianleggingscore.register();
|
|
|
|
var draconianbootscore = VanillaFactory.createItem("draconian_boots_core");
|
|
draconianbootscore.maxStackSize = 64;
|
|
draconianbootscore.beaconPayment = false;
|
|
draconianbootscore.register();
|
|
|
|
var draconianaxecore = VanillaFactory.createItem("draconian_axe_core");
|
|
draconianaxecore.maxStackSize = 64;
|
|
draconianaxecore.beaconPayment = false;
|
|
draconianaxecore.register();
|
|
|
|
var draconianbowcore = VanillaFactory.createItem("draconian_bow_core");
|
|
draconianbowcore.maxStackSize = 64;
|
|
draconianbowcore.beaconPayment = false;
|
|
draconianbowcore.register();
|
|
|
|
var draconianpickaxecore = VanillaFactory.createItem("draconian_pickaxe_core");
|
|
draconianpickaxecore.maxStackSize = 64;
|
|
draconianpickaxecore.beaconPayment = false;
|
|
draconianpickaxecore.register();
|
|
|
|
var draconianshovelcore = VanillaFactory.createItem("draconian_shovel_core");
|
|
draconianshovelcore.maxStackSize = 64;
|
|
draconianshovelcore.beaconPayment = false;
|
|
draconianshovelcore.register();
|
|
|
|
var draconianswordcore = VanillaFactory.createItem("draconian_sword_core");
|
|
draconianswordcore.maxStackSize = 64;
|
|
draconianswordcore.beaconPayment = false;
|
|
draconianswordcore.register();
|
|
|
|
var primordialaccelerator = VanillaFactory.createItem("primordial_accelerator");
|
|
primordialaccelerator.maxStackSize = 64;
|
|
primordialaccelerator.beaconPayment = false;
|
|
primordialaccelerator.register();
|
|
|
|
var primordiallens = VanillaFactory.createItem("primordial_catalyst");
|
|
primordiallens.maxStackSize = 64;
|
|
primordiallens.beaconPayment = false;
|
|
primordiallens.register();
|
|
|
|
var pulsatingfluix = VanillaFactory.createItem("pulsating_fluix");
|
|
pulsatingfluix.maxStackSize = 64;
|
|
pulsatingfluix.beaconPayment = false;
|
|
pulsatingfluix.register();
|
|
|
|
var coraliumeye = VanillaFactory.createItem("coralium_eye");
|
|
coraliumeye.maxStackSize = 64;
|
|
coraliumeye.beaconPayment = false;
|
|
coraliumeye.register();
|
|
|
|
var oblivioncatalyst = VanillaFactory.createItem("oblivion_catalyzer");
|
|
oblivioncatalyst.maxStackSize = 64;
|
|
oblivioncatalyst.beaconPayment = false;
|
|
oblivioncatalyst.register();
|
|
|
|
var puzzlesolwyernmon = VanillaFactory.createItem("puzzle_solution_wyvernmonument");
|
|
puzzlesolwyernmon.maxStackSize = 64;
|
|
puzzlesolwyernmon.beaconPayment = false;
|
|
puzzlesolwyernmon.register();
|
|
|
|
var puzzlesolobvcandle = VanillaFactory.createItem("puzzle_solution_oblivioncandle");
|
|
puzzlesolobvcandle.maxStackSize = 64;
|
|
puzzlesolobvcandle.beaconPayment = false;
|
|
puzzlesolobvcandle.register();
|
|
|
|
var ascendeddraconicalloy = VanillaFactory.createItem("ascended_draconic_alloy");
|
|
ascendeddraconicalloy.maxStackSize = 64;
|
|
ascendeddraconicalloy.beaconPayment = false;
|
|
ascendeddraconicalloy.register();
|
|
|
|
var silkyforesterleaf = VanillaFactory.createItem("silky_forester_leaf");
|
|
silkyforesterleaf.maxStackSize = 64;
|
|
silkyforesterleaf.beaconPayment = false;
|
|
silkyforesterleaf.register();
|
|
|
|
var thirdordermythicfractal = VanillaFactory.createItem("third_order_mythic_fractal");
|
|
thirdordermythicfractal.maxStackSize = 64;
|
|
thirdordermythicfractal.beaconPayment = false;
|
|
thirdordermythicfractal.glowing = true;
|
|
thirdordermythicfractal.register();
|
|
|
|
var eldritchwillingot = VanillaFactory.createItem("eldritch_will_ingot");
|
|
eldritchwillingot.maxStackSize = 64;
|
|
eldritchwillingot.beaconPayment = false;
|
|
eldritchwillingot.register();
|
|
|
|
var eyeoffleshmanipulation = VanillaFactory.createItem("eye_of_flesh_manipulation");
|
|
eyeoffleshmanipulation.maxStackSize = 64;
|
|
eyeoffleshmanipulation.beaconPayment = false;
|
|
eyeoffleshmanipulation.register();
|
|
|
|
var eldritchessence = VanillaFactory.createItem("eldritch_essence");
|
|
eldritchessence.maxStackSize = 64;
|
|
eldritchessence.beaconPayment = false;
|
|
eldritchessence.register();
|
|
|
|
var paradigmdominion = VanillaFactory.createItem("paradigm_of_dominion");
|
|
paradigmdominion.maxStackSize = 64;
|
|
paradigmdominion.beaconPayment = false;
|
|
paradigmdominion.register();
|
|
|
|
var warrensplitterfabrial = VanillaFactory.createItem("warren_splitter_fabrial");
|
|
warrensplitterfabrial.maxStackSize = 64;
|
|
warrensplitterfabrial.beaconPayment = false;
|
|
warrensplitterfabrial.register();
|
|
|
|
var coreofmirroring = VanillaFactory.createItem("core_of_mirroring");
|
|
coreofmirroring.maxStackSize = 64;
|
|
coreofmirroring.beaconPayment = false;
|
|
coreofmirroring.register();
|
|
|
|
var stoneofanima = VanillaFactory.createItem("stone_of_anima");
|
|
stoneofanima.maxStackSize = 64;
|
|
stoneofanima.beaconPayment = false;
|
|
stoneofanima.register();
|
|
|
|
var puzzlesolstoneanima = VanillaFactory.createItem("puzzle_solution_stoneofanima");
|
|
puzzlesolstoneanima.maxStackSize = 64;
|
|
puzzlesolstoneanima.beaconPayment = false;
|
|
puzzlesolstoneanima.register();
|
|
|
|
var swordrecursion = VanillaFactory.createItem("sword_recursion");
|
|
swordrecursion.maxStackSize = 64;
|
|
swordrecursion.beaconPayment = false;
|
|
swordrecursion.register();
|
|
|
|
var shieldrecursion = VanillaFactory.createItem("shield_recursion");
|
|
shieldrecursion.maxStackSize = 64;
|
|
shieldrecursion.beaconPayment = false;
|
|
shieldrecursion.register();
|
|
|
|
var recursionofwar = VanillaFactory.createItem("recursion_of_war");
|
|
recursionofwar.maxStackSize = 64;
|
|
recursionofwar.beaconPayment = false;
|
|
recursionofwar.register();
|
|
|
|
var motherpixonsoul = VanillaFactory.createItem("mother_pixon_soul");
|
|
motherpixonsoul.maxStackSize = 64;
|
|
motherpixonsoul.beaconPayment = false;
|
|
motherpixonsoul.register();
|
|
|
|
var soulofservitude = VanillaFactory.createItem("soul_of_colonial_servitude");
|
|
soulofservitude.maxStackSize = 64;
|
|
soulofservitude.beaconPayment = false;
|
|
soulofservitude.register();
|
|
|
|
var ensnaringsoul = VanillaFactory.createItem("ensnaring_soul");
|
|
ensnaringsoul.maxStackSize = 64;
|
|
ensnaringsoul.beaconPayment = false;
|
|
ensnaringsoul.register();
|
|
|
|
var twilightsigilofdominion = VanillaFactory.createItem("twilight_sigil_of_dominion");
|
|
twilightsigilofdominion.maxStackSize = 64;
|
|
twilightsigilofdominion.beaconPayment = false;
|
|
twilightsigilofdominion.register();
|
|
|
|
var willensnaringfabrial = VanillaFactory.createItem("will_ensnaring_fabrial");
|
|
willensnaringfabrial.maxStackSize = 64;
|
|
willensnaringfabrial.beaconPayment = false;
|
|
willensnaringfabrial.register();
|
|
|
|
var fourthordermythicfractal = VanillaFactory.createItem("fourth_order_mythic_fractal");
|
|
fourthordermythicfractal.maxStackSize = 64;
|
|
fourthordermythicfractal.beaconPayment = false;
|
|
fourthordermythicfractal.glowing = true;
|
|
fourthordermythicfractal.register();
|
|
|
|
var pearlescentartifact = VanillaFactory.createItem("pearlescent_artifact");
|
|
pearlescentartifact.maxStackSize = 64;
|
|
pearlescentartifact.beaconPayment = false;
|
|
pearlescentartifact.register();
|
|
|
|
var matterdigitalizationmodule = VanillaFactory.createItem("digital_matter_transmission_module");
|
|
matterdigitalizationmodule.maxStackSize = 64;
|
|
matterdigitalizationmodule.beaconPayment = false;
|
|
matterdigitalizationmodule.register();
|
|
|
|
var phasingsnowflake = VanillaFactory.createItem("phasing_snowflake");
|
|
phasingsnowflake.maxStackSize = 64;
|
|
phasingsnowflake.beaconPayment = false;
|
|
phasingsnowflake.register();
|
|
|
|
var phasingfluixconstruct = VanillaFactory.createItem("phasing_fluix_construct");
|
|
phasingfluixconstruct.maxStackSize = 64;
|
|
phasingfluixconstruct.beaconPayment = false;
|
|
phasingfluixconstruct.register();
|
|
|
|
var masterwizardrycatalyst = VanillaFactory.createItem("master_wizardry_catalyst");
|
|
masterwizardrycatalyst.maxStackSize = 64;
|
|
masterwizardrycatalyst.beaconPayment = false;
|
|
masterwizardrycatalyst.register();
|
|
|
|
var petrifiedfluix = VanillaFactory.createItem("petrified_fluix");
|
|
petrifiedfluix.maxStackSize = 64;
|
|
petrifiedfluix.beaconPayment = false;
|
|
petrifiedfluix.register();
|
|
|
|
var attunedfluixconstruct = VanillaFactory.createItem("attuned_fluix_construct");
|
|
attunedfluixconstruct.maxStackSize = 64;
|
|
attunedfluixconstruct.beaconPayment = false;
|
|
attunedfluixconstruct.register();
|
|
|
|
var puzzlesolattunedatconstruct = VanillaFactory.createItem("puzzle_solution_attunedfluixconstruct");
|
|
puzzlesolattunedatconstruct.maxStackSize = 64;
|
|
puzzlesolattunedatconstruct.beaconPayment = false;
|
|
puzzlesolattunedatconstruct.register();
|
|
|
|
var celestiallattice = VanillaFactory.createItem("celestial_lattice");
|
|
celestiallattice.maxStackSize = 64;
|
|
celestiallattice.beaconPayment = false;
|
|
celestiallattice.register();
|
|
|
|
var celestialjewel = VanillaFactory.createItem("celestial_jewel");
|
|
celestialjewel.maxStackSize = 64;
|
|
celestialjewel.beaconPayment = false;
|
|
celestialjewel.register();
|
|
|
|
var hihiirokane = VanillaFactory.createItem("hihi_irokane");
|
|
hihiirokane.maxStackSize = 64;
|
|
hihiirokane.beaconPayment = false;
|
|
hihiirokane.register();
|
|
|
|
var orichalcum = VanillaFactory.createItem("orichalcum");
|
|
orichalcum.maxStackSize = 64;
|
|
orichalcum.beaconPayment = false;
|
|
orichalcum.register();
|
|
|
|
var dreminfusioncrafting = VanillaFactory.createItem("dream_infusion_crafting");
|
|
dreminfusioncrafting.maxStackSize = 64;
|
|
dreminfusioncrafting.beaconPayment = false;
|
|
dreminfusioncrafting.register(); |