diff --git a/web/CustomSkinLoader/CustomSkinLoader.json b/web/CustomSkinLoader/CustomSkinLoader.json deleted file mode 100644 index 9763b9a..0000000 --- a/web/CustomSkinLoader/CustomSkinLoader.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "enable": true, - "loadlist": [ - { - "name": "Piel de patata", - "type": "CustomSkinAPI", - "root": "https://auth.oier.ovh/csl/" - }, - { - "name": "Mojang", - "type": "MojangAPI" - } - ] -} diff --git a/web/PatataPack-linux.zip b/web/PatataPack-linux.zip deleted file mode 100644 index 9644a6a..0000000 Binary files a/web/PatataPack-linux.zip and /dev/null differ diff --git a/web/PatataPack-windows.zip b/web/PatataPack-windows.zip deleted file mode 100644 index 098da1d..0000000 Binary files a/web/PatataPack-windows.zip and /dev/null differ diff --git a/web/authlib-injector-1.2.5.jar b/web/authlib-injector-1.2.5.jar deleted file mode 100644 index dc50e5b..0000000 Binary files a/web/authlib-injector-1.2.5.jar and /dev/null differ diff --git a/web/config/InventoryHUD/curios.json b/web/config/InventoryHUD/curios.json deleted file mode 100644 index ed3a433..0000000 --- a/web/config/InventoryHUD/curios.json +++ /dev/null @@ -1 +0,0 @@ -{"tiab":{"x":0,"y":20,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring_2":{"x":0,"y":80,"enabled":false,"halign":"LEFT","valign":"TOP"},"hands":{"x":0,"y":40,"enabled":false,"halign":"LEFT","valign":"TOP"},"ring":{"x":0,"y":60,"enabled":false,"halign":"LEFT","valign":"TOP"},"belt":{"x":0,"y":100,"enabled":false,"halign":"LEFT","valign":"TOP"},"trinkets":{"x":0,"y":120,"enabled":false,"halign":"LEFT","valign":"TOP"},"back":{"x":0,"y":140,"enabled":false,"halign":"LEFT","valign":"TOP"},"necklace":{"x":0,"y":160,"enabled":false,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":0,"y":180,"enabled":false,"halign":"LEFT","valign":"TOP"},"an_focus":{"x":0,"y":200,"enabled":false,"halign":"LEFT","valign":"TOP"},"body":{"x":0,"y":220,"enabled":false,"halign":"LEFT","valign":"TOP"},"curio":{"x":0,"y":240,"enabled":false,"halign":"LEFT","valign":"TOP"},"head":{"x":0,"y":260,"enabled":false,"halign":"LEFT","valign":"TOP"},"charm":{"x":0,"y":280,"enabled":false,"halign":"LEFT","valign":"TOP"},"extra":{"x":0,"y":300,"enabled":false,"halign":"LEFT","valign":"TOP"}} \ No newline at end of file diff --git a/web/config/MouseTweaks.cfg b/web/config/MouseTweaks.cfg deleted file mode 100644 index 81190ac..0000000 --- a/web/config/MouseTweaks.cfg +++ /dev/null @@ -1,8 +0,0 @@ -RMBTweak=1 -LMBTweakWithItem=1 -LMBTweakWithoutItem=1 -WheelTweak=1 -WheelSearchOrder=1 -WheelScrollDirection=0 -ScrollItemScaling=0 -Debug=0 diff --git a/web/config/ad_astra.jsonc b/web/config/ad_astra.jsonc deleted file mode 100644 index df44572..0000000 --- a/web/config/ad_astra.jsonc +++ /dev/null @@ -1,223 +0,0 @@ -{ - // If true, entities will be affected by gravity. - "doEntityGravity": true, - // Do gravity for mobs, players etc. - "doLivingEntityGravity": true, - "acidRainBurns": true, - "doOxygen": true, - // Do sound suppression in orbit dimensions. If it gets annoying, you can turn it off. - "doSpaceMuffler": true, - // Type: Long - "oxygenTankSize": 500, - // Type: Integer - "hammerDurability": 64, - "giveAstroduxAtSpawn": false, - // Type: Integer - "oxygenBarXOffset": 0, - // Type: Integer - "oxygenBarYOffset": 0, - // Type: Float - "oxygenBarScale": 1.0, - // Type: Integer - "energyBarXOffset": 0, - // Type: Integer - "energyBarYOffset": 0, - // Type: Float - "energyBarScale": 1.0, - // Type: Float - "orbitGravity": 3.26, - // Type: Integer - "oxygenDamage": 1, - // Type: Integer - "freezeDamage": 1, - // Type: Integer - "heatDamage": 2, - // Type: Integer - "acidRainDamage": 3, - "allowFlagImages": true, - // A list of planets that should be disabled. This is a comma-separated list of planet ids. - "disabledPlanets": "", - // Prevents stuff like gravity and oxygen checks in the overworld as that's normally not used in Ad Astra. enable if you're making an addon or something that transforms the overworld into some sort of planet. - "avoidOverworldChecks": true, - "spawning": { - "spawnCorruptedLunarians": true, - "spawnStarCrawlers": true, - "spawnMartianRaptors": true, - "spawnMoglers": true, - "spawnSulfurCreepers": true, - "spawnLunarianWanderingTrader": true - }, - "spaceSuit": { - // Type: Long - "spaceSuitTankSize": 1000, - // Type: Long - "netheriteSpaceSuitTankSize": 2000, - "netheriteSpaceSuitHasFireResistance": true, - /* - * The speed when flying forward. - * Type: Double - */ - "jetSuitSpeed": 0.8, - /* - * The speed when idle flying up. - * Type: Double - */ - "jetSuitUpwardsSpeed": 0.5, - // Type: Long - "jetSuitEnergyPerTick": 60, - // Type: Long - "jetSuitTankSize": 4000, - // Type: Long - "jetSuitMaxEnergy": 1000000, - "enableJetSuitFlight": true, - // Type: Integer - "jetSuitProtectionMultiplier": 1, - // Type: Integer - "jetSuitArmorToughness": 5, - "spawnJetSuitParticles": true - }, - "vehicles": { - /* - * The velocity to trigger a vehicle explosion while falling. - * Type: Double - */ - "fallingExplosionThreshold": -1.2, - /* - * How much the explosion should be multiplied by when the vehicle has fallen. - * Type: Float - */ - "fallingExplosionMultiplier": 0.7, - // Type: Double - "gravity": -2.0, - // Should the camera move in 3rd person in the rocket and lander for a better view? - "moveCameraInVehicle": true, - "lander": { - // Type: Double - "boosterThreshold": -0.1, - // Type: Double - "boosterSpeed": 0.1 - }, - "rover": { - "explodeRoverInLava": true, - // Type: Long - "fuelPerSecond": 10, - // Type: Float - "turnSpeed": 3.0, - // Type: Float - "maxTurnSpeed": 6.0, - // Type: Float - "deceleration": 0.9, - // Type: Float - "minSpeed": -0.2, - // Type: Float - "maxSpeed": 0.3, - // Type: Long - "tankSize": 3000 - }, - "rocket": { - // Type: Integer - "atmosphereLeave": 600, - // Type: Integer - "countDownTicks": 200, - // Type: Double - "acceleration": 0.005, - // Type: Double - "maxSpeed": 0.5, - "entitiesBurnUnderRocket": true, - // Type: Long - "tankSize": 3000, - // Type: Long - "fuelLaunchCost": 3000, - // Type: Long - "efficientFuelLaunchCost": 1000, - "takeDamageInRocket": true - } - }, - "coalGenerator": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10 - }, - "compressor": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10 - }, - "fuelRefinery": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 30, - // Type: Long - "tankSize": 3000 - }, - "oxygenLoader": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10, - // Type: Long - "tankSize": 3000 - }, - "oxygenDistributor": { - // Type: Long - "maxEnergy": 20000, - // Type: Long - "fluidConversionEnergyPerTick": 5, - // Type: Long - "tankSize": 6000, - /* - * How many blocks the distributor can distribute oxygen in. Be careful increasing this number, as it can reduce server performance significantly. If you are adamant about increasing this value, consider increasing the Oxygen Loader refresh ticks so the server is not constantly checking thousands of blocks. - * Range: 1 - 50000 - */ - "maxBlockChecks": 3000, - /* - * How often the oxygen loader checks if the structure is sealed. Performing this operation too often can kill server TPS, so be wary. - * Range: 0 - 500 - */ - "refreshTicks": 60, - /* - * Increases the oxygen requirements as the distributor covers more blocks. - * Type: Double - */ - "oxygenMultiplier": 1.0, - /* - * Increases the energy requirements as the distributor covers more blocks. - * Type: Double - */ - "energyMultiplier": 3.0 - }, - "solarPanel": { - // Type: Long - "maxEnergy": 18000, - // Type: Double - "energyMultiplier": 1.0 - }, - "waterPump": { - // Type: Long - "maxEnergy": 9000, - // Type: Long - "energyPerTick": 10, - // Type: Long - "tankSize": 6000, - // Type: Long - "transferPerTick": 100, - "deleteWaterBelowWaterPump": true - }, - "energizer": { - // Type: Long - "maxEnergy": 2000000, - // Type: Long - "energyPerTick": 600 - }, - "cryoFreezer": { - // Type: Long - "maxEnergy": 30000, - // Type: Long - "energyPerTick": 18, - // Type: Long - "tankSize": 3000 - } -} \ No newline at end of file diff --git a/web/config/ad_astra_giselle_addon.jsonc b/web/config/ad_astra_giselle_addon.jsonc deleted file mode 100644 index 2c5dcc5..0000000 --- a/web/config/ad_astra_giselle_addon.jsonc +++ /dev/null @@ -1,120 +0,0 @@ -{ - "items": { - // Type: Long - "oxygen_can_fluid_capacity": 500, - // Type: Long - "oxygen_can_fluid_transfer": 125, - // Type: Long - "netherite_oxygen_can_fluid_capacity": 1000, - // Type: Long - "netherite_oxygen_can_fluid_transfer": 250 - }, - "machines": { - // Type: Long - "fuel_loader_fluid_capacity": 8000, - // Type: Long - "fuel_loader_fluid_transfer": 250, - /* - * Blocks from Fuel Loader to each direction - * Type: Integer - */ - "fuel_loader_working_range": 2, - // Type: Long - "automation_nasa_workbench_energy_capacity": 9600, - // Type: Long - "automation_nasa_workbench_energy_usage": 24, - // Type: Integer - "automation_nasa_workbench_cook_time": 200, - // Type: Long - "gravity_normalizer_energy_capacity": 9600, - /* - * Blocks = x * y * z - * Type: Double - */ - "gravity_normalizer_energy_per_blocks": 0.5, - // Type: Integer - "gravity_normalizer_max_length": 31, - // Type: Integer - "gravity_normalizer_proof_duration": 10, - /* - * Blocks from Rocket Sensor to each direction - * Type: Integer - */ - "rocket_sensor_working_range": 2 - }, - "enchantments": { - // Show tooltip on this mod's enchanted book - "tooltip_enabled": true, - /* - * Tooltip will don't show when 'Enchantment Descriptions' or 'Enchantment Lore' or 'CoFH Core' installed. - * but, if this set 'true' show tooltip with ignore that mods. - */ - "tooltip_ignore": false, - /* - * Energy usage for breath [in every 30 ticks] - * Type: Integer - */ - "space_breathing_energy_using": 30, - /* - * Oxygen usage on using durability - * Type: Long - */ - "space_breathing_durability_oxygen": 2, - /* - * Durability usage for breath - * Type: Integer - */ - "space_breathing_durability_using": 1, - /* - * Breath duration on using durability [ticks, be multiple of 30] - * Type: Integer - */ - "space_breathing_durability_duration": 60, - /* - * Energy usage for proof [in every 10 ticks] - * Type: Integer - */ - "space_fire_proof_energy_using": 10, - /* - * Durability usage for proof - * Type: Integer - */ - "space_fire_proof_durability_using": 1, - /* - * Proof duration on using durability [ticks, be multiple of 10] - * Type: Integer - */ - "space_fire_proof_durability_duration": 60, - /* - * Energy usage for proof [in every 10 ticks] - * Type: Integer - */ - "acid_rain_proof_energy_using": 10, - /* - * Durability usage for proof - * Type: Integer - */ - "acid_rain_proof_durability_using": 1, - /* - * Proof duration on using durability [ticks, be multiple of 10] - * Type: Integer - */ - "acid_rain_proof_durability_duration": 60, - /* - * Energy usage for proof [in every 10 ticks] - * Type: Integer - */ - "gravity_normalizing_energy_using": 10, - /* - * Durability usage for proof - * Type: Integer - */ - "gravity_normalizing_durability_using": 1, - /* - * Proof duration on using durability [ticks, be multiple of 10] - * Type: Integer - */ - "gravity_normalizing_durability_duration": 60 - }, - "compats": {} -} \ No newline at end of file diff --git a/web/config/additionalstructures-client.toml b/web/config/additionalstructures-client.toml deleted file mode 100644 index 240845f..0000000 --- a/web/config/additionalstructures-client.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#General -[general] - #Activate the Update-Checker - update-checker = true - diff --git a/web/config/ageofweapons-client.toml b/web/config/ageofweapons-client.toml deleted file mode 100644 index 7f52e03..0000000 --- a/web/config/ageofweapons-client.toml +++ /dev/null @@ -1,15 +0,0 @@ - -#General -[general] - #Activate the Update-Checker - update-checker = true - #Enable that tools/weapons to be added to the mod tabs of the correct epoch - add_vanilla_items_to_mod_tabs = true - -#Items -[items] - #Should the weapon perks be displayed on the item tooltips? - show_perks = true - #Should the weapon perks be displayed in JEI? - show_perks_in_jei = true - diff --git a/web/config/almostunified/debug.json b/web/config/almostunified/debug.json deleted file mode 100644 index f163e52..0000000 --- a/web/config/almostunified/debug.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "dumpTagMap": false, - "dumpDuplicates": false, - "dumpUnification": false, - "dumpOverview": false, - "dumpRecipes": false -} \ No newline at end of file diff --git a/web/config/almostunified/duplicates.json b/web/config/almostunified/duplicates.json deleted file mode 100644 index 43613aa..0000000 --- a/web/config/almostunified/duplicates.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "ignoredRecipeTypes": [ - "cucumber:shaped_tag" - ], - "ignoredRecipes": [], - "defaultDuplicateRules": { - "ignoredFields": [ - "conditions", - "group" - ], - "rules": { - "cookingtime": "HigherRule", - "energy": "HigherRule", - "experience": "HigherRule" - }, - "shouldSanitize": false - }, - "overrideDuplicateRules": { - "minecraft:crafting_shaped": { - "ignoredFields": [ - "pattern", - "conditions", - "key", - "group" - ], - "rules": {}, - "shouldSanitize": false - } - }, - "strictMode": false -} \ No newline at end of file diff --git a/web/config/almostunified/startup.json b/web/config/almostunified/startup.json deleted file mode 100644 index 448a42c..0000000 --- a/web/config/almostunified/startup.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "serverOnly": false -} \ No newline at end of file diff --git a/web/config/almostunified/unify.json b/web/config/almostunified/unify.json deleted file mode 100644 index a21b7e6..0000000 --- a/web/config/almostunified/unify.json +++ /dev/null @@ -1,95 +0,0 @@ -{ - "modPriorities": [ - "minecraft", - "kubejs", - "crafttweaker", - "create", - "thermal", - "immersiveengineering", - "mekanism" - ], - "stoneStrata": [ - "stone", - "nether", - "deepslate", - "granite", - "diorite", - "andesite" - ], - "tags": [ - "forge:nuggets/{material}", - "forge:dusts/{material}", - "forge:gears/{material}", - "forge:gems/{material}", - "forge:ingots/{material}", - "forge:raw_materials/{material}", - "forge:ores/{material}", - "forge:plates/{material}", - "forge:rods/{material}", - "forge:wires/{material}", - "forge:storage_blocks/{material}", - "forge:storage_blocks/raw_{material}" - ], - "materials": [ - "aeternium", - "aluminum", - "amber", - "apatite", - "bitumen", - "brass", - "bronze", - "charcoal", - "chrome", - "cinnabar", - "coal", - "coal_coke", - "cobalt", - "constantan", - "copper", - "diamond", - "electrum", - "elementium", - "emerald", - "enderium", - "fluorite", - "gold", - "graphite", - "invar", - "iridium", - "iron", - "lapis", - "lead", - "lumium", - "mithril", - "netherite", - "nickel", - "obsidian", - "osmium", - "peridot", - "platinum", - "potassium_nitrate", - "ruby", - "sapphire", - "signalum", - "silver", - "steel", - "sulfur", - "tin", - "tungsten", - "uranium", - "zinc" - ], - "priorityOverrides": {}, - "tagOwnerships": {}, - "itemTagInheritanceMode": "ALLOW", - "itemTagInheritance": {}, - "blockTagInheritanceMode": "ALLOW", - "blockTagInheritance": {}, - "ignoredTags": [], - "ignoredItems": [], - "ignoredRecipeTypes": [ - "cucumber:shaped_tag" - ], - "ignoredRecipes": [], - "itemsHidingJeiRei": true -} \ No newline at end of file diff --git a/web/config/appleskin-client.toml b/web/config/appleskin-client.toml deleted file mode 100644 index b171cd8..0000000 --- a/web/config/appleskin-client.toml +++ /dev/null @@ -1,24 +0,0 @@ - -[client] - #If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding - showFoodValuesHudOverlay = true - #If true, shows your food exhaustion as a progress bar behind the hunger bars - showFoodExhaustionHudUnderlay = true - #Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) - #Range: 0.0 ~ 1.0 - maxHudOverlayFlashAlpha = 0.65 - #If true, health/hunger overlay will shake to match Minecraft's icon animations - showVanillaAnimationsOverlay = true - #If true, adds a line that shows your hunger, saturation, and exhaustion level in the F3 debug overlay - showFoodStatsInDebugOverlay = true - #If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT - showFoodValuesInTooltip = true - #If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) - showFoodValuesInTooltipAlways = true - #If true, shows estimated health restored by food on the health bar - showFoodHealthHudOverlay = true - #If true, shows your current saturation level overlayed on the hunger bar - showSaturationHudOverlay = true - #If true, enables the hunger/saturation/health overlays for food in your off-hand - showFoodValuesHudOverlayWhenOffhand = true - diff --git a/web/config/ars_creo-common.toml b/web/config/ars_creo-common.toml deleted file mode 100644 index 40e268d..0000000 --- a/web/config/ars_creo-common.toml +++ /dev/null @@ -1,7 +0,0 @@ -#Base speed of the wheel -#Range: > 0 -wheelBaseSpeed = 16 -#Speed of the wheel with a gold block in front -#Range: > 0 -wheelMaxSpeed = 24 - diff --git a/web/config/ars_nouveau-client.toml b/web/config/ars_nouveau-client.toml deleted file mode 100644 index d76f476..0000000 --- a/web/config/ars_nouveau-client.toml +++ /dev/null @@ -1,44 +0,0 @@ - -#Lighting -[lights] - #Show the supporter message. This is set to false after the first time. - showSupporterMessage = true - #If dynamic lights are enabled - lightsEnabled = false - #How bright the touch light is - #Range: 0 ~ 15 - touchLightLuminance = 8 - #How long the touch light lasts in ticks - #Range: 0 ~ 40 - touchLightDuration = 8 - #Light level an entity should emit when dynamic lights are on - #Example entry: minecraft:blaze=15 - entity_lights = ["minecraft:blaze=10", "ars_nouveau:orbit=15", "ars_nouveau:linger=15", "ars_nouveau:spell_proj=15", "minecraft:magma_cube=8", "ars_nouveau:flying_item=10", "minecraft:spectral_arrow=8", "ars_nouveau:follow_proj=10"] - #Light level an item should emit when held when dynamic lights are on - #Example entry: minecraft:stick=15 - item_lights = ["minecraft:redstone_torch=10", "minecraft:soul_lantern=12", "minecraft:glow_ink_sac=10", "minecraft:verdant_froglight=15", "minecraft:blaze_rod=10", "minecraft:shroomlight=10", "minecraft:lantern=14", "minecraft:soul_torch=10", "minecraft:glow_berries=8", "minecraft:glowstone_dust=8", "minecraft:pearlescent_froglight=15", "minecraft:nether_star=14", "minecraft:glowstone=15", "minecraft:torch=14", "minecraft:ochre_froglight=15", "minecraft:lava_bucket=15"] - - #Overlay - [lights.overlays] - #X offset for the tooltip - #Range: > -2147483648 - xTooltip = 20 - #Y offset for the tooltip - #Range: > -2147483648 - yTooltip = 0 - #X offset for the Mana Bar - #Range: > -2147483648 - xManaBar = 0 - #Y offset for the Mana Bar - #Range: > -2147483648 - yManaBar = 0 - #If the Storage Lectern should show the recipe book icon - showRecipeBook = true - - #Misc - [lights.overlays.misc] - #Use simplified renderer for Warp Portals - no_end_portal_render = false - #Disables the skyweave renderer. Disable if your sky is broken with shaders. - disable_skyweave = false - diff --git a/web/config/ars_nouveau-common.toml b/web/config/ars_nouveau-common.toml deleted file mode 100644 index 165ddef..0000000 --- a/web/config/ars_nouveau-common.toml +++ /dev/null @@ -1,70 +0,0 @@ - -#General settings -[general] - #Dimensions where hostile mobs will not spawn. Ex: ["minecraft:overworld", "undergarden:undergarden"]. . Run /forge dimensions for a list. - dimensionBlacklist = [] - #Spawn a book in the players inventory on login - spawnBook = true - #Inform the player of Dynamic lights once. - informLights = true - #How much mana whirlisprigs consume per generation - #Range: 0 ~ 10000 - sylphManaCost = 250 - #How much progress whirlisprigs must accumulate before creating resources - #Range: 0 ~ 10000 - whirlisprigProgress = 250 - #Should the Wilden Hunter attack animals? - hunterHuntsAnimals = false - #Should the Wilden Stalker attack animals? - stalkerHuntsAnimals = false - #Should the Wilden Defender attack animals? - defenderHuntsAnimals = false - #Should the Wilden Chimera dive bomb destroy blocks? - destructiveDiveBomb = true - #Archwood forest spawn weight - #Range: > 0 - archwoodForest = 2 - #How many inventories can lectern support per bookwyrm - #Range: > 1 - bookwyrmLimit = 8 - -[drygmy_production] - #How much source drygmys consume per generation - #Range: 0 ~ 10000 - drygmyManaCost = 1000 - #How many channels must occur before a drygmy produces loot - #Range: 0 ~ 300 - drygmyMaxProgress = 20 - #Bonus number of items a drygmy produces per unique mob - #Range: 0 ~ 300 - drygmyUniqueBonus = 2 - #Base number of items a drygmy produces per cycle before bonuses. - #Range: > -2147483648 - drygmyBaseItems = 1 - #Max Bonus number of items a drygmy produces from nearby entities. Each entity equals 1 item. - #Range: 0 ~ 300 - drygmyQuantityCap = 5 - -#Items -[item] - #Spawn Caster Tomes in Dungeon Loot? - spawnTomes = true - -#Blocks -[block] - #How much potion a melder takes from each input jar. 100 = 1 potion - #Range: > 100 - melderInputCost = 200 - #How much potion a melder outputs per cycle. 100 = 1 potion - #Range: > 100 - melderOutput = 100 - #How much source a melder takes per cycle - #Range: > 0 - melderSourceCost = 300 - -#Debug -[debug] - #Max number of log events to keep on entities. Lowering this number may make it difficult to debug why your entities are stuck. - #Range: > 0 - maxLogEvents = 100 - diff --git a/web/config/ars_nouveau-server.toml b/web/config/ars_nouveau-server.toml deleted file mode 100644 index c83937f..0000000 --- a/web/config/ars_nouveau-server.toml +++ /dev/null @@ -1,49 +0,0 @@ - -#Mana -[mana] - #Base mana regen in seconds - #Range: > 0 - baseRegen = 5 - #Base max mana - #Range: > 0 - baseMax = 100 - #How often max and regen will be calculated, in ticks. NOTE: Having the base mana regen AT LEAST this value is recommended. - #Range: 1 ~ 20 - updateInterval = 5 - #Max mana bonus per glyph - #Range: > 0 - glyphmax = 15 - #Max mana bonus for tier of book - #Range: > 0 - tierMax = 50 - #Mana regen bonus for tier of book - #Range: > 0 - tierRegen = 1 - #Mana Boost value per level - #Range: > 0 - manaBoost = 25 - #(enchantment) Mana regen per second per level - #Range: > 0 - manaRegenEnchantment = 2 - #Regen bonus per glyph - #Range: 0.0 ~ 2.147483647E9 - glyphRegen = 0.33 - #Regen bonus per potion level - #Range: > 0 - potionRegen = 10 - -[spell_casting] - #Enforce augment cap on casting? Turn this off if you are a pack maker and want to create more powerful items than players. - enforceCapOnCast = true - #Enforce glyph per spell limit on casting? Turn this off if you are a pack maker and want to create more powerful items than players. - enforceGlyphLimitOnCast = true - -[item] - #Cost per glyph in a codex - #Range: > 0 - codexCost = 10 - -[warp_portals] - #Enable warp portals? - enableWarpPortals = true - diff --git a/web/config/ars_nouveau/burst.toml b/web/config/ars_nouveau/burst.toml deleted file mode 100644 index 6e402e9..0000000 --- a/web/config/ars_nouveau/burst.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 500 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: 1 ~ 1 - per_spell_limit = 1 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_accelerate.toml b/web/config/ars_nouveau/glyph_accelerate.toml deleted file mode 100644 index b0b30a8..0000000 --- a/web/config/ars_nouveau/glyph_accelerate.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_amplify.toml b/web/config/ars_nouveau/glyph_amplify.toml deleted file mode 100644 index a3cda5e..0000000 --- a/web/config/ars_nouveau/glyph_amplify.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 20 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - diff --git a/web/config/ars_nouveau/glyph_animate_block.toml b/web/config/ars_nouveau/glyph_animate_block.toml deleted file mode 100644 index 4b0e0eb..0000000 --- a/web/config/ars_nouveau/glyph_animate_block.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 200 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base duration in seconds - #Range: > 0 - duration = 60 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 60 - diff --git a/web/config/ars_nouveau/glyph_aoe.toml b/web/config/ars_nouveau/glyph_aoe.toml deleted file mode 100644 index 3ed0ecd..0000000 --- a/web/config/ars_nouveau/glyph_aoe.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 35 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_blink.toml b/web/config/ars_nouveau/glyph_blink.toml deleted file mode 100644 index d75ad3c..0000000 --- a/web/config/ars_nouveau/glyph_blink.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base teleport distance - #Range: > 0 - distance = 8 - #Range: 0.0 ~ 2.147483647E9 - amplify = 3.0 - diff --git a/web/config/ars_nouveau/glyph_bounce.toml b/web/config/ars_nouveau/glyph_bounce.toml deleted file mode 100644 index c8fa29b..0000000 --- a/web/config/ars_nouveau/glyph_bounce.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_break.toml b/web/config/ars_nouveau/glyph_break.toml deleted file mode 100644 index 9a49bd8..0000000 --- a/web/config/ars_nouveau/glyph_break.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = true - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_fortune=4"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_cold_snap.toml b/web/config/ars_nouveau/glyph_cold_snap.toml deleted file mode 100644 index b77271c..0000000 --- a/web/config/ars_nouveau/glyph_cold_snap.toml +++ /dev/null @@ -1,33 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 6.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 2.5 - #Potion duration, in seconds - #Range: > 0 - potion_time = 5 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 1 - diff --git a/web/config/ars_nouveau/glyph_conjure_water.toml b/web/config/ars_nouveau/glyph_conjure_water.toml deleted file mode 100644 index 4f8a8b1..0000000 --- a/web/config/ars_nouveau/glyph_conjure_water.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 80 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_craft.toml b/web/config/ars_nouveau/glyph_craft.toml deleted file mode 100644 index cc407e0..0000000 --- a/web/config/ars_nouveau/glyph_craft.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_crush.toml b/web/config/ars_nouveau/glyph_crush.toml deleted file mode 100644 index ff757ed..0000000 --- a/web/config/ars_nouveau/glyph_crush.toml +++ /dev/null @@ -1,27 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 3.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 1.0 - diff --git a/web/config/ars_nouveau/glyph_cut.toml b/web/config/ars_nouveau/glyph_cut.toml deleted file mode 100644 index 071e1a1..0000000 --- a/web/config/ars_nouveau/glyph_cut.toml +++ /dev/null @@ -1,27 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 0 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 1.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 1.0 - diff --git a/web/config/ars_nouveau/glyph_dampen.toml b/web/config/ars_nouveau/glyph_dampen.toml deleted file mode 100644 index 0a69e92..0000000 --- a/web/config/ars_nouveau/glyph_dampen.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 0 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_decelerate.toml b/web/config/ars_nouveau/glyph_decelerate.toml deleted file mode 100644 index 929521d..0000000 --- a/web/config/ars_nouveau/glyph_decelerate.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 5 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_delay.toml b/web/config/ars_nouveau/glyph_delay.toml deleted file mode 100644 index f1ae244..0000000 --- a/web/config/ars_nouveau/glyph_delay.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 0 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Extend time duration, in seconds - #Range: > 0 - extend_time = 1 - #Base duration in ticks. - #Range: > 0 - base_duration = 20 - diff --git a/web/config/ars_nouveau/glyph_dispel.toml b/web/config/ars_nouveau/glyph_dispel.toml deleted file mode 100644 index bfce29d..0000000 --- a/web/config/ars_nouveau/glyph_dispel.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_duration_down.toml b/web/config/ars_nouveau/glyph_duration_down.toml deleted file mode 100644 index 7b54044..0000000 --- a/web/config/ars_nouveau/glyph_duration_down.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_ender_inventory.toml b/web/config/ars_nouveau/glyph_ender_inventory.toml deleted file mode 100644 index 5fcf7db..0000000 --- a/web/config/ars_nouveau/glyph_ender_inventory.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_evaporate.toml b/web/config/ars_nouveau/glyph_evaporate.toml deleted file mode 100644 index cc407e0..0000000 --- a/web/config/ars_nouveau/glyph_evaporate.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_exchange.toml b/web/config/ars_nouveau/glyph_exchange.toml deleted file mode 100644 index 5fcf7db..0000000 --- a/web/config/ars_nouveau/glyph_exchange.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_explosion.toml b/web/config/ars_nouveau/glyph_explosion.toml deleted file mode 100644 index 27f2658..0000000 --- a/web/config/ars_nouveau/glyph_explosion.toml +++ /dev/null @@ -1,36 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 200 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - amplify = 0.5 - #Explosion base intensity - #Range: 0.0 ~ 100.0 - base = 0.75 - #AOE intensity bonus - #Range: 0.0 ~ 100.0 - aoe_bonus = 1.5 - #Range: 0.0 ~ 2.147483647E9 - damage = 6.0 - #Additional damage per amplify - #Range: 0.0 ~ 2.147483647E9 - amp_damage = 2.5 - diff --git a/web/config/ars_nouveau/glyph_extend_time.toml b/web/config/ars_nouveau/glyph_extend_time.toml deleted file mode 100644 index b0b30a8..0000000 --- a/web/config/ars_nouveau/glyph_extend_time.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_extract.toml b/web/config/ars_nouveau/glyph_extract.toml deleted file mode 100644 index 8576d4b..0000000 --- a/web/config/ars_nouveau/glyph_extract.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_fangs.toml b/web/config/ars_nouveau/glyph_fangs.toml deleted file mode 100644 index 597792c..0000000 --- a/web/config/ars_nouveau/glyph_fangs.toml +++ /dev/null @@ -1,27 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 35 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 6.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 3.0 - diff --git a/web/config/ars_nouveau/glyph_fell.toml b/web/config/ars_nouveau/glyph_fell.toml deleted file mode 100644 index cb7c5d8..0000000 --- a/web/config/ars_nouveau/glyph_fell.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 150 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base amount of harvested blocks - #Range: > 0 - base_harvest = 50 - #Additional max blocks per AOE - #Range: > 0 - aoe_bonus = 50 - diff --git a/web/config/ars_nouveau/glyph_firework.toml b/web/config/ars_nouveau/glyph_firework.toml deleted file mode 100644 index a64e26f..0000000 --- a/web/config/ars_nouveau/glyph_firework.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_flare.toml b/web/config/ars_nouveau/glyph_flare.toml deleted file mode 100644 index 3f77b23..0000000 --- a/web/config/ars_nouveau/glyph_flare.toml +++ /dev/null @@ -1,30 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 40 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 7.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 3.0 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 1 - diff --git a/web/config/ars_nouveau/glyph_fortune.toml b/web/config/ars_nouveau/glyph_fortune.toml deleted file mode 100644 index 0aedad9..0000000 --- a/web/config/ars_nouveau/glyph_fortune.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 80 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_freeze.toml b/web/config/ars_nouveau/glyph_freeze.toml deleted file mode 100644 index b906d22..0000000 --- a/web/config/ars_nouveau/glyph_freeze.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_sensitive=1"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 10 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 5 - diff --git a/web/config/ars_nouveau/glyph_glide.toml b/web/config/ars_nouveau/glyph_glide.toml deleted file mode 100644 index ed197e7..0000000 --- a/web/config/ars_nouveau/glyph_glide.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 180 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 120 - diff --git a/web/config/ars_nouveau/glyph_gravity.toml b/web/config/ars_nouveau/glyph_gravity.toml deleted file mode 100644 index 0c57fb6..0000000 --- a/web/config/ars_nouveau/glyph_gravity.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_grow.toml b/web/config/ars_nouveau/glyph_grow.toml deleted file mode 100644 index a914290..0000000 --- a/web/config/ars_nouveau/glyph_grow.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 70 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_gust.toml b/web/config/ars_nouveau/glyph_gust.toml deleted file mode 100644 index f3f53cf..0000000 --- a/web/config/ars_nouveau/glyph_gust.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base knockback value - #Range: 0.0 ~ 1.7976931348623157E308 - base_value = 1.5 - #Range: 0.0 ~ 2.147483647E9 - amplify = 1.0 - diff --git a/web/config/ars_nouveau/glyph_harm.toml b/web/config/ars_nouveau/glyph_harm.toml deleted file mode 100644 index ac5c25a..0000000 --- a/web/config/ars_nouveau/glyph_harm.toml +++ /dev/null @@ -1,33 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = true - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 5.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 2.0 - #Potion duration, in seconds - #Range: > 0 - potion_time = 5 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 5 - diff --git a/web/config/ars_nouveau/glyph_harvest.toml b/web/config/ars_nouveau/glyph_harvest.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_harvest.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_heal.toml b/web/config/ars_nouveau/glyph_heal.toml deleted file mode 100644 index 7476009..0000000 --- a/web/config/ars_nouveau/glyph_heal.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base heal amount - #Range: 0.0 ~ 1.7976931348623157E308 - base_heal = 3.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 3.0 - diff --git a/web/config/ars_nouveau/glyph_hex.toml b/web/config/ars_nouveau/glyph_hex.toml deleted file mode 100644 index 3394f6d..0000000 --- a/web/config/ars_nouveau/glyph_hex.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=4"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_ignite.toml b/web/config/ars_nouveau/glyph_ignite.toml deleted file mode 100644 index 458c8bf..0000000 --- a/web/config/ars_nouveau/glyph_ignite.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Extend time duration, in seconds - #Range: > 0 - extend_time = 2 - #Potion duration, in seconds - #Range: > 0 - potion_time = 3 - diff --git a/web/config/ars_nouveau/glyph_infuse.toml b/web/config/ars_nouveau/glyph_infuse.toml deleted file mode 100644 index 20c0570..0000000 --- a/web/config/ars_nouveau/glyph_infuse.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_aoe=1", "ars_nouveau:glyph_extend_time=1"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_intangible.toml b/web/config/ars_nouveau/glyph_intangible.toml deleted file mode 100644 index 3d2c20d..0000000 --- a/web/config/ars_nouveau/glyph_intangible.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base duration, in seconds - #Range: > 0 - base = 3 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 1 - diff --git a/web/config/ars_nouveau/glyph_interact.toml b/web/config/ars_nouveau/glyph_interact.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_interact.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_invisibility.toml b/web/config/ars_nouveau/glyph_invisibility.toml deleted file mode 100644 index cd114db..0000000 --- a/web/config/ars_nouveau/glyph_invisibility.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_launch.toml b/web/config/ars_nouveau/glyph_launch.toml deleted file mode 100644 index 4ea0bec..0000000 --- a/web/config/ars_nouveau/glyph_launch.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base knockup amount - #Range: 0.0 ~ 1.7976931348623157E308 - knockup = 0.8 - #Range: 0.0 ~ 2.147483647E9 - amplify = 0.25 - diff --git a/web/config/ars_nouveau/glyph_leap.toml b/web/config/ars_nouveau/glyph_leap.toml deleted file mode 100644 index bd68d06..0000000 --- a/web/config/ars_nouveau/glyph_leap.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 25 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base knockup amount - #Range: 0.0 ~ 1.7976931348623157E308 - knock_up = 1.5 - #Range: 0.0 ~ 2.147483647E9 - amplify = 1.0 - diff --git a/web/config/ars_nouveau/glyph_light.toml b/web/config/ars_nouveau/glyph_light.toml deleted file mode 100644 index 0a73d8f..0000000 --- a/web/config/ars_nouveau/glyph_light.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 25 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=1"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_lightning.toml b/web/config/ars_nouveau/glyph_lightning.toml deleted file mode 100644 index a15861a..0000000 --- a/web/config/ars_nouveau/glyph_lightning.toml +++ /dev/null @@ -1,30 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 5.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 3.0 - #Bonus damage for wet entities - #Range: 0.0 ~ 1.7976931348623157E308 - wet_bonus = 2.0 - diff --git a/web/config/ars_nouveau/glyph_linger.toml b/web/config/ars_nouveau/glyph_linger.toml deleted file mode 100644 index 6e402e9..0000000 --- a/web/config/ars_nouveau/glyph_linger.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 500 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: 1 ~ 1 - per_spell_limit = 1 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_name.toml b/web/config/ars_nouveau/glyph_name.toml deleted file mode 100644 index 5ad240f..0000000 --- a/web/config/ars_nouveau/glyph_name.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 25 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_orbit.toml b/web/config/ars_nouveau/glyph_orbit.toml deleted file mode 100644 index 0194aee..0000000 --- a/web/config/ars_nouveau/glyph_orbit.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_phantom_block.toml b/web/config/ars_nouveau/glyph_phantom_block.toml deleted file mode 100644 index df7e965..0000000 --- a/web/config/ars_nouveau/glyph_phantom_block.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 5 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=1"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_pickup.toml b/web/config/ars_nouveau/glyph_pickup.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_pickup.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_pierce.toml b/web/config/ars_nouveau/glyph_pierce.toml deleted file mode 100644 index 7c69733..0000000 --- a/web/config/ars_nouveau/glyph_pierce.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 40 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - diff --git a/web/config/ars_nouveau/glyph_place_block.toml b/web/config/ars_nouveau/glyph_place_block.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_place_block.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_projectile.toml b/web/config/ars_nouveau/glyph_projectile.toml deleted file mode 100644 index 5f9b744..0000000 --- a/web/config/ars_nouveau/glyph_projectile.toml +++ /dev/null @@ -1,26 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = true - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Max lifespan of the projectile, in seconds. - #Range: > 0 - max_lifespan = 60 - diff --git a/web/config/ars_nouveau/glyph_pull.toml b/web/config/ars_nouveau/glyph_pull.toml deleted file mode 100644 index d59c506..0000000 --- a/web/config/ars_nouveau/glyph_pull.toml +++ /dev/null @@ -1,28 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 15 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base movement velocity - #Range: 0.0 ~ 1.7976931348623157E308 - base_value = 1.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 0.5 - diff --git a/web/config/ars_nouveau/glyph_redstone_signal.toml b/web/config/ars_nouveau/glyph_redstone_signal.toml deleted file mode 100644 index f3176ab..0000000 --- a/web/config/ars_nouveau/glyph_redstone_signal.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 0 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base time in ticks - #Range: > 0 - base_duration = 5 - #Extend time bonus, in ticks - #Range: > 0 - extend_time = 10 - diff --git a/web/config/ars_nouveau/glyph_rotate.toml b/web/config/ars_nouveau/glyph_rotate.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_rotate.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_rune.toml b/web/config/ars_nouveau/glyph_rune.toml deleted file mode 100644 index bfce29d..0000000 --- a/web/config/ars_nouveau/glyph_rune.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_self.toml b/web/config/ars_nouveau/glyph_self.toml deleted file mode 100644 index 8278bee..0000000 --- a/web/config/ars_nouveau/glyph_self.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = true - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_sense_magic.toml b/web/config/ars_nouveau/glyph_sense_magic.toml deleted file mode 100644 index 52dfc62..0000000 --- a/web/config/ars_nouveau/glyph_sense_magic.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 60 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 15 - diff --git a/web/config/ars_nouveau/glyph_sensitive.toml b/web/config/ars_nouveau/glyph_sensitive.toml deleted file mode 100644 index 1d07f9a..0000000 --- a/web/config/ars_nouveau/glyph_sensitive.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - diff --git a/web/config/ars_nouveau/glyph_slowfall.toml b/web/config/ars_nouveau/glyph_slowfall.toml deleted file mode 100644 index cd114db..0000000 --- a/web/config/ars_nouveau/glyph_slowfall.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 30 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/ars_nouveau/glyph_smelt.toml b/web/config/ars_nouveau/glyph_smelt.toml deleted file mode 100644 index b4e90c3..0000000 --- a/web/config/ars_nouveau/glyph_smelt.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_snare.toml b/web/config/ars_nouveau/glyph_snare.toml deleted file mode 100644 index d52a2af..0000000 --- a/web/config/ars_nouveau/glyph_snare.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 8 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 1 - diff --git a/web/config/ars_nouveau/glyph_split.toml b/web/config/ars_nouveau/glyph_split.toml deleted file mode 100644 index 457d2cb..0000000 --- a/web/config/ars_nouveau/glyph_split.toml +++ /dev/null @@ -1,17 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 20 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - diff --git a/web/config/ars_nouveau/glyph_summon_decoy.toml b/web/config/ars_nouveau/glyph_summon_decoy.toml deleted file mode 100644 index 4ab9e49..0000000 --- a/web/config/ars_nouveau/glyph_summon_decoy.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 200 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Extend time duration, in seconds - #Range: > 0 - extend_time = 15 - #Base duration in seconds - #Range: > 0 - duration = 30 - diff --git a/web/config/ars_nouveau/glyph_summon_steed.toml b/web/config/ars_nouveau/glyph_summon_steed.toml deleted file mode 100644 index 34c9463..0000000 --- a/web/config/ars_nouveau/glyph_summon_steed.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Extend time duration, in seconds - #Range: > 0 - extend_time = 120 - #Base duration in seconds - #Range: > 0 - duration = 300 - diff --git a/web/config/ars_nouveau/glyph_summon_undead.toml b/web/config/ars_nouveau/glyph_summon_undead.toml deleted file mode 100644 index 5efa359..0000000 --- a/web/config/ars_nouveau/glyph_summon_undead.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 150 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base duration in seconds - #Range: > 0 - duration = 15 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 10 - diff --git a/web/config/ars_nouveau/glyph_summon_vex.toml b/web/config/ars_nouveau/glyph_summon_vex.toml deleted file mode 100644 index 5efa359..0000000 --- a/web/config/ars_nouveau/glyph_summon_vex.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 150 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base duration in seconds - #Range: > 0 - duration = 15 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 10 - diff --git a/web/config/ars_nouveau/glyph_summon_wolves.toml b/web/config/ars_nouveau/glyph_summon_wolves.toml deleted file mode 100644 index f2b7db9..0000000 --- a/web/config/ars_nouveau/glyph_summon_wolves.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Base duration in seconds - #Range: > 0 - duration = 60 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 60 - diff --git a/web/config/ars_nouveau/glyph_toss.toml b/web/config/ars_nouveau/glyph_toss.toml deleted file mode 100644 index 03498ab..0000000 --- a/web/config/ars_nouveau/glyph_toss.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 10 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_touch.toml b/web/config/ars_nouveau/glyph_touch.toml deleted file mode 100644 index b577d96..0000000 --- a/web/config/ars_nouveau/glyph_touch.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 5 - #Is Starter Glyph? - starter = true - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_underfoot.toml b/web/config/ars_nouveau/glyph_underfoot.toml deleted file mode 100644 index efbacd4..0000000 --- a/web/config/ars_nouveau/glyph_underfoot.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 5 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 1 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_wall.toml b/web/config/ars_nouveau/glyph_wall.toml deleted file mode 100644 index 6e402e9..0000000 --- a/web/config/ars_nouveau/glyph_wall.toml +++ /dev/null @@ -1,23 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 500 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: 1 ~ 1 - per_spell_limit = 1 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = [] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - diff --git a/web/config/ars_nouveau/glyph_wind_shear.toml b/web/config/ars_nouveau/glyph_wind_shear.toml deleted file mode 100644 index 2b13b08..0000000 --- a/web/config/ars_nouveau/glyph_wind_shear.toml +++ /dev/null @@ -1,30 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 50 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 2 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=2"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Range: 0.0 ~ 2.147483647E9 - damage = 5.0 - #Range: 0.0 ~ 2.147483647E9 - amplify = 2.5 - #Damage per block in the air - #Range: 0.0 ~ 1.7976931348623157E308 - airDamage = 0.75 - diff --git a/web/config/ars_nouveau/glyph_wither.toml b/web/config/ars_nouveau/glyph_wither.toml deleted file mode 100644 index 3394f6d..0000000 --- a/web/config/ars_nouveau/glyph_wither.toml +++ /dev/null @@ -1,29 +0,0 @@ - -#General settings -[general] - #Is Enabled? - enabled = true - #Cost - #Range: > -2147483648 - cost = 100 - #Is Starter Glyph? - starter = false - #The maximum number of times this glyph may appear in a single spell - #Range: > 1 - per_spell_limit = 2147483647 - #The tier of the glyph - #Range: 1 ~ 99 - glyph_tier = 3 - #Limits the number of times a given augment may be applied to a given effect - #Example entry: "glyph_amplify=5" - augment_limits = ["ars_nouveau:glyph_amplify=4"] - #How much an augment should cost when used on this effect or form. This overrides the default cost in the augment config. - #Example entry: "glyph_amplify=50" - augment_cost_overrides = [] - #Potion duration, in seconds - #Range: > 0 - potion_time = 30 - #Extend time duration, in seconds - #Range: > 0 - extend_time = 8 - diff --git a/web/config/balm-common.toml b/web/config/balm-common.toml deleted file mode 100644 index afab694..0000000 --- a/web/config/balm-common.toml +++ /dev/null @@ -1,19 +0,0 @@ -#This is an example boolean property -exampleBoolean = true -#Range: > -2147483648 -exampleInt = 42 -exampleString = "Hello World" -exampleMultilineString = "Hello World" -#Allowed Values: Hello, World -exampleEnum = "Hello" -exampleStringList = ["Hello", "World"] -exampleIntList = [12, 24] -exampleEnumList = ["Hello", "World"] - -[exampleCategory] - #This is an example category - #This is an example string inside a category - innerField = "I am inside" - #Range: -3.4028234663852886E38 ~ 3.4028234663852886E38 - exampleFloat = 42.84000015258789 - diff --git a/web/config/bettercombat/client.json5 b/web/config/bettercombat/client.json5 deleted file mode 100644 index 704e0ea..0000000 --- a/web/config/bettercombat/client.json5 +++ /dev/null @@ -1,15 +0,0 @@ -{ - "isHoldToAttackEnabled": true, - "isMiningWithWeaponsEnabled": true, - "isSwingThruGrassEnabled": true, - "isAttackInsteadOfMineWhenEnemiesCloseEnabled": true, - "isHighlightCrosshairEnabled": true, - "hudHighlightColor": 16711680, - "isShowingArmsInFirstPerson": false, - "isShowingOtherHandFirstPerson": true, - "isSweepingParticleEnabled": true, - "isTooltipAttackRangeEnabled": true, - "weaponSwingSoundVolume": 100, - "isDebugOBBEnabled": true, - "swingThruGrassBlacklist": "farmersdelight" -} \ No newline at end of file diff --git a/web/config/bettercombat/fallback_compatibility.json b/web/config/bettercombat/fallback_compatibility.json deleted file mode 100644 index f284b1d..0000000 --- a/web/config/bettercombat/fallback_compatibility.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "schema_version": 1, - "blacklist_item_id_regex": "pickaxe", - "fallback_compatibility": [ - { - "item_id_regex": "claymore|great_sword|greatsword", - "weapon_attributes": "bettercombat:claymore" - }, - { - "item_id_regex": "great_hammer|greathammer|war_hammer|warhammer|maul", - "weapon_attributes": "bettercombat:hammer" - }, - { - "item_id_regex": "double_axe|doubleaxe|war_axe|waraxe|great_axe|greataxe", - "weapon_attributes": "bettercombat:double_axe" - }, - { - "item_id_regex": "scythe", - "weapon_attributes": "bettercombat:scythe" - }, - { - "item_id_regex": "halberd", - "weapon_attributes": "bettercombat:halberd" - }, - { - "item_id_regex": "glaive", - "weapon_attributes": "bettercombat:glaive" - }, - { - "item_id_regex": "spear", - "weapon_attributes": "bettercombat:spear" - }, - { - "item_id_regex": "lance", - "weapon_attributes": "bettercombat:lance" - }, - { - "item_id_regex": "anchor", - "weapon_attributes": "bettercombat:anchor" - }, - { - "item_id_regex": "battlestaff|battle_staff", - "weapon_attributes": "bettercombat:battlestaff" - }, - { - "item_id_regex": "claw", - "weapon_attributes": "bettercombat:claw" - }, - { - "item_id_regex": "fist|gauntlet", - "weapon_attributes": "bettercombat:fist" - }, - { - "item_id_regex": "trident|impaled", - "weapon_attributes": "bettercombat:trident" - }, - { - "item_id_regex": "katana", - "weapon_attributes": "bettercombat:katana" - }, - { - "item_id_regex": "rapier", - "weapon_attributes": "bettercombat:rapier" - }, - { - "item_id_regex": "sickle", - "weapon_attributes": "bettercombat:sickle" - }, - { - "item_id_regex": "soul_knife", - "weapon_attributes": "bettercombat:soul_knife" - }, - { - "item_id_regex": "dagger|knife", - "weapon_attributes": "bettercombat:dagger" - }, - { - "item_id_regex": "staff|wand|sceptre|stave|rod", - "weapon_attributes": "bettercombat:wand" - }, - { - "item_id_regex": "mace|hammer|flail", - "weapon_attributes": "bettercombat:mace" - }, - { - "item_id_regex": "axe", - "weapon_attributes": "bettercombat:axe" - }, - { - "item_id_regex": "coral_blade", - "weapon_attributes": "bettercombat:coral_blade" - }, - { - "item_id_regex": "twin_blade|twinblade", - "weapon_attributes": "bettercombat:twin_blade" - }, - { - "item_id_regex": "cutlass|scimitar|machete", - "weapon_attributes": "bettercombat:cutlass" - }, - { - "item_id_regex": "sword|blade", - "weapon_attributes": "bettercombat:sword" - } - ] -} \ No newline at end of file diff --git a/web/config/bettercombat/server.json5 b/web/config/bettercombat/server.json5 deleted file mode 100644 index 449be39..0000000 --- a/web/config/bettercombat/server.json5 +++ /dev/null @@ -1,93 +0,0 @@ -{ - /* Upswing (aka windup) is the first phase of the attack (between clicking and performing the damage). - Typical duration of upswing is `weapon cooldown * 0.5`. (Weapon specific upswing values can be defined in weapon attributes) - This config allows you to change upswing duration. - Example values: - - `0.5` (default, fast paced attack initiation) upswing typically lasts 25% of the attack cooldown - - `1.0` (classic setting, realistic attack initiation) upswing typically lasts 50% of the attack cooldown - */ - "upswing_multiplier": 0.5, - // Bypass damage receive throttling of LivingEntity from player attacks. - "allow_fast_attacks": true, - // Allows client-side target search and server-side attack request execution against currently mounted entity of the player - "allow_attacking_mount": false, - // The minimum number of ticks between two attacks - "attack_interval_cap": 2, - /* Blacklist for entities that are acting as vehicle but should not be treated as protected mounts. - Classical example is an alexsmobs:crocodile attempting a death spin. - (Note all hostile mobs hittable by default, this config is to fix faulty mobs) - */ - "hostile_player_vehicles": [ - "alexsmobs:crocodile" - ], - // Allows vanilla sweeping mechanic to work and Sweeping Edge enchantment - "allow_vanilla_sweeping": false, - // Allows new sweeping mechanic (by Better Combat) to work, including Sweeping Edge enchantment - "allow_reworked_sweeping": true, - /* The more additional targets a weapon swing hits, the weaker it will get. - Entities struck (+1) in a swing more than this, won't get weakened any further. - */ - "reworked_sweeping_extra_target_count": 4, - /* Determines how weak the attack becomes when striking `reworked_sweeping_extra_target_count + 1` targets. - Example values: - - `0.5` -50% damage - */ - "reworked_sweeping_maximum_damage_penalty": 0.5, - /* The maximum level Sweeping Edge enchantment applied to the attackers weapon will restore this amount of penalty. - Example values: - - `0.5` restores 50% damage penalty when 3 levels are applied, so 16.66% when 1 level is applied - */ - "reworked_sweeping_enchant_restores": 0.5, - "reworked_sweeping_plays_sound": true, - "reworked_sweeping_emits_particles": true, - "reworked_sweeping_sound_and_particles_only_for_swords": true, - // Allows client-side target search to ignore obstacles. WARNING! Setting this to `false` significantly increases the load on clients. - "allow_attacking_thru_walls": false, - // Applies movement speed multiplier while attacking. (Min: 0, Max: 1). Use `0` for a full stop while attacking. Use `1` for no movement speed penalty - "movement_speed_while_attacking": 0.5, - // Determines if applying the movement speed multiplier while attacking is done smoothly or instantly - "movement_speed_applied_smoothly": true, - // Determines whether or not to apply movement speed reduction while attacking mounted - "movement_speed_effected_while_mounting": false, - // Attacks faster than a vanilla sword will do smaller knockback, proportionally. - "knockback_reduced_for_fast_attacks": true, - // Combo is reset after idling `combo_reset_rate * weapon_cooldown` - "combo_reset_rate": 3.0, - // Multiplier for `attack_range`, during target lookup on both sides. Large sized entities may be colliding with weapon hitbox, but center of entities can have bigger distance than `attack_range` - "target_search_range_multiplier": 2.0, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_attack_speed_multiplier": 1.2000000476837158, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_main_hand_damage_multiplier": 1.0, - // Total multiplier, (examples: +30% = 1.3, -30% = 0.7) - "dual_wielding_off_hand_damage_multiplier": 1.0, - /* Relations determine when players' undirected weapon swings (cleaves) will hurt another entity (target). - - `FRIENDLY` - The target can never be damaged by the player. - - `NEUTRAL` - The target can be damaged only if the player is directly looking at it. - - `HOSTILE` - The target can be damaged if located within the weapon swing area. - (NOTE: Vanilla sweeping can still hit targets, if not disabled via `allow_sweeping`) - - The various relation related configs are being checked in the following order: - - `player_relations` - - `player_relation_to_passives` - - `player_relation_to_hostiles` - - `player_relation_to_other` - (The first relation to be found for the target will be applied.) - */ - "player_relations": { - "minecraft:player": "NEUTRAL", - "guardvillagers:guard": "NEUTRAL", - "minecraft:villager": "NEUTRAL", - "minecraft:iron_golem": "NEUTRAL" - }, - // Relation to unspecified entities those are instance of PassiveEntity(Yarn) - "player_relation_to_passives": "HOSTILE", - // Relation to unspecified entities those are instance of HostileEntity(Yarn) - "player_relation_to_hostiles": "HOSTILE", - // Fallback relation - "player_relation_to_other": "HOSTILE", - // Try to guess and apply a preset for items without weapon attributes data file - "fallback_compatibility_enabled": true, - // Allow printing the content of weapon attributes registry - "weapon_registry_logging": false -} \ No newline at end of file diff --git a/web/config/buildinggadgets2-common.toml b/web/config/buildinggadgets2-common.toml deleted file mode 100644 index 9329626..0000000 --- a/web/config/buildinggadgets2-common.toml +++ /dev/null @@ -1,55 +0,0 @@ - -#General settings -[general] - #Maximum distance you can build at - #Range: 1 ~ 64 - rayTraceRange = 32 - -#Power settings -[power] - - #Building Gadget - [power.building_gadget] - #Maximum power for the Building Gadget - #Range: > 0 - maxPower = 500000 - #Base cost per block placed - #Range: > 0 - baseCost = 50 - - #Exchanging Gadget - [power.exchanging_gadget] - #Maximum power for the Exchanging Gadget - #Range: > 0 - maxPower = 500000 - #Base cost per block exchanged - #Range: > 0 - baseCost = 100 - - #Cut Paste Gadget - [power.cutpaste_gadget] - #Maximum power for the Cut and Paste Gadget - #Range: > 0 - maxPower = 5000000 - #Base cost per block Cut (Paste is free) - #Range: > 0 - baseCost = 200 - - #Copy Paste Gadget - [power.copypaste_gadget] - #Maximum power for the Copy and Paste Gadget - #Range: > 0 - maxPower = 1000000 - #Base cost per block Paste (Copy is Free) - #Range: > 0 - baseCost = 50 - - #Destruction Gadget - [power.destruction_gadget] - #Maximum power for the Destruction Gadget - #Range: > 0 - maxPower = 1000000 - #Base cost per block Destroyed - #Range: > 0 - baseCost = 200 - diff --git a/web/config/cardboardboxes-common.toml b/web/config/cardboardboxes-common.toml deleted file mode 100644 index f1fa348..0000000 --- a/web/config/cardboardboxes-common.toml +++ /dev/null @@ -1,49 +0,0 @@ - -[BlackListSettings] - #Prevents mobs spawners from being placed into cardboard boxes - BlackListMobSpawners = false - -#Auto generated list of block entities registered in Minecraft that can be blocked from use with the box. If a block entity does not show up on this list it is already black listed. The reasoning behind blocking block entities is to prevent crashes or unwanted interaction. Such as picking up a piston which can both causes issues and doesn't really matter. Set value to 'true' to disable interaction. -[tile_ban_list] - "minecraft:furnace" = false - "minecraft:chest" = false - "minecraft:trapped_chest" = false - "minecraft:ender_chest" = false - "minecraft:jukebox" = false - "minecraft:dispenser" = false - "minecraft:dropper" = false - "minecraft:sign" = false - "minecraft:hanging_sign" = false - "minecraft:mob_spawner" = false - "minecraft:piston" = false - "minecraft:brewing_stand" = false - "minecraft:enchanting_table" = false - "minecraft:end_portal" = false - "minecraft:beacon" = false - "minecraft:skull" = false - "minecraft:daylight_detector" = false - "minecraft:hopper" = false - "minecraft:comparator" = false - "minecraft:banner" = false - "minecraft:structure_block" = false - "minecraft:end_gateway" = false - "minecraft:command_block" = false - "minecraft:shulker_box" = false - "minecraft:bed" = false - "minecraft:conduit" = true - "minecraft:barrel" = false - "minecraft:smoker" = false - "minecraft:blast_furnace" = false - "minecraft:lectern" = false - "minecraft:bell" = false - "minecraft:jigsaw" = false - "minecraft:campfire" = false - "minecraft:beehive" = false - "minecraft:sculk_sensor" = false - "minecraft:calibrated_sculk_sensor" = false - "minecraft:sculk_catalyst" = false - "minecraft:sculk_shrieker" = false - "minecraft:chiseled_bookshelf" = false - "minecraft:brushable_block" = false - "minecraft:decorated_pot" = false - diff --git a/web/config/collective.json5 b/web/config/collective.json5 deleted file mode 100644 index 6f2d085..0000000 --- a/web/config/collective.json5 +++ /dev/null @@ -1,14 +0,0 @@ -{ - // When enabled, transfer the held items and armour from replaced entities by any of the Entity Spawn mods which depend on Collective. - "transferItemsBetweenReplacedEntities": true, - // The amount of times Collective loops through possible mob drops to get them all procedurally. Drops are only generated when a dependent mod uses them. Lowering this can increase world load time but decrease accuracy. - // min: 1, max: 500 - "loopsAmountUsedToGetAllEntityDrops": 100, - // The delay of the is-there-a-block-around-check around entities in ms. Used in mods which depends on a specific blockstate in the world. Increasing this number can increase TPS if needed. - // min: 0, max: 3600000 - "findABlockCheckAroundEntitiesDelayMs": 30000, - // Please check out https://stopmodreposts.org/ for more information on why this feature exists. - "enableAntiRepostingCheck": true, - // Enables pets for Patrons. Will be added in a future release. - "enablePatronPets": true -} \ No newline at end of file diff --git a/web/config/comforts-server.toml b/web/config/comforts-server.toml deleted file mode 100644 index 43440fb..0000000 --- a/web/config/comforts-server.toml +++ /dev/null @@ -1,23 +0,0 @@ -#If enabled, players automatically attempt to use sleeping bags when placed. -autoUse = true -#If enabled, players cannot sleep again for a period of time after sleeping. -restrictSleeping = false -#If restrictSleeping is true, this value will determine the length of wait time (larger numbers sleep sooner). -#Range: 1.0 ~ 20.0 -restMultiplier = 2.0 -#The time of day that hammocks can be used. -#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT -hammockUse = "DAY" -#The time of day that sleeping bags can be used. -#Allowed Values: NONE, DAY, NIGHT, DAY_OR_NIGHT -sleepingBagUse = "NIGHT" -#The percentage chance that a sleeping bag will break upon use. -#Range: 0 ~ 100 -sleepingBagBreakChance = 0 -#The value that will be multiplied by a player's luck then added to sleepingBagBreakChance. -#Range: -1.0 ~ 1.0 -sleepingBagBreakChanceLuckMultiplier = 0.0 -#The status effects to apply to players after using the sleeping bag. -#Format: effect;duration(secs);power -sleepingBagEffects = [] - diff --git a/web/config/cpm.json b/web/config/cpm.json deleted file mode 100644 index f512c4c..0000000 --- a/web/config/cpm.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "editorDragMouseButton": -1.0, - "editorLastVersion": "0.6.10a", - "editorMenuMouseButton": 1.0, - "editorRecentProjects": [ - "/home/oier/.local/share/PrismLauncher/instances/PatataPack 1.20.1/.minecraft/test.cpmproject" - ], - "editorRotateMouseButton": 2.0, - "editorSelectMouseButton": 0.0, - "keybinds": {}, - "titleScreenButton": true, - "serverSettings": {}, - "blockedList": {} -} \ No newline at end of file diff --git a/web/config/create-client.toml b/web/config/create-client.toml deleted file mode 100644 index d6e4278..0000000 --- a/web/config/create-client.toml +++ /dev/null @@ -1,146 +0,0 @@ - -#. -#Client-only settings - If you're looking for general settings, look inside your worlds serverconfig folder! -[client] - #. - #Show item descriptions on Shift and controls on Ctrl. - enableTooltips = true - #. - #Display a tooltip when looking at overstressed components. - enableOverstressedTooltip = true - #. - #Log a stack-trace when rendering issues happen within a moving contraption. - explainRenderErrors = false - #. - #Higher density means more spawned particles. - #Range: 0.0 ~ 1.0 - fanParticleDensity = 0.5 - #. - #[in Blocks] - #Maximum Distance to the player at which items in Blocks' filter slots will be displayed - #Range: 1.0 ~ 3.4028234663852886E38 - filterItemRenderDistance = 10.0 - #. - #Show kinetic debug information on blocks while the F3-Menu is open. - enableRainbowDebug = false - #. - #The maximum amount of blocks for which to try and calculate dynamic contraption lighting. Decrease if large contraption cause too much lag - #Range: > 0 - maximumContraptionLightVolume = 16384 - #. - #Choose the menu row that the Create config button appears on in the main menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 4 - mainMenuConfigButtonRow = 2 - #. - #Offset the Create config button in the main menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - mainMenuConfigButtonOffsetX = -4 - #. - #Choose the menu row that the Create config button appears on in the in-game menu - #Set to 0 to disable the button altogether - #Range: 0 ~ 5 - ingameMenuConfigButtonRow = 3 - #. - #Offset the Create config button in the in-game menu by this many pixels on the X axis - #The sign (-/+) of this value determines what side of the row the button appears on (left/right) - #Range: > -2147483648 - ingameMenuConfigButtonOffsetX = -4 - #. - #Setting this to true will prevent Create from sending you a warning when playing with Fabulous graphics enabled - ignoreFabulousWarning = false - - #. - #Configure your vision range when submerged in Create's custom fluids - [client.fluidFogSettings] - #. - #The vision range through honey will be multiplied by this factor - #Range: 0.125 ~ 256.0 - honey = 1.0 - #. - #The vision range though chocolate will be multiplied by this factor - #Range: 0.125 ~ 256.0 - chocolate = 1.0 - - #. - #Settings for the Goggle Overlay - [client.goggleOverlay] - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetX = 20 - #. - #Offset the overlay from goggle- and hover- information by this many pixels on the respective axis; Use /create overlay - #Range: > -2147483648 - overlayOffsetY = 0 - #. - #Enable this to use your custom colors for the Goggle- and Hover- Overlay - customColorsOverlay = false - #. - #The custom background color to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBackgroundOverlay = -267386864 - #. - #The custom top color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderTopOverlay = 1347420415 - #. - #The custom bot color of the border gradient to use for the Goggle- and Hover- Overlays, if enabled - #[in Hex: #AaRrGgBb] - #[@cui:IntDisplay:#] - #Range: > -2147483648 - customBorderBotOverlay = 1344798847 - - #. - #Settings for the Placement Assist - [client.placementAssist] - #. - #What indicator should be used when showing where the assisted placement ends up relative to your crosshair - #Choose 'NONE' to disable the Indicator altogether - #Allowed Values: TEXTURE, TRIANGLE, NONE - indicatorType = "TEXTURE" - #. - #Change the size of the Indicator by this multiplier - #Range: 0.0 ~ 3.4028234663852886E38 - indicatorScale = 1.0 - - #. - #Ponder settings - [client.ponder] - #. - #Slow down a ponder scene whenever there is text on screen. - comfyReading = false - #. - #Show additional info in the ponder view and reload scene scripts more frequently. - editingMode = false - - #. - #Sound settings - [client.sound] - #. - #Make cogs rumble and machines clatter. - enableAmbientSounds = true - #. - #Maximum volume modifier of Ambient noise - #Range: 0.0 ~ 1.0 - ambientVolumeCap = 0.10000000149011612 - - #. - #Railway related settings - [client.trains] - #. - #How far away the Camera should zoom when seated on a train - #Range: 0.0 ~ 3.4028234663852886E38 - mountedZoomMultiplier = 3.0 - #. - #Display nodes and edges of a Railway Network while f3 debug mode is active - showTrackGraphOnF3 = false - #. - #Additionally display materials of a Rail Network while f3 debug mode is active - showExtendedTrackGraphOnF3 = false - diff --git a/web/config/create-common.toml b/web/config/create-common.toml deleted file mode 100644 index ab1174e..0000000 --- a/web/config/create-common.toml +++ /dev/null @@ -1,9 +0,0 @@ - -#. -#Modify Create's impact on your terrain -[worldgen] - #. - #. - #Prevents all worldgen added by Create from taking effect - disableWorldGen = false - diff --git a/web/config/create_jetpack-client.toml b/web/config/create_jetpack-client.toml deleted file mode 100644 index 45acfaa..0000000 --- a/web/config/create_jetpack-client.toml +++ /dev/null @@ -1,13 +0,0 @@ - -[overlay] - enabled = true - #Range: 0.0 ~ 1.7976931348623157E308 - scale = 1.0 - - [overlay.position] - #Use negative values to position relative to the right/bottom of the screen - #Range: > -2147483648 - x = 6 - #Range: > -2147483648 - y = 6 - diff --git a/web/config/create_jetpack-common.toml b/web/config/create_jetpack-common.toml deleted file mode 100644 index c67c219..0000000 --- a/web/config/create_jetpack-common.toml +++ /dev/null @@ -1,26 +0,0 @@ - -[air] - #Range: > 1 - uses_per_tank = 2048 - #Range: > 1 - uses_per_tank_hover = 20480 - -[speed] - #Range: 0.01 ~ 100.0 - horizontal = 0.02 - #Range: 0.01 ~ 100.0 - vertical = 0.4 - #Range: 0.01 ~ 100.0 - acceleration = 0.6 - #Range: -100.0 ~ 0.0 - hover_descend = -0.03 - #Range: 0.0 ~ 100.0 - swim_modifier = 1.8 - -[features] - elytra_boost = true - -[enchantments] - list = [] - is_blacklist = true - diff --git a/web/config/create_mechanical_extruder-common.toml b/web/config/create_mechanical_extruder-common.toml deleted file mode 100644 index 6d50199..0000000 --- a/web/config/create_mechanical_extruder-common.toml +++ /dev/null @@ -1,10 +0,0 @@ - -#Settings for the mechanical extruder -[mechanical_extruder] - #Stress impact - #Range: 0.0 ~ 64.0 - stressImpact = 4.0 - #Minimum required speed - #Range: 0.0 ~ 254.0 - minimumSpeed = 0.0 - diff --git a/web/config/create_mechanical_spawner-common.toml b/web/config/create_mechanical_spawner-common.toml deleted file mode 100644 index 8483f96..0000000 --- a/web/config/create_mechanical_spawner-common.toml +++ /dev/null @@ -1,16 +0,0 @@ - -#Settings for the mechanical spawner -[mechanical_spawner] - #Stress impact - #Range: 0.0 ~ 64.0 - stressImpact = 16.0 - #Minimum required speed - #Range: 0.0 ~ 254.0 - minimumSpeed = 100.0 - #Max range - #Range: 1 ~ 6 - maxRange = 2 - #Liquid capacity - #Range: > 1 - liquidCapacity = 1000 - diff --git a/web/config/createaddition-common.toml b/web/config/createaddition-common.toml deleted file mode 100644 index 9d93d4d..0000000 --- a/web/config/createaddition-common.toml +++ /dev/null @@ -1,145 +0,0 @@ - -#Wires -[wires] - #Small Connector max output in FE/t (Energy transfer). - #Range: > 0 - small_connector_max_output = 1024 - #Small Connector max input in FE/t (Energy transfer). - #Range: > 0 - small_connector_max_input = 1024 - #Large Connector max wire length in blocks. - #Range: 0 ~ 256 - large_connector_wire_length = 32 - #Small Connector max wire length in blocks. - #Range: 0 ~ 256 - small_connector_wire_length = 16 - #Large Connector max input in FE/t (Energy transfer). - #Range: > 0 - large_connector_max_input = 4096 - #Allows blocks attached to a connector to freely pass energy to and from the connector network. - connector_allow_passive_io = true - #Large Connector max output in FE/t (Energy transfer). - #Range: > 0 - large_connector_max_output = 4096 - #Ignore checking if block face can support connector. - connector_ignore_face_check = true - -#Make sure config changes are duplicated on both Clients and the Server when running a dedicated Server, -# as the config isnt synced between Clients and Server. -#General Settings -[general] - #Max stress for the Alternator and Electric Motor (in SU at 256 RPM). - #Range: > 0 - max_stress = 16384 - #Forge Energy conversion rate (in FE/t at 256 RPM, value is the FE/t generated and consumed is at 256rpm). - #Range: > 0 - fe_at_max_rpm = 480 - -#Portable Energy Interface -[portable_energy_interface] - #PEI max output in FE/t (Energy transfer). - #Range: > 0 - pei_max_output = 5000 - #PEI max input in FE/t (Energy transfer). - #Range: > 0 - pei_max_input = 5000 - -#Electric Motor -[electric_motor] - #Electric Motor internal capacity in FE. - #Range: > 0 - motor_capacity = 5000 - #Electric Motor minimum required energy consumption in FE/t. - #Range: > 0 - motor_min_consumption = 8 - #Electric Motor max input in FE (Energy transfer not consumption). - #Range: > 0 - motor_max_input = 5000 - #Electric Motor min/max RPM. - #Range: > 1 - motor_rpm_range = 256 - -#Tesla Coil -[tesla_coil] - #Tesla Coil charge rate in FE/t. - #Range: > 0 - tesla_coil_charge_rate = 5000 - #Tesla Coil fire interval (in ticks). - #Range: > 0 - tesla_coil_fire_cooldown = 20 - #Hurt range (in blocks/meters). - #Range: > 0 - tesla_coil_hurt_range = 3 - #Tesla Coil internal capacity in FE. - #Range: > 0 - tesla_coil_capacity = 40000 - #Energy consumed when Tesla Coil is fired (in FE). - #Range: > 0 - tesla_coil_hurt_energy_required = 1000 - #The duration of the Shocked effect for mobs (in ticks). - #Range: > 0 - tesla_coil_effect_time_mob = 20 - #The duration of the Shocked effect for players (in ticks). - #Range: > 0 - tesla_coil_effect_time_player = 20 - #Tesla Coil max input in FE/t (Energy transfer). - #Range: > 0 - tesla_coil_max_input = 10000 - #Tesla Coil charge rate in FE/t for recipes. - #Range: > 0 - tesla_coil_recipe_charge_rate = 2000 - #Damaged dealt to mobs when Tesla Coil is fired (in half hearts). - #Range: > 0 - tesla_coil_hurt_mob = 3 - #Damaged dealt to players when Tesla Coil is fired (in half hearts). - #Range: > 0 - tesla_coil_hurt_player = 2 - -#Alternator -[alternator] - #Alternator efficiency relative to base conversion rate. - #Range: 0.01 ~ 1.0 - generator_efficiency = 0.75 - #Alternator internal capacity in FE. - #Range: > 0 - generator_capacity = 5000 - #Alternator max input in FE (Energy transfer, not generation). - #Range: > 0 - generator_max_output = 5000 - -#Accumulator -[accumulator] - #Accumulator internal capacity per block in FE. - #Range: > 0 - accumulator_capacity = 2000000 - #Accumulator max output in FE/t (Energy transfer). - #Range: > 0 - accumulator_max_output = 5000 - #Accumulator max input in FE/t (Energy transfer). - #Range: > 0 - accumulator_max_input = 5000 - #Accumulator max multiblock height. - #Range: 1 ~ 8 - accumulator_max_height = 5 - #Accumulator max multiblock width. - #Range: 1 ~ 8 - accumulator_max_width = 3 - -#Rolling Mill -[rolling_mill] - #Rolling Mill duration in ticks. - #Range: > 0 - rolling_mill_processing_duration = 100 - #Rolling Mill base stress impact. - #Range: 0 ~ 1024 - rolling_mill_stress = 16 - -#Misc -[misc] - #Diamond Grit Sandpaper durability (number of uses). - #Range: > 3 - diamond_grit_sandpaper_uses = 1024 - #Barbed Wire Damage. - #Range: 0.0 ~ 3.4028234663852886E38 - barbed_wire_damage = 2.0 - diff --git a/web/config/createendertransmission-server.toml b/web/config/createendertransmission-server.toml deleted file mode 100644 index aaa423d..0000000 --- a/web/config/createendertransmission-server.toml +++ /dev/null @@ -1,5 +0,0 @@ - -["Create Ender Transmission Config"] - #Enable the chunk loader - chunkLoader = true - diff --git a/web/config/createsifter-client.toml b/web/config/createsifter-client.toml deleted file mode 100644 index 63e4605..0000000 --- a/web/config/createsifter-client.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#Settings for the mechanical sifter -[sifter] - #Render sifted block - renderSiftedBlock = true - diff --git a/web/config/createsifter-common.toml b/web/config/createsifter-common.toml deleted file mode 100644 index a3c1b6f..0000000 --- a/web/config/createsifter-common.toml +++ /dev/null @@ -1,13 +0,0 @@ - -#Settings for the mechanical sifter -[sifter] - #Stress impact - #Range: 0.0 ~ 64.0 - stressImpact = 4.0 - #Output item capacity - #Range: > 1 - outputCapacity = 16 - #Minimum required speed - #Range: 0.0 ~ 254.0 - minimumSpeed = 1.0 - diff --git a/web/config/curios-client.toml b/web/config/curios-client.toml deleted file mode 100644 index d14999b..0000000 --- a/web/config/curios-client.toml +++ /dev/null @@ -1,21 +0,0 @@ - -#Client only settings, mostly things related to rendering -[client] - #Set to true to enable rendering curios - renderCurios = true - #The X-Offset for the Curios GUI button - #Range: -100 ~ 100 - buttonXOffset = 0 - #The Y-Offset for the Curios GUI button - #Range: -100 ~ 100 - buttonYOffset = 0 - #The X-Offset for the Creative Curios GUI button - #Range: -100 ~ 100 - creativeButtonXOffset = 0 - #The Y-Offset for the Creative Curios GUI button - #Range: -100 ~ 100 - creativeButtonYOffset = 0 - #The corner for the Curios GUI button - #Allowed Values: TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT - buttonCorner = "TOP_LEFT" - diff --git a/web/config/curiotiab-client.toml b/web/config/curiotiab-client.toml deleted file mode 100644 index 44772c4..0000000 --- a/web/config/curiotiab-client.toml +++ /dev/null @@ -1,10 +0,0 @@ - -#curiotiab's Client Config Settings -[settings] - #Use 'TIAB Curio' Header in Overlay - useheader = true - -[guipostion] - x = 5 - y = 5 - diff --git a/web/config/cyclopscore-common.toml b/web/config/cyclopscore-common.toml deleted file mode 100644 index b95dfac..0000000 --- a/web/config/cyclopscore-common.toml +++ /dev/null @@ -1,23 +0,0 @@ - -[core] - - [core.general] - #If mod compatibility loader should crash hard if errors occur in that process. - crashOnModCompatCrash = false - #Set 'true' to enable development debug mode. This will result in a lower performance! - debug = false - #The anonymous id used by the analytics service. - anonymousAnalyticsID = "e05b71ab-c744-479e-b041-78b6170508d6" - #If the recipe loader should crash when finding invalid recipes. - crashOnInvalidRecipe = false - #If an anonymous mod startup analytics request may be sent to our analytics service. - analytics = true - #If the version checker should be enabled. - versionChecker = true - -[general] - - [general.general] - #If a button should be added to the main menu to open a dev world (shift-click creates a new world). - devWorldButton = false - diff --git a/web/config/ding.toml b/web/config/ding.toml deleted file mode 100644 index 318859d..0000000 --- a/web/config/ding.toml +++ /dev/null @@ -1,59 +0,0 @@ - -#Configs related to how ding works -[ding] - - #Configs for ding to trigger when the game loads - [ding.load] - #Play sound when the game loads. - playOnLoad = true - #Resource Location based name of the sound file to play when Minecraft finishes loading. - #EG: "ui.button.click" or "entity.experience_orb.pickup" - # - #This can also be a mod sound if the mod is installed. - #EG: "modname:modsound.boing" - # - #If you want to use external sounds, consider looking into the mod Additional Resources - name = "entity.experience_orb.pickup" - #Volume of the sound (when Minecraft loads) - #Range: 0.0 ~ 10.0 - volume = 0.25 - #Pitch of the sound (when Minecraft loads) - #Range: 0.0 ~ 10.0 - pitch = 1.0 - #Sound category for the sound played when Minecraft finishes loading. EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. - category = "master" - - #Configs for ding to trigger when the world loads after connecting to a server - [ding.world] - #Play sound when the world loads after connecting to a server. - playOnWorld = false - #Resource Location based name of the sound file to play when the world finishes loading (after connecting to a server). - # - #Look at the "name" config for more details. - nameWorld = "entity.experience_orb.pickup" - #Volume of the sound (when the world loads after connecting to a server) - #Range: 0.0 ~ 10.0 - volumeWorld = 0.25 - #Pitch of the sound (when the world loads after connecting to a server) - #Range: 0.0 ~ 10.0 - pitchWorld = 1.0 - #Sound category for the sound played when the world finishes loading (after connecting to a server). EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. - categoryWorld = "master" - - #Configs for ding to trigger when resources are reloaded - [ding.resourcesReload] - #Play sound when resources complete reloading. Requires game to be restarted. - playOnResourcesReload = true - #Resource Location based name of the sound file to play when resources complete reloading. - # - #Look at the "name" config for more details. - nameResourcesReload = "entity.experience_orb.pickup" - #Volume of the sound (when resources complete reloading) - #Range: 0.0 ~ 10.0 - volumeResourcesReload = 0.25 - #Pitch of the sound (when resources complete reloading) - #Range: 0.0 ~ 10.0 - pitchResourcesReload = 1.0 - #Sound category for the sound played when resources complete reloading. EG: "ambient" or "music". Defaults to "master" if Ding cannot find your category. - categoryResourcesReload = "master" - diff --git a/web/config/enderchests-client.toml b/web/config/enderchests-client.toml deleted file mode 100644 index fcfb1de..0000000 --- a/web/config/enderchests-client.toml +++ /dev/null @@ -1,46 +0,0 @@ - -#Select A GUI Style -[gui_style] - #Allowed Values: DEFAULT, VANILLA - EnderChest = "DEFAULT" - -#Color Values for Bands, -#Format: Decimal Values (0 to 16,777,215) -#You can use this website to get the decimal value of any color: -#http://www.colorhexa.com -#Or by using the Color Mixer from this website: -#http://www.mathsisfun.com/hexadecimal-decimal-colors.html -[color_values] - #Range: 0 ~ 16777215 - white = 16777215 - #Range: 0 ~ 16777215 - orange = 14517579 - #Range: 0 ~ 16777215 - magenta = 12411333 - #Range: 0 ~ 16777215 - light_blue = 8296912 - #Range: 0 ~ 16777215 - yellow = 12892206 - #Range: 0 ~ 16777215 - lime = 4832573 - #Range: 0 ~ 16777215 - pink = 14195370 - #Range: 0 ~ 16777215 - gray = 4605510 - #Range: 0 ~ 16777215 - light_gray = 11120559 - #Range: 0 ~ 16777215 - cyan = 3373205 - #Range: 0 ~ 16777215 - purple = 8996546 - #Range: 0 ~ 16777215 - blue = 3292826 - #Range: 0 ~ 16777215 - brown = 5650466 - #Range: 0 ~ 16777215 - green = 3821086 - #Range: 0 ~ 16777215 - red = 10828341 - #Range: 0 ~ 16777215 - black = 2500134 - diff --git a/web/config/enderchests.toml b/web/config/enderchests.toml deleted file mode 100644 index 6187f25..0000000 --- a/web/config/enderchests.toml +++ /dev/null @@ -1,67 +0,0 @@ -#With this disabled chests are essentially locked to the crafted color as dyes will no longer work -enable_in_world_coloring = true - -#Item used to upgrade the EnderChests -[upgrade_item_tags] - #Items used to make the chests personal - personal = ["tag|forge:gems/diamond"] - #Items used to make the chests team chests - team = ["tag|forge:gems/emerald"] - #Items that upgrade storage capacity by 3 - small_capacity = ["minecraft:ender_pearl"] - #Items that upgrade storage capacity by 9 - large_capacity = ["minecraft:ender_eye"] - #Items that upgrade storage capacity by 3 - #Each item can only be use once per chest - small_capacity_singleuse = [] - #Items that upgrade storage capacity by 9 - #Each item can only be use once per chest - large_capacity_singleuse = [] - -#Adjust how many inventory slots are available -[capacity_settings] - #Minimum capacity an EnderChest holds - #Range: 9 ~ 27 - chest_size_min = 9 - #Maximum capacity an EnderChest holds - #Range: 9 ~ 54 - chest_size_max = 27 - -[access_settings] - #When enabled these bags access a players vanilla EnderChest, if disabled they will only be a crafting ingredient - ender_pouch = true - #Enables the usage of public chests, if disabled chests must be upgraded before use - public_chests = true - #Enables the creation of personal chests, if disabled chests can not set personal. - #Does not effect chests that are already set as personal - personal_chests = true - #Enables the creation of team chests, if disabled chests can not be set team. - #Does not effect chests that are already set as team - team_chests = true - #Enables the usage of public bags, if disabled bags must be linked to an upgraded chest before use - public_bags = true - #Enables the linking of bags to personal chests. - #Does not effect bags that are already linked to personal chests - personal_bags = true - #Enables the linking of bags to team chests. - #Does not effect bags that are already linked to team chests - team_bags = true - #Public chests can be used with automation. - public_automation = true - #Personal chests can be used with automation. - personal_automation = true - #Team chests can be used with automation. - team_automation = true - #While true a Personal chest can only be edited (upgrade, move, etc) by the owner - personal_edit_lock = true - #While true a Team chest can only be edited (upgrade, move, etc) by a team member - team_edit_lock = true - #While true only the owner can link a bag to their chests - personal_link_lock = true - #While true only a team member can link a bag to team chests - team_link_lock = true - #While true only the owner can use the chest - personal_use_lock = false - #While true only a team member can use the chest - team_use_lock = false - diff --git a/web/config/enderio/base-client.toml b/web/config/enderio/base-client.toml deleted file mode 100644 index 856816a..0000000 --- a/web/config/enderio/base-client.toml +++ /dev/null @@ -1,5 +0,0 @@ - -[visual] - #Enable machine particles - machineParticles = true - diff --git a/web/config/enderio/base-common-1.toml.bak b/web/config/enderio/base-common-1.toml.bak deleted file mode 100644 index 7922895..0000000 --- a/web/config/enderio/base-common-1.toml.bak +++ /dev/null @@ -1,135 +0,0 @@ - -[blocks] - #The explosion resistance of explosion resistant blocks. - explosionResistance = 1200.0 - #The speed boost granted by the Dark Steel ladder. - darkSteelLadderBoost = 0.15 - - [blocks.brokenSpawner] - #The chance of a spawner dropping a broken spawner. - dropChance = 1.0 - -[enchantments] - - [enchantments.autoSmelt] - maxCost = 60 - minCost = 15 - - [enchantments.repellent] - maxLevel = 4 - maxCostBase = 10 - maxCostPerLevel = 10 - minCostBase = 10 - minCostPerLevel = 5 - chanceBase = 0.35 - chancePerLevel = 0.1 - rangeBase = 8.0 - rangePerLevel = 8.0 - nonPlayerChance = 0.75 - - [enchantments.shimmer] - maxCost = 100 - minCost = 1 - - [enchantments.soulBound] - maxCost = 60 - minCost = 16 - - [enchantments.witheringBlade] - maxCost = 100 - minCost = 1 - - [enchantments.witheringArrow] - maxCost = 100 - minCost = 1 - - [enchantments.witheringBolt] - maxCost = 100 - minCost = 1 - - [enchantments.xpBoost] - maxCostBase = 30 - maxCostPerLevel = 10 - minCostBase = 1 - minCostPerLevel = 10 - -[items] - - [items.food] - #The chance of enderios teleporting the player - enderioChance = 0.3 - #The range of an enderio teleport - enderioRange = 16.0 - - [items.electromagnet] - energyUse = 1 - maxEnergy = 100000 - range = 5 - maxItems = 20 - - [items.levitationstaff] - energyUse = 1 - maxEnergy = 1000 - - [items.travelling] - #Range: 4 ~ 512 - blinkRange = 24 - #Range: 0 ~ 1200 - disabledTime = 5 - energyUse = 1000 - maxEnergy = 100000 - #the following config values are only used if EIOMachines is loaded - #Range: 4 ~ 512 - itemToBlockRange = 192 - #Range: 4 ~ 512 - blockToBlockRange = 96 - -[darksteel] - - [darksteel.darksteelaxe] - energyUsePerFelledLog = 1500 - - [darksteel.darksteelpickaxe] - obsidianBreakPowerUse = 50 - speedBoostWhenObsidian = 50 - useObsidianBreakSpeedAtHardness = 30 - - [darksteel.upgrades] - spoonActivationCost = 4 - forkActivationCost = 4 - directActivationCost = 4 - - [darksteel.upgrades.empowered] - efficiencyBoost = 2 - energyUsePerDamagePoint = 750 - activationCost_l1 = 4 - damageAbsorptionChance_l1 = 0.5 - maxEnergy_l1 = 100000 - activationCost_l2 = 8 - damageAbsorptionChance_l2 = 0.6 - maxEnergy_l2 = 150000 - activationCost_l3 = 12 - damageAbsorptionChance_l3 = 0.7 - maxEnergy_l3 = 250000 - activationCost_l4 = 16 - damageAbsorptionChance_l4 = 0.85 - maxEnergy_l4 = 1000000 - - [darksteel.upgrades.explosive] - explosiveEnergyPerBlock = 30 - explosiveActivationCostI = 8 - explosiveI = 1 - explosiveActivationCostII = 12 - explosiveII = 2 - explosivePenetrationActivationCostI = 8 - explosivePenetrationI = 1 - explosivePenetrationActivationCostII = 12 - explosivePenetrationII = 2 - -[grainsOfInfinity] - #Should it make a sound when Grains of Infinity drops from a fire? - makesSound = true - #How old (in ticks) does a fire have to be to be able to spawn Infinity Powder? - #Range: 1 ~ 1000 - fireMinAge = 260 - diff --git a/web/config/enderio/base-common-2.toml.bak b/web/config/enderio/base-common-2.toml.bak deleted file mode 100644 index 7922895..0000000 --- a/web/config/enderio/base-common-2.toml.bak +++ /dev/null @@ -1,135 +0,0 @@ - -[blocks] - #The explosion resistance of explosion resistant blocks. - explosionResistance = 1200.0 - #The speed boost granted by the Dark Steel ladder. - darkSteelLadderBoost = 0.15 - - [blocks.brokenSpawner] - #The chance of a spawner dropping a broken spawner. - dropChance = 1.0 - -[enchantments] - - [enchantments.autoSmelt] - maxCost = 60 - minCost = 15 - - [enchantments.repellent] - maxLevel = 4 - maxCostBase = 10 - maxCostPerLevel = 10 - minCostBase = 10 - minCostPerLevel = 5 - chanceBase = 0.35 - chancePerLevel = 0.1 - rangeBase = 8.0 - rangePerLevel = 8.0 - nonPlayerChance = 0.75 - - [enchantments.shimmer] - maxCost = 100 - minCost = 1 - - [enchantments.soulBound] - maxCost = 60 - minCost = 16 - - [enchantments.witheringBlade] - maxCost = 100 - minCost = 1 - - [enchantments.witheringArrow] - maxCost = 100 - minCost = 1 - - [enchantments.witheringBolt] - maxCost = 100 - minCost = 1 - - [enchantments.xpBoost] - maxCostBase = 30 - maxCostPerLevel = 10 - minCostBase = 1 - minCostPerLevel = 10 - -[items] - - [items.food] - #The chance of enderios teleporting the player - enderioChance = 0.3 - #The range of an enderio teleport - enderioRange = 16.0 - - [items.electromagnet] - energyUse = 1 - maxEnergy = 100000 - range = 5 - maxItems = 20 - - [items.levitationstaff] - energyUse = 1 - maxEnergy = 1000 - - [items.travelling] - #Range: 4 ~ 512 - blinkRange = 24 - #Range: 0 ~ 1200 - disabledTime = 5 - energyUse = 1000 - maxEnergy = 100000 - #the following config values are only used if EIOMachines is loaded - #Range: 4 ~ 512 - itemToBlockRange = 192 - #Range: 4 ~ 512 - blockToBlockRange = 96 - -[darksteel] - - [darksteel.darksteelaxe] - energyUsePerFelledLog = 1500 - - [darksteel.darksteelpickaxe] - obsidianBreakPowerUse = 50 - speedBoostWhenObsidian = 50 - useObsidianBreakSpeedAtHardness = 30 - - [darksteel.upgrades] - spoonActivationCost = 4 - forkActivationCost = 4 - directActivationCost = 4 - - [darksteel.upgrades.empowered] - efficiencyBoost = 2 - energyUsePerDamagePoint = 750 - activationCost_l1 = 4 - damageAbsorptionChance_l1 = 0.5 - maxEnergy_l1 = 100000 - activationCost_l2 = 8 - damageAbsorptionChance_l2 = 0.6 - maxEnergy_l2 = 150000 - activationCost_l3 = 12 - damageAbsorptionChance_l3 = 0.7 - maxEnergy_l3 = 250000 - activationCost_l4 = 16 - damageAbsorptionChance_l4 = 0.85 - maxEnergy_l4 = 1000000 - - [darksteel.upgrades.explosive] - explosiveEnergyPerBlock = 30 - explosiveActivationCostI = 8 - explosiveI = 1 - explosiveActivationCostII = 12 - explosiveII = 2 - explosivePenetrationActivationCostI = 8 - explosivePenetrationI = 1 - explosivePenetrationActivationCostII = 12 - explosivePenetrationII = 2 - -[grainsOfInfinity] - #Should it make a sound when Grains of Infinity drops from a fire? - makesSound = true - #How old (in ticks) does a fire have to be to be able to spawn Infinity Powder? - #Range: 1 ~ 1000 - fireMinAge = 260 - diff --git a/web/config/enderio/base-common.toml b/web/config/enderio/base-common.toml deleted file mode 100644 index 7922895..0000000 --- a/web/config/enderio/base-common.toml +++ /dev/null @@ -1,135 +0,0 @@ - -[blocks] - #The explosion resistance of explosion resistant blocks. - explosionResistance = 1200.0 - #The speed boost granted by the Dark Steel ladder. - darkSteelLadderBoost = 0.15 - - [blocks.brokenSpawner] - #The chance of a spawner dropping a broken spawner. - dropChance = 1.0 - -[enchantments] - - [enchantments.autoSmelt] - maxCost = 60 - minCost = 15 - - [enchantments.repellent] - maxLevel = 4 - maxCostBase = 10 - maxCostPerLevel = 10 - minCostBase = 10 - minCostPerLevel = 5 - chanceBase = 0.35 - chancePerLevel = 0.1 - rangeBase = 8.0 - rangePerLevel = 8.0 - nonPlayerChance = 0.75 - - [enchantments.shimmer] - maxCost = 100 - minCost = 1 - - [enchantments.soulBound] - maxCost = 60 - minCost = 16 - - [enchantments.witheringBlade] - maxCost = 100 - minCost = 1 - - [enchantments.witheringArrow] - maxCost = 100 - minCost = 1 - - [enchantments.witheringBolt] - maxCost = 100 - minCost = 1 - - [enchantments.xpBoost] - maxCostBase = 30 - maxCostPerLevel = 10 - minCostBase = 1 - minCostPerLevel = 10 - -[items] - - [items.food] - #The chance of enderios teleporting the player - enderioChance = 0.3 - #The range of an enderio teleport - enderioRange = 16.0 - - [items.electromagnet] - energyUse = 1 - maxEnergy = 100000 - range = 5 - maxItems = 20 - - [items.levitationstaff] - energyUse = 1 - maxEnergy = 1000 - - [items.travelling] - #Range: 4 ~ 512 - blinkRange = 24 - #Range: 0 ~ 1200 - disabledTime = 5 - energyUse = 1000 - maxEnergy = 100000 - #the following config values are only used if EIOMachines is loaded - #Range: 4 ~ 512 - itemToBlockRange = 192 - #Range: 4 ~ 512 - blockToBlockRange = 96 - -[darksteel] - - [darksteel.darksteelaxe] - energyUsePerFelledLog = 1500 - - [darksteel.darksteelpickaxe] - obsidianBreakPowerUse = 50 - speedBoostWhenObsidian = 50 - useObsidianBreakSpeedAtHardness = 30 - - [darksteel.upgrades] - spoonActivationCost = 4 - forkActivationCost = 4 - directActivationCost = 4 - - [darksteel.upgrades.empowered] - efficiencyBoost = 2 - energyUsePerDamagePoint = 750 - activationCost_l1 = 4 - damageAbsorptionChance_l1 = 0.5 - maxEnergy_l1 = 100000 - activationCost_l2 = 8 - damageAbsorptionChance_l2 = 0.6 - maxEnergy_l2 = 150000 - activationCost_l3 = 12 - damageAbsorptionChance_l3 = 0.7 - maxEnergy_l3 = 250000 - activationCost_l4 = 16 - damageAbsorptionChance_l4 = 0.85 - maxEnergy_l4 = 1000000 - - [darksteel.upgrades.explosive] - explosiveEnergyPerBlock = 30 - explosiveActivationCostI = 8 - explosiveI = 1 - explosiveActivationCostII = 12 - explosiveII = 2 - explosivePenetrationActivationCostI = 8 - explosivePenetrationI = 1 - explosivePenetrationActivationCostII = 12 - explosivePenetrationII = 2 - -[grainsOfInfinity] - #Should it make a sound when Grains of Infinity drops from a fire? - makesSound = true - #How old (in ticks) does a fire have to be to be able to spawn Infinity Powder? - #Range: 1 ~ 1000 - fireMinAge = 260 - diff --git a/web/config/enderio/machines-client-1.toml.bak b/web/config/enderio/machines-client-1.toml.bak deleted file mode 100644 index 5a179ab..0000000 --- a/web/config/enderio/machines-client-1.toml.bak +++ /dev/null @@ -1,15 +0,0 @@ - -[blocks] - #The color of the range box of the Vacuum Chest - vacuumChestRangeColor = "0000FF" - #The color of the range box of the XP Vacuum - vacuumXpRangeColor = "00FF00" - #The color of the range box of the Powered Spawner - poweredSpawnerRangeColor = "FF0000" - #The color of the range box of the Drain - drainRangeColor = "FFA500" - -[ioconfig] - #Neighbour Transparency [0-1] - neighbourTransparency = 0.4 - diff --git a/web/config/enderio/machines-client-2.toml.bak b/web/config/enderio/machines-client-2.toml.bak deleted file mode 100644 index 5a179ab..0000000 --- a/web/config/enderio/machines-client-2.toml.bak +++ /dev/null @@ -1,15 +0,0 @@ - -[blocks] - #The color of the range box of the Vacuum Chest - vacuumChestRangeColor = "0000FF" - #The color of the range box of the XP Vacuum - vacuumXpRangeColor = "00FF00" - #The color of the range box of the Powered Spawner - poweredSpawnerRangeColor = "FF0000" - #The color of the range box of the Drain - drainRangeColor = "FFA500" - -[ioconfig] - #Neighbour Transparency [0-1] - neighbourTransparency = 0.4 - diff --git a/web/config/enderio/machines-client-3.toml.bak b/web/config/enderio/machines-client-3.toml.bak deleted file mode 100644 index 5a179ab..0000000 --- a/web/config/enderio/machines-client-3.toml.bak +++ /dev/null @@ -1,15 +0,0 @@ - -[blocks] - #The color of the range box of the Vacuum Chest - vacuumChestRangeColor = "0000FF" - #The color of the range box of the XP Vacuum - vacuumXpRangeColor = "00FF00" - #The color of the range box of the Powered Spawner - poweredSpawnerRangeColor = "FF0000" - #The color of the range box of the Drain - drainRangeColor = "FFA500" - -[ioconfig] - #Neighbour Transparency [0-1] - neighbourTransparency = 0.4 - diff --git a/web/config/enderio/machines-client.toml b/web/config/enderio/machines-client.toml deleted file mode 100644 index 5a179ab..0000000 --- a/web/config/enderio/machines-client.toml +++ /dev/null @@ -1,15 +0,0 @@ - -[blocks] - #The color of the range box of the Vacuum Chest - vacuumChestRangeColor = "0000FF" - #The color of the range box of the XP Vacuum - vacuumXpRangeColor = "00FF00" - #The color of the range box of the Powered Spawner - poweredSpawnerRangeColor = "FF0000" - #The color of the range box of the Drain - drainRangeColor = "FFA500" - -[ioconfig] - #Neighbour Transparency [0-1] - neighbourTransparency = 0.4 - diff --git a/web/config/enderio/machines-common-1.toml.bak b/web/config/enderio/machines-common-1.toml.bak deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common-1.toml.bak +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/enderio/machines-common-2.toml.bak b/web/config/enderio/machines-common-2.toml.bak deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common-2.toml.bak +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/enderio/machines-common-3.toml.bak b/web/config/enderio/machines-common-3.toml.bak deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common-3.toml.bak +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/enderio/machines-common-4.toml.bak b/web/config/enderio/machines-common-4.toml.bak deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common-4.toml.bak +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/enderio/machines-common-5.toml.bak b/web/config/enderio/machines-common-5.toml.bak deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common-5.toml.bak +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/enderio/machines-common.toml b/web/config/enderio/machines-common.toml deleted file mode 100644 index 6d85533..0000000 --- a/web/config/enderio/machines-common.toml +++ /dev/null @@ -1,138 +0,0 @@ - -[energy] - - [energy.alloySmelter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - #The amount of energy to consume per vanilla smelting item in uI. - #Range: > 1 - vanillaItemEnergy = 1500 - - [energy.crafter] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The energy cost in uI for a crafting recipe. - #Range: > 1 - usage = 3200 - - [energy.impulseHopper] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 16 - - [energy.poweredSpawner] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.sagMill] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 20 - - [energy.slicer] - #The base energy capacity in uI. - #Range: > 1 - capacity = 100000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - - [energy.soulBinder] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 60 - - [energy.stirlingGenerator] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base number of 'burn ticks' performed per machine tick. - #Range: 0.001 ~ 1.7976931348623157E308 - burnSpeed = 0.375 - #The base amount of energy produced in uI/t. - #Range: > 1 - generation = 40 - - [energy.paintingMachine] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 30 - #The energy required for each painting operation - #Range: > 1 - energyCost = 2400 - - [energy.photovoltaicCellRates] - #Production rate at midday without rain or thunder - #Range: > 1 - energetic = 4 - #Range: > 1 - pulsating = 16 - #Range: > 1 - vibrant = 64 - - [energy.capacitor_bank_capacity] - #Capacity for capacitor banks - #Range: > 1 - basic = 500000 - #Range: > 1 - advanced = 2000000 - #Range: > 1 - vibrant = 4000000 - - [energy.wiredCharger] - #The base energy capacity in uI. - #Range: > 1 - capacity = 128000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 64 - - [energy.mob_generator] - #Range: > 1 - capacity = 100000 - - [energy.drain] - #The base energy capacity in uI. - #Range: > 1 - capacity = 64000 - #The base energy consumption in uI/t. - #Range: > 1 - usage = 10 - -[enchanter] - #The lapis cost is enchant level multiplied by this value. - lapisCostFactor = 3.0 - #The final XP cost for an enchantment is multiplied by this value. To halve costs set to 0.5, to double them set it to 2. - levelCostFactor = 0.75 - #Base level cost added to all recipes in the enchanter. - baseLevelCost = 2 - -[poweredSpawner] - #The amount of entities that will turn off powered spawner if in range. - maxentities = 2 - #The way a powered spawner spawns an entity. Possible options: 'ENTITYPE' Spawns the same entity types as the soul vial. 'COPY' Spawns an exact copy of the mob in the soul vial - "Spawn Type" = "ENTITYTYPE" - #The maximum amount of spawners before the spawners suffers a loss of efficiency - maxspawners = 10 - diff --git a/web/config/endertanks-client.toml b/web/config/endertanks-client.toml deleted file mode 100644 index 1ff85b7..0000000 --- a/web/config/endertanks-client.toml +++ /dev/null @@ -1,44 +0,0 @@ -#Delay, in milliseconds, before a multi-line tank info request will display the next line -#Range: 250 ~ 10000 -info_line_change_delay = 1500 - -#Color Values for Bands, -#Format: Decimal Values (0 to 16,777,215) -#You can use this website to get the decimal value of any color: -#http://www.colorhexa.com -#Or by using the Color Mixer from this website: -#http://www.mathsisfun.com/hexadecimal-decimal-colors.html -[color_values] - #Range: 0 ~ 16777215 - white = 16777215 - #Range: 0 ~ 16777215 - orange = 14517579 - #Range: 0 ~ 16777215 - magenta = 12411333 - #Range: 0 ~ 16777215 - light_blue = 8296912 - #Range: 0 ~ 16777215 - yellow = 12892206 - #Range: 0 ~ 16777215 - lime = 4832573 - #Range: 0 ~ 16777215 - pink = 14195370 - #Range: 0 ~ 16777215 - gray = 4605510 - #Range: 0 ~ 16777215 - light_gray = 11120559 - #Range: 0 ~ 16777215 - cyan = 3373205 - #Range: 0 ~ 16777215 - purple = 8996546 - #Range: 0 ~ 16777215 - blue = 3292826 - #Range: 0 ~ 16777215 - brown = 5650466 - #Range: 0 ~ 16777215 - green = 3821086 - #Range: 0 ~ 16777215 - red = 10828341 - #Range: 0 ~ 16777215 - black = 2500134 - diff --git a/web/config/endertanks.toml b/web/config/endertanks.toml deleted file mode 100644 index 9fb406c..0000000 --- a/web/config/endertanks.toml +++ /dev/null @@ -1,90 +0,0 @@ -#With this disabled tanks are essentially locked to the crafted color as dyes will no longer work -enable_in_world_coloring = true - -#Items used to upgrade the EnderTanks -[upgrade_items] - #Items used to make the tanks personal - personal = ["tag|forge:gems/diamond"] - #Items used to make the tanks team tanks - team = ["tag|forge:gems/emerald"] - #Items that apply a small storage capacity upgrade - small_capacity = ["minecraft:ender_pearl"] - #Items that apply a large storage capacity upgrade - large_capacity = ["minecraft:ender_eye"] - #Items that are used to increase the tanks internal transfer pump - pump = ["minecraft:piston"] - #Items that apply a small storage capacity upgrade - #Each item can only be use once per tank - small_capacity_singleuse = [] - #Items that apply a large storage capacity upgrade - #Each item can only be use once per tank - large_capacity_singleuse = [] - #Items that are used to increase the tanks internal transfer pump - #Each item can only be use once per tank - pump_singleuse = [] - -#Set the number of buckets a tank holds, how many pump upgrades can be applied, and the value of a storage upgrade -[capacity_settings] - #How many internal transfer pump upgrades can a tank have? - # default is only 1/4 bucket, upgrades make it a bucket per upgrade - #Range: 0 ~ 8 - tank_pump_max = 4 - #Minimum capacity an EnderTank holds - #Range: 4 ~ 128 - tank_size_min = 32 - #Maximum capacity an EnderTank holds - #Range: 4 ~ 512 - tank_size_max = 256 - #Capacity increased by small capacity upgrade items - #Range: 2 ~ 16 - small_capacity_upgrade = 8 - #Capacity increased by large capacity upgrade items - #Range: 4 ~ 32 - large_capacity_upgrade = 16 - -[access_settings] - #Enables the usage of public tanks, if disabled tanks must be upgraded before use - public_tanks = true - #Enables the creation of personal tanks, if disabled tanks can not set personal. - #Does not effect tanks that are already set as personal - personal_tanks = true - #Enables the creation of team tanks, if disabled tanks can not be set team. - #Does not effect tanks that are already set as team - team_tanks = true - #Enables the usage of public buckets, if disabled buckets must be linked to an upgraded tank before use - public_buckets = true - #Enables the linking of buckets to personal tanks. - #Does not effect buckets that are already linked to personal tanks - personal_buckets = true - #Enables the linking of buckets to team tanks. - #Does not effect buckets that are already linked to team tanks - team_buckets = true - #Public tanks can be used with automation. - #The internal pump is unaffected by this setting - public_automation = true - #Personal tanks can be used with automation. - #The internal pump is unaffected by this setting - personal_automation = true - #Team tanks can be used with automation. - #The internal pump is unaffected by this setting - team_automation = true - #While true a Personal tank can only be edited (upgrade, move, etc) by the owner - personal_edit_lock = true - #While true a Team tank can only be edited (upgrade, move, etc) by a team member - team_edit_lock = true - #While true only the owner can link a bucket to their tanks - personal_link_lock = true - #While true only a team member can link a bucket to team tanks - team_link_lock = true - #While true only the owner can use the tank - personal_use_lock = false - #While true only a team member can use the tank - team_use_lock = false - -#Mod integration can be disabled to solve compatibility issues, remove unwanted/unneeded features, etc. -[integration] - store_mekanism_gas = true - store_mekanism_infusion = true - store_mekanism_pigment = true - store_mekanism_slurry = true - diff --git a/web/config/epicknights/armor.json5 b/web/config/epicknights/armor.json5 deleted file mode 100644 index 8fd7b9d..0000000 --- a/web/config/epicknights/armor.json5 +++ /dev/null @@ -1,25 +0,0 @@ -{ - "enableKnightArmor": true, - "enableJoustingArmor": true, - "enableGothicArmor": true, - "enableMaximilianArmor": true, - "enableChainmailArmor": true, - "enablePlatemailArmor": true, - "enableHalfarmor": true, - "enableCrusaderArmor": true, - "enableBrigandineArmor": true, - "enableGambesonArmor": true, - "enableCeremonialArmor": true, - "enableShishak": true, - "enableNormanHelmet": true, - "enableRustedHalfarmorArmor": true, - "enableRustedChainmailArmor": true, - "enableRustedKettlehat": true, - "enableRustedNormanHelmet": true, - "enableRustedCrusaderArmor": true, - "enableXIVCenturyKnightArmor": true, - "enableWingedHussarArmor": true, - "enableCuirassierArmor": true, - "enableKastenbrustArmor": true, - "enableLamellarArmor": true -} \ No newline at end of file diff --git a/web/config/epicknights/general.json5 b/web/config/epicknights/general.json5 deleted file mode 100644 index 2635490..0000000 --- a/web/config/epicknights/general.json5 +++ /dev/null @@ -1,22 +0,0 @@ -{ - // If true, monsters will be equipped with some armor and weapons of the mod. This is an boolean. Default value is true. - "equipMonsters": true, - // If true, monsters will be equipped with some armor and weapons only if game the game difficulty set to hard. This is an boolean. Default value is true. - "equipMonstersOnlyIfHard": true, - // Affects the chance that monsters will be equipped by default. This is an float. Default value is 0.5, Maximum value is 1.0. - "equipChance": 0.5, - // If false, equipment will not be overriden. This is an float. Default value is false. - "overrideEquipment": false, - // If true, crafting recipes with the surcoat is available not only for the armor of this mod. Default value is true. - "enableSurcoatRecipeForAllArmor": true, - // If Epic Fight or Better Combat is installed, it will be used as true. If true, all the weapons have the same reach distance. It's recommended to set to true to avoid conflicts with some combat mods. Default value is false. - "disableAttackReach": false, - // If true, lance will not collide with mobs when you're riding a horse. It's recommended to set to true to avoid conflicts with some combat mods. Default value is false. - "disableLanceCollision": false, - // If true, all the weapons don't penetrate armor. It's recommended to set to true to avoid conflicts with some combat mods. Default value is false. - "disableArmorPiercing": false, - // If true, all the weapons don't have any debuff as long as you hold something with both hands. It's recommended to set to true to avoid conflicts with some combat mods. Default value is false. - "disableTwoHanded": false, - // If true, you can't block with the weapons from the mod. It's recommended to set to true to avoid conflicts with some combat mods. Default value is false. - "disableWeaponBlocking": false -} \ No newline at end of file diff --git a/web/config/epicknights/mobs_equipment.json5 b/web/config/epicknights/mobs_equipment.json5 deleted file mode 100644 index 5a0f2ad..0000000 --- a/web/config/epicknights/mobs_equipment.json5 +++ /dev/null @@ -1,9 +0,0 @@ -{ - // Specify mob IDs, dimensions and the items that mobs will have with some chance, all separated by a space - "equipments": [ - "minecraft:zombie minecraft:overworld magistuarmory:rustedchainmail_helmet magistuarmory:rustednorman_helmet magistuarmory:rustedkettlehat magistuarmory:rustedbarbute magistuarmory:rustedgreathelm magistuarmory:rustedchainmail_chestplate magistuarmory:rustedcrusader_chestplate magistuarmory:rustedhalfarmor_chestplate magistuarmory:rustedchainmail_leggings magistuarmory:rustedchainmail_boots magistuarmory:rustedcrusader_boots magistuarmory:rusted_bastardsword magistuarmory:rusted_bastardsword magistuarmory:rusted_heavymace magistuarmory:corruptedroundshield", - "minecraft:skeleton minecraft:overworld magistuarmory:rustedchainmail_helmet magistuarmory:rustednorman_helmet magistuarmory:rustedkettlehat magistuarmory:rustedbarbute magistuarmory:rustedgreathelm magistuarmory:rustedchainmail_chestplate magistuarmory:rustedcrusader_chestplate magistuarmory:rustedhalfarmor_chestplate magistuarmory:rustedchainmail_leggings magistuarmory:rustedchainmail_boots magistuarmory:corruptedroundshield magistuarmory:rustedcrusader_boots magistuarmory:rusted_bastardsword minecraft:bow", - "minecraft:piglin_brute minecraft:zombified_piglin minecraft:golden_helmet minecraft:golden_chestplate minecraft:golden_leggings minecraft:golden_boots magistuarmory:brigandine_chestplate magistuarmory:gambeson_boots magistuarmory:gold_bastardsword magistuarmory:gold_guisarme magistuarmory:gold_shortsword magistuarmory:gold_lochaberaxe magistuarmory:gold_buckler magistuarmory:gold_target", - "minecraft:wither_skeleton 0.3 magistuarmory:sallet magistuarmory:maximilian_helmet magistuarmory:gothic_chestplate magistuarmory:maximilian_chestplate magistuarmory:gothic_leggings magistuarmory:maximilian_leggings magistuarmory:gothic_boots magistuarmory:maximilian_helmet magistuarmory:steel_zweihander magistuarmory:steel_flamebladedsword magistuarmory:steel_lucernhammer" - ] -} \ No newline at end of file diff --git a/web/config/epicknights/shields.json5 b/web/config/epicknights/shields.json5 deleted file mode 100644 index 3db9946..0000000 --- a/web/config/epicknights/shields.json5 +++ /dev/null @@ -1,12 +0,0 @@ -{ - "enableHeaterShield": true, - "enableTarget": true, - "enableBuckler": true, - "enableRondache": true, - "enableTartsche": true, - "enableEllipticalShield": true, - "enableRoundShield": true, - "enablePavese": true, - "enableKiteShield": true, - "enableCorruptedRoundShield": true -} \ No newline at end of file diff --git a/web/config/epicknights/weapons.json5 b/web/config/epicknights/weapons.json5 deleted file mode 100644 index b239a1c..0000000 --- a/web/config/epicknights/weapons.json5 +++ /dev/null @@ -1,170 +0,0 @@ -{ - "stiletto": { - "enabled": true, - "baseAttackDamage": 2.0, - "baseAttackSpeed": 1.600000023841858, - "bonusAttackReach": 0.0 - }, - "shortSword": { - "enabled": true, - "baseAttackDamage": 2.5, - "baseAttackSpeed": 1.7000000476837158, - "bonusAttackReach": 0.0 - }, - "katzbalger": { - "enabled": true, - "baseAttackDamage": 3.0, - "baseAttackSpeed": 1.649999976158142, - "bonusAttackReach": 0.0 - }, - "pike": { - "enabled": true, - "baseAttackDamage": 3.0, - "baseAttackSpeed": 1.0700000524520874, - "bonusAttackReach": 3.0 - }, - "ranseur": { - "enabled": true, - "baseAttackDamage": 3.0999999046325684, - "baseAttackSpeed": 1.0700000524520874, - "bonusAttackReach": 2.0 - }, - "ahlspiess": { - "enabled": true, - "baseAttackDamage": 4.0, - "baseAttackSpeed": 1.2799999713897705, - "bonusAttackReach": 1.2000000476837158 - }, - "giantLance": { - "enabled": true, - "baseAttackDamage": 2.5, - "baseAttackSpeed": 0.8399999737739563, - "bonusAttackReach": 2.0 - }, - "bastardSword": { - "enabled": true, - "baseAttackDamage": 4.25, - "baseAttackSpeed": 1.399999976158142, - "bonusAttackReach": 0.0 - }, - "estoc": { - "enabled": true, - "baseAttackDamage": 4.099999904632568, - "baseAttackSpeed": 1.399999976158142, - "bonusAttackReach": 0.5 - }, - "claymore": { - "enabled": true, - "baseAttackDamage": 5.400000095367432, - "baseAttackSpeed": 1.2200000286102295, - "bonusAttackReach": 0.0 - }, - "zweihander": { - "enabled": true, - "baseAttackDamage": 6.5, - "baseAttackSpeed": 1.1200000047683716, - "bonusAttackReach": 0.5 - }, - "flameBladedSword": { - "enabled": true, - "baseAttackDamage": 6.400000095367432, - "baseAttackSpeed": 1.1200000047683716, - "bonusAttackReach": 0.5 - }, - "lochaberAxe": { - "enabled": true, - "baseAttackDamage": 7.0, - "baseAttackSpeed": 1.0, - "bonusAttackReach": 1.0 - }, - "concaveEdgedHalberd": { - "enabled": true, - "baseAttackDamage": 8.0, - "baseAttackSpeed": 0.8999999761581421, - "bonusAttackReach": 2.0 - }, - "heavyMace": { - "enabled": true, - "baseAttackDamage": 4.5, - "baseAttackSpeed": 1.149999976158142, - "bonusAttackReach": 0.0 - }, - "heavyWarHammer": { - "enabled": true, - "baseAttackDamage": 5.199999809265137, - "baseAttackSpeed": 1.0499999523162842, - "bonusAttackReach": 0.0 - }, - "lucerneHammer": { - "enabled": true, - "baseAttackDamage": 4.800000190734863, - "baseAttackSpeed": 1.100000023841858, - "bonusAttackReach": 0.0 - }, - "morningstar": { - "enabled": true, - "baseAttackDamage": 5.0, - "baseAttackSpeed": 1.25, - "bonusAttackReach": 0.0 - }, - "flail": { - "enabled": true, - "baseAttackDamage": 6.199999809265137, - "baseAttackSpeed": 1.100000023841858, - "bonusAttackReach": 0.0 - }, - "guisarme": { - "enabled": true, - "baseAttackDamage": 3.1500000953674316, - "baseAttackSpeed": 1.0199999809265137, - "bonusAttackReach": 1.899999976158142 - }, - "blacksmithHammer": { - "enabled": true, - "baseAttackDamage": 5.0, - "baseAttackSpeed": 1.0, - "bonusAttackReach": 0.0 - }, - "barbedClub": { - "enabled": true, - "baseAttackDamage": 5.599999904632568, - "baseAttackSpeed": 1.0, - "bonusAttackReach": 0.0 - }, - "pitchfork": { - "enabled": true, - "baseAttackDamage": 2.799999952316284, - "baseAttackSpeed": 1.0, - "bonusAttackReach": 1.0 - }, - "nobleSword": { - "enabled": true, - "baseAttackDamage": 4.25, - "baseAttackSpeed": 1.5099999904632568, - "bonusAttackReach": 0.0 - }, - "rustedBastardSword": { - "enabled": true, - "baseAttackDamage": 2.0, - "baseAttackSpeed": 1.5099999904632568, - "bonusAttackReach": 0.0 - }, - "rustedHeavyMace": { - "enabled": true, - "baseAttackDamage": 2.0, - "baseAttackSpeed": 1.5099999904632568, - "bonusAttackReach": 0.0 - }, - "club": { - "enabled": true, - "baseAttackDamage": 11.300000190734863, - "baseAttackSpeed": 0.800000011920929, - "bonusAttackReach": 0.0 - }, - "messerSword": { - "enabled": true, - "baseAttackDamage": 3.799999952316284, - "baseAttackSpeed": 1.559999942779541, - "bonusAttackReach": 0.0 - } -} \ No newline at end of file diff --git a/web/config/everlastingabilities-common.toml b/web/config/everlastingabilities-common.toml deleted file mode 100644 index 3408c58..0000000 --- a/web/config/everlastingabilities-common.toml +++ /dev/null @@ -1,51 +0,0 @@ - -[general] - - [general.general] - #How many abilities should be dropped on player death. - dropAbilitiesOnPlayerDeath = 1 - #These mobs will not be affected by hostile area potion effects such as poison or weakness. (Java regular expressions are allowed) - friendlyMobs = ["minecraft:armor_stand", "minecraft:bat", "minecraft:bee", "minecraft:boat", "minecraft:cat", "minecraft:chicken", "minecraft:cod", "minecraft:cow", "minecraft:donkey", "minecraft:dolphin", "minecraft:fox", "minecraft:horse", "minecraft:llama", "minecraft:mule", "minecraft:mooshroom", "minecraft:ocelot", "minecraft:panda", "minecraft:parrot", "minecraft:pig", "minecraft:pufferfish", "minecraft:polarbear", "minecraft:rabbit", "minecraft:salmon", "minecraft:sheep", "minecraft:squid", "minecraft:trader_llama", "minecraft:tropical_fish", "minecraft:turtle", "minecraft:egg", "minecraft:bee", "minecraft:villager", "minecraft:iron_golem", "minecraft:wandering_trader", "minecraft:wolf", "minecolonies:.*"] - #If ability effects should apply. Disable this if you don't want any abilities to work. Useful for debugging. - tickAbilities = true - #The multiplier for ability XP requirement - abilityXpMultiplier = 10 - #If potion abilities should show particle effects. This will also make them appear as in-game symbols. - showPotionEffectParticles = false - #If players should have particle effects for the abilities they carry. - showPlayerParticles = false - #If on-player entities should have particle effects for the abilities they carry. - showEntityParticles = true - #true: Abilities drop when players die; false: Abilities drop when players die by the hand of other players. - alwaysDropAbilities = false - #Mobs that won't have abilities that can be dropped via totems. You can add things like 'minecraft:pig'. - mobDropBlacklist = [] - #1/x chance for mobs to have abilities. - mobAbilityChance = 50 - #The amount of exhaustion that should by applied to the player per active ability per second. - exhaustionPerAbilityTick = 0.01 - #The maximum rarity of totems to spawn when a player first logs in. [0-3], -1 disables totem spawning. - totemMaximumSpawnRarity = 1 - #The maximum amount of abilities a player can have, -1 is infinite. - maxPlayerAbilities = -1 - -[core] - - [core.general] - #Set 'true' to enable development debug mode. This will result in a lower performance! - debug = false - #If mod compatibility loader should crash hard if errors occur in that process. - crashOnModCompatCrash = false - #If the recipe loader should crash when finding invalid recipes. - crashOnInvalidRecipe = false - #If an anonymous mod startup analytics request may be sent to our analytics service. - analytics = true - #If the version checker should be enabled. - versionChecker = true - - [core.ability_totem] - #This many totems combined in a crafting grid produces a new random totem (0 to disable) - totemCraftingCount = 3 - #When combining totems, percentage chance of getting one higher rarity than normal. - totemCraftingRarityIncreasePercent = 15 - diff --git a/web/config/experienceobelisk-common.toml b/web/config/experienceobelisk-common.toml deleted file mode 100644 index 663010f..0000000 --- a/web/config/experienceobelisk-common.toml +++ /dev/null @@ -1,9 +0,0 @@ - -["Allowed Experience Fluids"] - #Add IDs of fluids you want the obelisk to support here in the form mod_id:fluid_name - AllowedFluids = ["mob_grinding_utils:fluid_xp", "cofh_core:experience", "industrialforegoing:essence"] - -["Experience Obelisk Capacity"] - #The fluid capacity of the obelisk in mB. Default = 100000000, Max = 2147483647 - Capacity = 100000000 - diff --git a/web/config/extradisks-common.toml b/web/config/extradisks-common.toml deleted file mode 100644 index fe5b2d2..0000000 --- a/web/config/extradisks-common.toml +++ /dev/null @@ -1,35 +0,0 @@ - -[storageblocks] - - [storageblocks.item] - #item storage blocks energy usage - #Range: > 0 - 256k = 12 - #Range: > 0 - 1024k = 14 - #Range: > 0 - 4096k = 16 - #Range: > 0 - 16384k = 18 - #Range: > 0 - 65536k = 20 - #Range: > 0 - 262144k = 22 - #Range: > 0 - 1048576k = 24 - #Range: > 0 - infinite = 26 - - [storageblocks.fluid] - #fluid storage blocks energy usage - #Range: > 0 - 16384k = 12 - #Range: > 0 - 65536k = 14 - #Range: > 0 - 262144k = 16 - #Range: > 0 - 1048576k = 18 - #Range: > 0 - infinite = 20 - diff --git a/web/config/fancymenu/assets/background.png b/web/config/fancymenu/assets/background.png deleted file mode 100755 index 631e81d..0000000 Binary files a/web/config/fancymenu/assets/background.png and /dev/null differ diff --git a/web/config/fancymenu/config.txt b/web/config/fancymenu/config.txt deleted file mode 100644 index 12c9ccf..0000000 --- a/web/config/fancymenu/config.txt +++ /dev/null @@ -1,73 +0,0 @@ -##[general] - -[If menu background sounds added by FancyMenu should be played when a world is loaded.] -B:playbackgroundsoundsinworld = 'false'; -B:forcefullscreen = 'false'; -[If menu background sounds added by FancyMenu should be played or not.] -B:playbackgroundsounds = 'true'; -[A minecraft restart is required after changing this value.] -B:enablehotkeys = 'true'; -B:playmenumusic = 'true'; -S:variables_to_reset_on_launch = ''; -B:showdebugwarnings = 'true'; -[Sets the default GUI scale on first launch. Useful for modpacks. Cache data is saved in '/mods/fancymenu/'.] -I:defaultguiscale = '3'; - - -##[customization] - -B:advancedmode = 'false'; -B:showcustomizationbuttons = 'false'; - - -##[loading] - -B:allowgameintroskip = 'true'; -B:showanimationloadingstatus = 'true'; -S:gameintroanimation = ''; -B:preloadanimations = 'false'; -S:customgameintroskiptext = ''; - - -##[minecraftwindow] - -[A minecraft restart is required after changing this value.] -S:customwindowtitle = 'PatataPack 1.0'; -[A minecraft restart is required after changing this value.] -B:customwindowicon = 'true'; - - -##[world_loading_screen] - -B:showloadingscreenanimation = 'true'; -B:showloadingscreenpercent = 'true'; - - -##[multiplayer_screen] - -B:show_server_icons = 'true'; - - -##[singleplayer_screen] - -B:show_world_icons = 'true'; - - -##[layouteditor] - -I:gridsize = '10'; -B:editordeleteconfirmation = 'true'; -B:showgrid = 'false'; -[If the warning when trying to move an vanilla button without an orientation should be displayed or not.] -B:showvanillamovewarning = 'true'; - - -##[ui] - -B:show_unicode_warning = 'true'; -F:uiscale = '1.0'; - - -##[compatibility] - -B:allow_level_registry_interactions = 'true'; \ No newline at end of file diff --git a/web/config/fancymenu/customizablemenus.txt b/web/config/fancymenu/customizablemenus.txt deleted file mode 100644 index cc789c0..0000000 --- a/web/config/fancymenu/customizablemenus.txt +++ /dev/null @@ -1,5 +0,0 @@ -type = customizablemenus - -net.minecraft.client.gui.screens.TitleScreen { -} - diff --git a/web/config/fancymenu/customization/patatapack.txt b/web/config/fancymenu/customization/patatapack.txt deleted file mode 100755 index 142d2e6..0000000 --- a/web/config/fancymenu/customization/patatapack.txt +++ /dev/null @@ -1,163 +0,0 @@ -type = menu - -customization-meta { - identifier = net.minecraft.client.gui.screens.TitleScreen - randomgroup = 1 - renderorder = foreground - randommode = false - randomonlyfirsttime = false -} - -customization { - path = config/fancymenu/assets/background.png - action = texturizebackground -} - -customization { - keepaspectratio = false - action = backgroundoptions -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_multiplayer_button% - orientation = mid-centered - x = -100 - action = movebutton - y = 27 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_accessibility_button% - action = hidebutton -} - -customization { - identifier = %id=376322% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_options_button% - orientation = mid-centered - x = -100 - action = movebutton - y = 76 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_quit_button% - orientation = mid-centered - x = 2 - action = movebutton - y = 76 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_language_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_singleplayer_button% - orientation = mid-centered - x = -100 - action = movebutton - y = 3 -} - -customization { - identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% - orientation = mid-centered - x = -100 - action = movebutton - y = 52 -} - -customization { - identifier = %id=button_compatibility_id:forge_titlescreen_mods_button% - width = 200 - action = resizebutton - height = 20 -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% - action = hidebutton -} - -customization { - identifier = %id=button_compatibility_id:mc_titlescreen_realms_button% - orientation = mid-centered - x = 2 - action = movebutton - y = 52 -} - -customization { - orientation = top-left - hidden = false - x = 186 - width = 268 - action = deep_customization_element:title_screen_forge_top - actionid = 8f6be4e8-3ee6-4f83-8373-af30b52fb3131686718907996 - y = 4 - height = 19 -} - -customization { - orientation = top-left - hidden = false - x = 2 - width = 108 - action = deep_customization_element:title_screen_branding - actionid = e277e86a-2723-426d-ae8a-c08b00b787cd1686718908002 - y = 318 - height = 40 -} - -customization { - orientation = top-left - hidden = false - x = 411 - width = 228 - action = deep_customization_element:title_screen_forge_copyright - actionid = 04949fbc-881f-4d09-ae12-134e497296b01686718908002 - y = 340 - height = 9 -} - -customization { - orientation = top-left - hidden = true - x = 423 - width = 13 - action = deep_customization_element:title_screen_realms_notification - actionid = 1a9a0324-cfad-48de-9c7b-4269ab7f2b141686718908002 - y = 190 - height = 13 -} - -customization { - orientation = top-left - hidden = true - x = 183 - width = 274 - action = deep_customization_element:title_screen_logo - actionid = 8503d1f7-5665-4966-a9df-0bb4f785423f1686718908002 - y = 30 - height = 52 -} - -customization { - orientation = mid-centered - splash_color = #ffff00 - hidden = false - x = 132 - width = 60 - splash_rotation = -20 - action = deep_customization_element:title_screen_splash - actionid = 618e2d4b-5404-4a72-b252-a94232a66a011686718908002 - y = -79 - height = 30 -} - diff --git a/web/config/fancymenu/locals/de_de.local b/web/config/fancymenu/locals/de_de.local deleted file mode 100644 index 57b8ad2..0000000 --- a/web/config/fancymenu/locals/de_de.local +++ /dev/null @@ -1,397 +0,0 @@ -loading.animation.loadingframes = Lade Animationsframes für {} -loading.animation.prerendering = Vorbereiten von Animation {} -loading.animation.done = Fertig! - -helper.button.menuinfo = Menü Info -helper.button.buttoninfo = Button Info -helper.button.reload = Neuladen -helper.button.createlayout = Layout erstellen - -helper.menuinfo.identifier = Menü Identifier - -helper.buttoninfo.idnotfound = -helper.buttoninfo.keynotfound =