Update tag_cache.json to reorganize armor and weapon entries, adding new items for rogues and wizards while removing duplicates for improved loot management. Update ingredient-list-mod-sort-order.ini to include new mod entries for better sorting.
This commit is contained in:
+1
-1
@@ -68,4 +68,4 @@
|
|||||||
shaderpacks/ComplementaryReimagined_r5.7.1 + EuphoriaPatches_1.8.6.txt
|
shaderpacks/ComplementaryReimagined_r5.7.1 + EuphoriaPatches_1.8.6.txt
|
||||||
config/ars_nouveau/search_index/
|
config/ars_nouveau/search_index/
|
||||||
config/ars_nouveau/doc_data.json
|
config/ars_nouveau/doc_data.json
|
||||||
config/jei/world/server/TailServer_66b67433/lookupHistory.json
|
config/jei/world/server/*/lookupHistory.json
|
||||||
|
|||||||
@@ -0,0 +1,125 @@
|
|||||||
|
#Responsible for how much energy is generated per 1 stress unit in a tick
|
||||||
|
#Default value is supposed to be compatible with default configuration of Create: Crafts and Additions
|
||||||
|
# Default: 0.029296875
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
suToEnergy = 0.029296875
|
||||||
|
#How many coils can the carbon brushes collect energy from
|
||||||
|
# Default: 8
|
||||||
|
# Range: > 0
|
||||||
|
maxCoils = 8
|
||||||
|
#How many reactor rods can a fuel inserter or a heat vent have in a single direction
|
||||||
|
# Default: 32
|
||||||
|
# Range: > 0
|
||||||
|
maxRodsInDirection = 32
|
||||||
|
#Multiplier of wire conductivity
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
conductivityMultiplier = 1.0
|
||||||
|
#Maximum depth of network pathfinding
|
||||||
|
# Default: 24
|
||||||
|
# Range: > 1
|
||||||
|
maxPathfindingDepth = 24
|
||||||
|
#Multiplier of energising speed
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
energiserSpeedMultiplier = 1.0
|
||||||
|
#Multiplier for the temperature at which components overheat. Set to -1 to disable overheating.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: -1.0 ~ 1.7976931348623157E308
|
||||||
|
overheatingMultiplier = 1.0
|
||||||
|
#Multiplier for how much heat pipes obtain from passive heat sources like Lava or even Boilers.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
passiveHeatSourceMultiplier = 1.0
|
||||||
|
#How much heat do pipes lose per second.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
passivePipeHeatLoss = 1.0
|
||||||
|
#Multiplier for how much heat a boiler needs.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
boilerRequiredHeatMultiplier = 1.0
|
||||||
|
#How much heat per tick a nuclear reactor rod generate.
|
||||||
|
# Default: 30.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
ReactorRodHeat = 30.0
|
||||||
|
#How much heat per tick a nuclear reactor rod loses above the 16000*overheatingMultiplier.
|
||||||
|
# Default: 25.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
ReactorRodHeatLoss = 25.0
|
||||||
|
#Multiplier for how much heat solar panels output.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
solarPanelHeatMultiplier = 1.0
|
||||||
|
#Maximum wire length
|
||||||
|
# Default: 16
|
||||||
|
# Range: > 1
|
||||||
|
maxWireLength = 16
|
||||||
|
|
||||||
|
[Motors]
|
||||||
|
#Maximum motor SU multiplier
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
motorSuMultiplier = 1.0
|
||||||
|
#Internal energy capacity of a basic motor
|
||||||
|
# Default: 16000
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorCapacity = 16000
|
||||||
|
#Internal energy capacity of an advanced motor
|
||||||
|
# Default: 64000
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorCapacity = 64000
|
||||||
|
#Internal energy capacity of a reinforced motor
|
||||||
|
# Default: 128000
|
||||||
|
# Range: > 1
|
||||||
|
reinforcedMotorCapacity = 128000
|
||||||
|
#Top Speed of a basic motor
|
||||||
|
# Default: 128.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorSpeed = 128.0
|
||||||
|
#Top Speed of an advanced motor
|
||||||
|
# Default: 256.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorSpeed = 256.0
|
||||||
|
#Top Speed of a reinforced motor
|
||||||
|
# Default: 256.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
reinforcedMotorSpeed = 256.0
|
||||||
|
#Generated SU of a basic motor
|
||||||
|
# Default: 512.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorStress = 512.0
|
||||||
|
#Generated SU of an advanced motor
|
||||||
|
# Default: 2048.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorStress = 2048.0
|
||||||
|
#Generated SU of a reinforced motor
|
||||||
|
# Default: 8192.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
reinforcedMotorStress = 8192.0
|
||||||
|
|
||||||
|
["Motor Extensions"]
|
||||||
|
#Power Multiplier of a basic motor extension
|
||||||
|
# Default: 2.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorExtensionMultiplier = 2.0
|
||||||
|
#Power Multiplier of a basic motor extension
|
||||||
|
# Default: 8.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorExtensionMultiplier = 8.0
|
||||||
|
#Extra energy capacity of a basic motor extension
|
||||||
|
# Default: 64000
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorExtensionExtraCapacity = 64000
|
||||||
|
#Extra energy capacity of an advanced motor extension
|
||||||
|
# Default: 256000
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorExtensionExtraCapacity = 256000
|
||||||
|
#Basic motor extension scroll step
|
||||||
|
# Default: 1
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorExtensionScrollStep = 1
|
||||||
|
#Advanced motor extension scroll step
|
||||||
|
# Default: 8
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorExtensionScrollStep = 8
|
||||||
@@ -0,0 +1,7 @@
|
|||||||
|
["cheat mode"]
|
||||||
|
#Enable the cheat mode for players who have an operator status (/op).
|
||||||
|
enableCheatModeForOp = true
|
||||||
|
#Enable the cheat mode for players who are in the creative mode.
|
||||||
|
enableCheatModeForCreative = true
|
||||||
|
#Enable the cheat mode for players who can use the "/give" command.
|
||||||
|
enableCheatModeForGive = false
|
||||||
@@ -31,13 +31,13 @@
|
|||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_4_armors": [],
|
"rpg_series:loot_tier/tier_4_armors": [],
|
||||||
"rpg_series:loot_tier/tier_5_armors": [
|
"rpg_series:loot_tier/tier_5_armors": [
|
||||||
"witcher_rpg:grandmaster_diagram",
|
|
||||||
"witcher_rpg:dimeritium_ingot",
|
|
||||||
"armory_rpgs:epic_armor_upgrade",
|
"armory_rpgs:epic_armor_upgrade",
|
||||||
"armory_rpgs:conqueror_upgrade_crystal",
|
"armory_rpgs:conqueror_upgrade_crystal",
|
||||||
"armory_rpgs:vanquisher_upgrade_crystal",
|
"armory_rpgs:vanquisher_upgrade_crystal",
|
||||||
"armory_rpgs:redeemer_upgrade_crystal",
|
"armory_rpgs:redeemer_upgrade_crystal",
|
||||||
"armory_rpgs:champion_upgrade_crystal",
|
"armory_rpgs:champion_upgrade_crystal",
|
||||||
|
"witcher_rpg:grandmaster_diagram",
|
||||||
|
"witcher_rpg:dimeritium_ingot",
|
||||||
"more_rpg_classes:ascetic_upgrade_crystal",
|
"more_rpg_classes:ascetic_upgrade_crystal",
|
||||||
"more_rpg_classes:warden_upgrade_crystal",
|
"more_rpg_classes:warden_upgrade_crystal",
|
||||||
"more_rpg_classes:ravager_upgrade_crystal",
|
"more_rpg_classes:ravager_upgrade_crystal",
|
||||||
@@ -45,6 +45,30 @@
|
|||||||
"more_rpg_classes:virtuoso_upgrade_crystal"
|
"more_rpg_classes:virtuoso_upgrade_crystal"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_3_armors": [
|
"rpg_series:loot_tier/tier_3_armors": [
|
||||||
|
"rogues:netherite_assassin_armor_head",
|
||||||
|
"rogues:netherite_assassin_armor_chest",
|
||||||
|
"rogues:netherite_assassin_armor_legs",
|
||||||
|
"rogues:netherite_assassin_armor_feet",
|
||||||
|
"rogues:netherite_berserker_armor_head",
|
||||||
|
"rogues:netherite_berserker_armor_chest",
|
||||||
|
"rogues:netherite_berserker_armor_legs",
|
||||||
|
"rogues:netherite_berserker_armor_feet",
|
||||||
|
"wizards:netherite_arcane_robe_head",
|
||||||
|
"wizards:netherite_arcane_robe_chest",
|
||||||
|
"wizards:netherite_arcane_robe_legs",
|
||||||
|
"wizards:netherite_arcane_robe_feet",
|
||||||
|
"wizards:netherite_fire_robe_head",
|
||||||
|
"wizards:netherite_fire_robe_chest",
|
||||||
|
"wizards:netherite_fire_robe_legs",
|
||||||
|
"wizards:netherite_fire_robe_feet",
|
||||||
|
"wizards:netherite_frost_robe_head",
|
||||||
|
"wizards:netherite_frost_robe_chest",
|
||||||
|
"wizards:netherite_frost_robe_legs",
|
||||||
|
"wizards:netherite_frost_robe_feet",
|
||||||
|
"artificers:artillerist_netherite_head",
|
||||||
|
"artificers:artillerist_netherite_chest",
|
||||||
|
"artificers:artillerist_netherite_legs",
|
||||||
|
"artificers:artillerist_netherite_feet",
|
||||||
"bards_rpg:netherite_troubadour_garb_head",
|
"bards_rpg:netherite_troubadour_garb_head",
|
||||||
"bards_rpg:netherite_troubadour_garb_chest",
|
"bards_rpg:netherite_troubadour_garb_chest",
|
||||||
"bards_rpg:netherite_troubadour_garb_legs",
|
"bards_rpg:netherite_troubadour_garb_legs",
|
||||||
@@ -69,14 +93,6 @@
|
|||||||
"forcemaster_rpg:aken_chest",
|
"forcemaster_rpg:aken_chest",
|
||||||
"forcemaster_rpg:aken_legs",
|
"forcemaster_rpg:aken_legs",
|
||||||
"forcemaster_rpg:aken_feet",
|
"forcemaster_rpg:aken_feet",
|
||||||
"rogues:netherite_assassin_armor_head",
|
|
||||||
"rogues:netherite_assassin_armor_chest",
|
|
||||||
"rogues:netherite_assassin_armor_legs",
|
|
||||||
"rogues:netherite_assassin_armor_feet",
|
|
||||||
"rogues:netherite_berserker_armor_head",
|
|
||||||
"rogues:netherite_berserker_armor_chest",
|
|
||||||
"rogues:netherite_berserker_armor_legs",
|
|
||||||
"rogues:netherite_berserker_armor_feet",
|
|
||||||
"elemental_wizards_rpg:netherite_kelp_head",
|
"elemental_wizards_rpg:netherite_kelp_head",
|
||||||
"elemental_wizards_rpg:netherite_kelp_chest",
|
"elemental_wizards_rpg:netherite_kelp_chest",
|
||||||
"elemental_wizards_rpg:netherite_kelp_legs",
|
"elemental_wizards_rpg:netherite_kelp_legs",
|
||||||
@@ -89,22 +105,6 @@
|
|||||||
"elemental_wizards_rpg:netherite_wind_chest",
|
"elemental_wizards_rpg:netherite_wind_chest",
|
||||||
"elemental_wizards_rpg:netherite_wind_legs",
|
"elemental_wizards_rpg:netherite_wind_legs",
|
||||||
"elemental_wizards_rpg:netherite_wind_feet",
|
"elemental_wizards_rpg:netherite_wind_feet",
|
||||||
"wizards:netherite_arcane_robe_head",
|
|
||||||
"wizards:netherite_arcane_robe_chest",
|
|
||||||
"wizards:netherite_arcane_robe_legs",
|
|
||||||
"wizards:netherite_arcane_robe_feet",
|
|
||||||
"wizards:netherite_fire_robe_head",
|
|
||||||
"wizards:netherite_fire_robe_chest",
|
|
||||||
"wizards:netherite_fire_robe_legs",
|
|
||||||
"wizards:netherite_fire_robe_feet",
|
|
||||||
"wizards:netherite_frost_robe_head",
|
|
||||||
"wizards:netherite_frost_robe_chest",
|
|
||||||
"wizards:netherite_frost_robe_legs",
|
|
||||||
"wizards:netherite_frost_robe_feet",
|
|
||||||
"artificers:artillerist_netherite_head",
|
|
||||||
"artificers:artillerist_netherite_chest",
|
|
||||||
"artificers:artillerist_netherite_legs",
|
|
||||||
"artificers:artillerist_netherite_feet",
|
|
||||||
"archers_expansion:netherite_tundra_hunter_head",
|
"archers_expansion:netherite_tundra_hunter_head",
|
||||||
"archers_expansion:netherite_tundra_hunter_chest",
|
"archers_expansion:netherite_tundra_hunter_chest",
|
||||||
"archers_expansion:netherite_tundra_hunter_legs",
|
"archers_expansion:netherite_tundra_hunter_legs",
|
||||||
@@ -167,6 +167,22 @@
|
|||||||
"witcher_rpg:greater_devana_runestone"
|
"witcher_rpg:greater_devana_runestone"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_1_armors": [
|
"rpg_series:loot_tier/tier_1_armors": [
|
||||||
|
"rogues:rogue_armor_head",
|
||||||
|
"rogues:rogue_armor_chest",
|
||||||
|
"rogues:rogue_armor_legs",
|
||||||
|
"rogues:rogue_armor_feet",
|
||||||
|
"rogues:warrior_armor_head",
|
||||||
|
"rogues:warrior_armor_chest",
|
||||||
|
"rogues:warrior_armor_legs",
|
||||||
|
"rogues:warrior_armor_feet",
|
||||||
|
"wizards:wizard_robe_head",
|
||||||
|
"wizards:wizard_robe_chest",
|
||||||
|
"wizards:wizard_robe_legs",
|
||||||
|
"wizards:wizard_robe_feet",
|
||||||
|
"artificers:peasant_head",
|
||||||
|
"artificers:peasant_chest",
|
||||||
|
"artificers:peasant_legs",
|
||||||
|
"artificers:peasant_feet",
|
||||||
"witcher_rpg:witcher_head",
|
"witcher_rpg:witcher_head",
|
||||||
"witcher_rpg:witcher_chest",
|
"witcher_rpg:witcher_chest",
|
||||||
"witcher_rpg:witcher_legs",
|
"witcher_rpg:witcher_legs",
|
||||||
@@ -191,32 +207,23 @@
|
|||||||
"forcemaster_rpg:oriene_chest",
|
"forcemaster_rpg:oriene_chest",
|
||||||
"forcemaster_rpg:oriene_legs",
|
"forcemaster_rpg:oriene_legs",
|
||||||
"forcemaster_rpg:oriene_feet",
|
"forcemaster_rpg:oriene_feet",
|
||||||
"rogues:rogue_armor_head",
|
|
||||||
"rogues:rogue_armor_chest",
|
|
||||||
"rogues:rogue_armor_legs",
|
|
||||||
"rogues:rogue_armor_feet",
|
|
||||||
"rogues:warrior_armor_head",
|
|
||||||
"rogues:warrior_armor_chest",
|
|
||||||
"rogues:warrior_armor_legs",
|
|
||||||
"rogues:warrior_armor_feet",
|
|
||||||
"elemental_wizards_rpg:elemental_head",
|
"elemental_wizards_rpg:elemental_head",
|
||||||
"elemental_wizards_rpg:elemental_chest",
|
"elemental_wizards_rpg:elemental_chest",
|
||||||
"elemental_wizards_rpg:elemental_legs",
|
"elemental_wizards_rpg:elemental_legs",
|
||||||
"elemental_wizards_rpg:elemental_feet",
|
"elemental_wizards_rpg:elemental_feet",
|
||||||
"wizards:wizard_robe_head",
|
|
||||||
"wizards:wizard_robe_chest",
|
|
||||||
"wizards:wizard_robe_legs",
|
|
||||||
"wizards:wizard_robe_feet",
|
|
||||||
"artificers:peasant_head",
|
|
||||||
"artificers:peasant_chest",
|
|
||||||
"artificers:peasant_legs",
|
|
||||||
"artificers:peasant_feet",
|
|
||||||
"archers:archer_armor_head",
|
"archers:archer_armor_head",
|
||||||
"archers:archer_armor_chest",
|
"archers:archer_armor_chest",
|
||||||
"archers:archer_armor_legs",
|
"archers:archer_armor_legs",
|
||||||
"archers:archer_armor_feet"
|
"archers:archer_armor_feet"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_1_weapons": [
|
"rpg_series:loot_tier/tier_1_weapons": [
|
||||||
|
"rogues:iron_dagger",
|
||||||
|
"rogues:iron_sickle",
|
||||||
|
"rogues:iron_double_axe",
|
||||||
|
"rogues:iron_glaive",
|
||||||
|
"wizards:staff_wizard",
|
||||||
|
"artificers:iron_pike",
|
||||||
|
"artificers:flintlock",
|
||||||
"witcher_rpg:iron_witcher_sword",
|
"witcher_rpg:iron_witcher_sword",
|
||||||
"witcher_rpg:steel_witcher_sword",
|
"witcher_rpg:steel_witcher_sword",
|
||||||
"witcher_rpg:silver_witcher_sword",
|
"witcher_rpg:silver_witcher_sword",
|
||||||
@@ -231,14 +238,7 @@
|
|||||||
"paladins:holy_staff",
|
"paladins:holy_staff",
|
||||||
"paladins:iron_kite_shield",
|
"paladins:iron_kite_shield",
|
||||||
"forcemaster_rpg:iron_knuckle",
|
"forcemaster_rpg:iron_knuckle",
|
||||||
"rogues:iron_dagger",
|
|
||||||
"rogues:iron_sickle",
|
|
||||||
"rogues:iron_double_axe",
|
|
||||||
"rogues:iron_glaive",
|
|
||||||
"elemental_wizards_rpg:staff_elemental",
|
"elemental_wizards_rpg:staff_elemental",
|
||||||
"wizards:staff_wizard",
|
|
||||||
"artificers:iron_pike",
|
|
||||||
"artificers:flintlock",
|
|
||||||
"archers:iron_spear",
|
"archers:iron_spear",
|
||||||
"archers:composite_longbow"
|
"archers:composite_longbow"
|
||||||
],
|
],
|
||||||
@@ -254,17 +254,17 @@
|
|||||||
"arsenal:unique_longbow_1",
|
"arsenal:unique_longbow_1",
|
||||||
"arsenal:unique_longbow_2",
|
"arsenal:unique_longbow_2",
|
||||||
"arsenal:unique_longbow_sw",
|
"arsenal:unique_longbow_sw",
|
||||||
|
"artificers:repeating_crossbow",
|
||||||
|
"artificers:netherite_repeating_crossbow",
|
||||||
|
"artificers:flintlock",
|
||||||
|
"artificers:netherite_flintlock",
|
||||||
|
"artificers:diamond_flintlock",
|
||||||
"bards_rpg:harp_crossbow",
|
"bards_rpg:harp_crossbow",
|
||||||
"bards_rpg:diamond_harp_crossbow",
|
"bards_rpg:diamond_harp_crossbow",
|
||||||
"bards_rpg:netherite_harp_crossbow",
|
"bards_rpg:netherite_harp_crossbow",
|
||||||
"bards_rpg:aether_harp_crossbow",
|
"bards_rpg:aether_harp_crossbow",
|
||||||
"bards_rpg:unique_harp_crossbow_0",
|
"bards_rpg:unique_harp_crossbow_0",
|
||||||
"bards_rpg:unique_harp_crossbow_1",
|
"bards_rpg:unique_harp_crossbow_1",
|
||||||
"artificers:repeating_crossbow",
|
|
||||||
"artificers:netherite_repeating_crossbow",
|
|
||||||
"artificers:flintlock",
|
|
||||||
"artificers:netherite_flintlock",
|
|
||||||
"artificers:diamond_flintlock",
|
|
||||||
"archers:rapid_crossbow",
|
"archers:rapid_crossbow",
|
||||||
"archers:netherite_rapid_crossbow",
|
"archers:netherite_rapid_crossbow",
|
||||||
"archers:aether_rapid_crossbow",
|
"archers:aether_rapid_crossbow",
|
||||||
@@ -278,6 +278,30 @@
|
|||||||
"arsenal:unique_heavy_crossbow_sw"
|
"arsenal:unique_heavy_crossbow_sw"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_2_armors": [
|
"rpg_series:loot_tier/tier_2_armors": [
|
||||||
|
"rogues:assassin_armor_head",
|
||||||
|
"rogues:assassin_armor_chest",
|
||||||
|
"rogues:assassin_armor_legs",
|
||||||
|
"rogues:assassin_armor_feet",
|
||||||
|
"rogues:berserker_armor_head",
|
||||||
|
"rogues:berserker_armor_chest",
|
||||||
|
"rogues:berserker_armor_legs",
|
||||||
|
"rogues:berserker_armor_feet",
|
||||||
|
"wizards:arcane_robe_head",
|
||||||
|
"wizards:arcane_robe_chest",
|
||||||
|
"wizards:arcane_robe_legs",
|
||||||
|
"wizards:arcane_robe_feet",
|
||||||
|
"wizards:fire_robe_head",
|
||||||
|
"wizards:fire_robe_chest",
|
||||||
|
"wizards:fire_robe_legs",
|
||||||
|
"wizards:fire_robe_feet",
|
||||||
|
"wizards:frost_robe_head",
|
||||||
|
"wizards:frost_robe_chest",
|
||||||
|
"wizards:frost_robe_legs",
|
||||||
|
"wizards:frost_robe_feet",
|
||||||
|
"artificers:artillerist_head",
|
||||||
|
"artificers:artillerist_chest",
|
||||||
|
"artificers:artillerist_legs",
|
||||||
|
"artificers:artillerist_feet",
|
||||||
"bards_rpg:troubadour_garb_head",
|
"bards_rpg:troubadour_garb_head",
|
||||||
"bards_rpg:troubadour_garb_chest",
|
"bards_rpg:troubadour_garb_chest",
|
||||||
"bards_rpg:troubadour_garb_legs",
|
"bards_rpg:troubadour_garb_legs",
|
||||||
@@ -302,14 +326,6 @@
|
|||||||
"forcemaster_rpg:phasleb_chest",
|
"forcemaster_rpg:phasleb_chest",
|
||||||
"forcemaster_rpg:phasleb_legs",
|
"forcemaster_rpg:phasleb_legs",
|
||||||
"forcemaster_rpg:phasleb_feet",
|
"forcemaster_rpg:phasleb_feet",
|
||||||
"rogues:assassin_armor_head",
|
|
||||||
"rogues:assassin_armor_chest",
|
|
||||||
"rogues:assassin_armor_legs",
|
|
||||||
"rogues:assassin_armor_feet",
|
|
||||||
"rogues:berserker_armor_head",
|
|
||||||
"rogues:berserker_armor_chest",
|
|
||||||
"rogues:berserker_armor_legs",
|
|
||||||
"rogues:berserker_armor_feet",
|
|
||||||
"elemental_wizards_rpg:kelp_head",
|
"elemental_wizards_rpg:kelp_head",
|
||||||
"elemental_wizards_rpg:kelp_chest",
|
"elemental_wizards_rpg:kelp_chest",
|
||||||
"elemental_wizards_rpg:kelp_legs",
|
"elemental_wizards_rpg:kelp_legs",
|
||||||
@@ -322,22 +338,6 @@
|
|||||||
"elemental_wizards_rpg:wind_chest",
|
"elemental_wizards_rpg:wind_chest",
|
||||||
"elemental_wizards_rpg:wind_legs",
|
"elemental_wizards_rpg:wind_legs",
|
||||||
"elemental_wizards_rpg:wind_feet",
|
"elemental_wizards_rpg:wind_feet",
|
||||||
"wizards:arcane_robe_head",
|
|
||||||
"wizards:arcane_robe_chest",
|
|
||||||
"wizards:arcane_robe_legs",
|
|
||||||
"wizards:arcane_robe_feet",
|
|
||||||
"wizards:fire_robe_head",
|
|
||||||
"wizards:fire_robe_chest",
|
|
||||||
"wizards:fire_robe_legs",
|
|
||||||
"wizards:fire_robe_feet",
|
|
||||||
"wizards:frost_robe_head",
|
|
||||||
"wizards:frost_robe_chest",
|
|
||||||
"wizards:frost_robe_legs",
|
|
||||||
"wizards:frost_robe_feet",
|
|
||||||
"artificers:artillerist_head",
|
|
||||||
"artificers:artillerist_chest",
|
|
||||||
"artificers:artillerist_legs",
|
|
||||||
"artificers:artillerist_feet",
|
|
||||||
"archers_expansion:tundra_hunter_head",
|
"archers_expansion:tundra_hunter_head",
|
||||||
"archers_expansion:tundra_hunter_chest",
|
"archers_expansion:tundra_hunter_chest",
|
||||||
"archers_expansion:tundra_hunter_legs",
|
"archers_expansion:tundra_hunter_legs",
|
||||||
@@ -356,6 +356,10 @@
|
|||||||
"archers:ranger_armor_feet"
|
"archers:ranger_armor_feet"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_0_weapons": [
|
"rpg_series:loot_tier/tier_0_weapons": [
|
||||||
|
"rogues:flint_dagger",
|
||||||
|
"rogues:stone_double_axe",
|
||||||
|
"wizards:wand_novice",
|
||||||
|
"artificers:stone_pike",
|
||||||
"berserker_rpg:flint_berserker_axe",
|
"berserker_rpg:flint_berserker_axe",
|
||||||
"berserker_rpg:stone_berserker_axe",
|
"berserker_rpg:stone_berserker_axe",
|
||||||
"paladins:stone_claymore",
|
"paladins:stone_claymore",
|
||||||
@@ -364,13 +368,9 @@
|
|||||||
"paladins:acolyte_wand",
|
"paladins:acolyte_wand",
|
||||||
"forcemaster_rpg:wooden_knuckle",
|
"forcemaster_rpg:wooden_knuckle",
|
||||||
"forcemaster_rpg:stone_knuckle",
|
"forcemaster_rpg:stone_knuckle",
|
||||||
"rogues:flint_dagger",
|
|
||||||
"rogues:stone_double_axe",
|
|
||||||
"elemental_wizards_rpg:wand_kelp",
|
"elemental_wizards_rpg:wand_kelp",
|
||||||
"elemental_wizards_rpg:wand_clay",
|
"elemental_wizards_rpg:wand_clay",
|
||||||
"elemental_wizards_rpg:wand_feather",
|
"elemental_wizards_rpg:wand_feather",
|
||||||
"wizards:wand_novice",
|
|
||||||
"artificers:stone_pike",
|
|
||||||
"archers:flint_spear"
|
"archers:flint_spear"
|
||||||
],
|
],
|
||||||
"rpg_series:archetype/defense_weapon": [
|
"rpg_series:archetype/defense_weapon": [
|
||||||
@@ -437,9 +437,6 @@
|
|||||||
"jewelry:unique_dex_ring"
|
"jewelry:unique_dex_ring"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_3_accessories": [
|
"rpg_series:loot_tier/tier_3_accessories": [
|
||||||
"extraspellattributes:netheritediamondring",
|
|
||||||
"extraspellattributes:netheritediamondamulet",
|
|
||||||
"extraspellattributes:undyingsoul",
|
|
||||||
"additional_rpg_jewelry:netherite_malachite_ring",
|
"additional_rpg_jewelry:netherite_malachite_ring",
|
||||||
"additional_rpg_jewelry:netherite_malachite_necklace",
|
"additional_rpg_jewelry:netherite_malachite_necklace",
|
||||||
"additional_rpg_jewelry:netherite_aquamarine_ring",
|
"additional_rpg_jewelry:netherite_aquamarine_ring",
|
||||||
@@ -461,7 +458,10 @@
|
|||||||
"jewelry:netherite_ruby_ring",
|
"jewelry:netherite_ruby_ring",
|
||||||
"jewelry:netherite_ruby_necklace",
|
"jewelry:netherite_ruby_necklace",
|
||||||
"jewelry:netherite_topaz_necklace",
|
"jewelry:netherite_topaz_necklace",
|
||||||
"jewelry:netherite_sapphire_ring"
|
"jewelry:netherite_sapphire_ring",
|
||||||
|
"extraspellattributes:netheritediamondring",
|
||||||
|
"extraspellattributes:netheritediamondamulet",
|
||||||
|
"extraspellattributes:undyingsoul"
|
||||||
],
|
],
|
||||||
"rpg_series:archetype/melee_damage_weapon": [
|
"rpg_series:archetype/melee_damage_weapon": [
|
||||||
"berserker_rpg:flint_berserker_axe",
|
"berserker_rpg:flint_berserker_axe",
|
||||||
@@ -579,6 +579,16 @@
|
|||||||
"forcemaster_rpg:aether_knuckle",
|
"forcemaster_rpg:aether_knuckle",
|
||||||
"forcemaster_rpg:unique_knuckle_0",
|
"forcemaster_rpg:unique_knuckle_0",
|
||||||
"forcemaster_rpg:unique_knuckle_1",
|
"forcemaster_rpg:unique_knuckle_1",
|
||||||
|
"wizards:staff_wizard",
|
||||||
|
"wizards:staff_arcane",
|
||||||
|
"wizards:staff_fire",
|
||||||
|
"wizards:staff_frost",
|
||||||
|
"wizards:staff_netherite_arcane",
|
||||||
|
"wizards:staff_netherite_fire",
|
||||||
|
"wizards:staff_netherite_frost",
|
||||||
|
"wizards:staff_crystal_arcane",
|
||||||
|
"wizards:staff_smaragdant_frost",
|
||||||
|
"wizards:aether_wizard_staff",
|
||||||
"druids:staff_nature",
|
"druids:staff_nature",
|
||||||
"druids:staff_netherite_nature",
|
"druids:staff_netherite_nature",
|
||||||
"druids:staff_moon",
|
"druids:staff_moon",
|
||||||
@@ -593,16 +603,6 @@
|
|||||||
"elemental_wizards_rpg:staff_aeternium_wind",
|
"elemental_wizards_rpg:staff_aeternium_wind",
|
||||||
"elemental_wizards_rpg:staff_aether",
|
"elemental_wizards_rpg:staff_aether",
|
||||||
"elemental_wizards_rpg:unique_staff_1",
|
"elemental_wizards_rpg:unique_staff_1",
|
||||||
"wizards:staff_wizard",
|
|
||||||
"wizards:staff_arcane",
|
|
||||||
"wizards:staff_fire",
|
|
||||||
"wizards:staff_frost",
|
|
||||||
"wizards:staff_netherite_arcane",
|
|
||||||
"wizards:staff_netherite_fire",
|
|
||||||
"wizards:staff_netherite_frost",
|
|
||||||
"wizards:staff_crystal_arcane",
|
|
||||||
"wizards:staff_smaragdant_frost",
|
|
||||||
"wizards:aether_wizard_staff",
|
|
||||||
"arsenal:unique_staff_damage_1",
|
"arsenal:unique_staff_damage_1",
|
||||||
"arsenal:unique_staff_damage_2",
|
"arsenal:unique_staff_damage_2",
|
||||||
"arsenal:unique_staff_damage_3",
|
"arsenal:unique_staff_damage_3",
|
||||||
@@ -610,6 +610,13 @@
|
|||||||
"arsenal:unique_staff_damage_5",
|
"arsenal:unique_staff_damage_5",
|
||||||
"arsenal:unique_staff_damage_6",
|
"arsenal:unique_staff_damage_6",
|
||||||
"arsenal:unique_staff_damage_sw",
|
"arsenal:unique_staff_damage_sw",
|
||||||
|
"wizards:wand_novice",
|
||||||
|
"wizards:wand_arcane",
|
||||||
|
"wizards:wand_fire",
|
||||||
|
"wizards:wand_frost",
|
||||||
|
"wizards:wand_netherite_arcane",
|
||||||
|
"wizards:wand_netherite_fire",
|
||||||
|
"wizards:wand_netherite_frost",
|
||||||
"druids:wand_nature",
|
"druids:wand_nature",
|
||||||
"druids:wand_netherite_nature",
|
"druids:wand_netherite_nature",
|
||||||
"elemental_wizards_rpg:wand_kelp",
|
"elemental_wizards_rpg:wand_kelp",
|
||||||
@@ -621,13 +628,6 @@
|
|||||||
"elemental_wizards_rpg:wand_feather",
|
"elemental_wizards_rpg:wand_feather",
|
||||||
"elemental_wizards_rpg:wand_wind",
|
"elemental_wizards_rpg:wand_wind",
|
||||||
"elemental_wizards_rpg:wand_netherite_wind",
|
"elemental_wizards_rpg:wand_netherite_wind",
|
||||||
"wizards:wand_novice",
|
|
||||||
"wizards:wand_arcane",
|
|
||||||
"wizards:wand_fire",
|
|
||||||
"wizards:wand_frost",
|
|
||||||
"wizards:wand_netherite_arcane",
|
|
||||||
"wizards:wand_netherite_fire",
|
|
||||||
"wizards:wand_netherite_frost",
|
|
||||||
"witcher_rpg:iron_witcher_sword",
|
"witcher_rpg:iron_witcher_sword",
|
||||||
"witcher_rpg:golden_witcher_sword",
|
"witcher_rpg:golden_witcher_sword",
|
||||||
"witcher_rpg:diamond_witcher_sword",
|
"witcher_rpg:diamond_witcher_sword",
|
||||||
@@ -654,6 +654,11 @@
|
|||||||
"witcher_rpg:superior_diagram"
|
"witcher_rpg:superior_diagram"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_theme/aether": [
|
"rpg_series:loot_theme/aether": [
|
||||||
|
"rogues:aether_dagger",
|
||||||
|
"rogues:aether_sickle",
|
||||||
|
"rogues:aether_double_axe",
|
||||||
|
"rogues:aether_glaive",
|
||||||
|
"wizards:aether_wizard_staff",
|
||||||
"witcher_rpg:aether_witcher_sword",
|
"witcher_rpg:aether_witcher_sword",
|
||||||
"bards_rpg:aether_rapier",
|
"bards_rpg:aether_rapier",
|
||||||
"bards_rpg:aether_lute",
|
"bards_rpg:aether_lute",
|
||||||
@@ -666,12 +671,7 @@
|
|||||||
"paladins:aether_mace",
|
"paladins:aether_mace",
|
||||||
"paladins:aether_kite_shield",
|
"paladins:aether_kite_shield",
|
||||||
"forcemaster_rpg:aether_knuckle",
|
"forcemaster_rpg:aether_knuckle",
|
||||||
"rogues:aether_dagger",
|
|
||||||
"rogues:aether_sickle",
|
|
||||||
"rogues:aether_double_axe",
|
|
||||||
"rogues:aether_glaive",
|
|
||||||
"elemental_wizards_rpg:staff_aether",
|
"elemental_wizards_rpg:staff_aether",
|
||||||
"wizards:aether_wizard_staff",
|
|
||||||
"archers:aether_spear",
|
"archers:aether_spear",
|
||||||
"archers:aether_heavy_crossbow",
|
"archers:aether_heavy_crossbow",
|
||||||
"archers:aether_rapid_crossbow",
|
"archers:aether_rapid_crossbow",
|
||||||
@@ -720,6 +720,20 @@
|
|||||||
"witcher_rpg:lesser_yrden_glyph"
|
"witcher_rpg:lesser_yrden_glyph"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_2_weapons": [
|
"rpg_series:loot_tier/tier_2_weapons": [
|
||||||
|
"rogues:diamond_dagger",
|
||||||
|
"rogues:diamond_sickle",
|
||||||
|
"rogues:diamond_double_axe",
|
||||||
|
"rogues:diamond_glaive",
|
||||||
|
"wizards:wand_arcane",
|
||||||
|
"wizards:wand_fire",
|
||||||
|
"wizards:wand_frost",
|
||||||
|
"wizards:staff_arcane",
|
||||||
|
"wizards:staff_fire",
|
||||||
|
"wizards:staff_frost",
|
||||||
|
"artificers:diamond_pike",
|
||||||
|
"artificers:diamond_flintlock",
|
||||||
|
"artificers:firecannon",
|
||||||
|
"artificers:repeating_crossbow",
|
||||||
"witcher_rpg:diamond_witcher_sword",
|
"witcher_rpg:diamond_witcher_sword",
|
||||||
"witcher_rpg:dark_iron_witcher_sword",
|
"witcher_rpg:dark_iron_witcher_sword",
|
||||||
"witcher_rpg:meteorite_witcher_sword",
|
"witcher_rpg:meteorite_witcher_sword",
|
||||||
@@ -737,26 +751,12 @@
|
|||||||
"druids:wand_nature",
|
"druids:wand_nature",
|
||||||
"druids:staff_nature",
|
"druids:staff_nature",
|
||||||
"forcemaster_rpg:diamond_knuckle",
|
"forcemaster_rpg:diamond_knuckle",
|
||||||
"rogues:diamond_dagger",
|
|
||||||
"rogues:diamond_sickle",
|
|
||||||
"rogues:diamond_double_axe",
|
|
||||||
"rogues:diamond_glaive",
|
|
||||||
"elemental_wizards_rpg:wand_aqua",
|
"elemental_wizards_rpg:wand_aqua",
|
||||||
"elemental_wizards_rpg:wand_terra",
|
"elemental_wizards_rpg:wand_terra",
|
||||||
"elemental_wizards_rpg:wand_wind",
|
"elemental_wizards_rpg:wand_wind",
|
||||||
"elemental_wizards_rpg:staff_aqua",
|
"elemental_wizards_rpg:staff_aqua",
|
||||||
"elemental_wizards_rpg:staff_terra",
|
"elemental_wizards_rpg:staff_terra",
|
||||||
"elemental_wizards_rpg:staff_wind",
|
"elemental_wizards_rpg:staff_wind",
|
||||||
"wizards:wand_arcane",
|
|
||||||
"wizards:wand_fire",
|
|
||||||
"wizards:wand_frost",
|
|
||||||
"wizards:staff_arcane",
|
|
||||||
"wizards:staff_fire",
|
|
||||||
"wizards:staff_frost",
|
|
||||||
"artificers:diamond_pike",
|
|
||||||
"artificers:diamond_flintlock",
|
|
||||||
"artificers:firecannon",
|
|
||||||
"artificers:repeating_crossbow",
|
|
||||||
"archers:diamond_spear",
|
"archers:diamond_spear",
|
||||||
"archers:royal_longbow",
|
"archers:royal_longbow",
|
||||||
"archers:heavy_crossbow",
|
"archers:heavy_crossbow",
|
||||||
@@ -771,6 +771,20 @@
|
|||||||
"witcher_rpg:greater_yrden_glyph"
|
"witcher_rpg:greater_yrden_glyph"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_3_weapons": [
|
"rpg_series:loot_tier/tier_3_weapons": [
|
||||||
|
"rogues:netherite_dagger",
|
||||||
|
"rogues:netherite_sickle",
|
||||||
|
"rogues:netherite_double_axe",
|
||||||
|
"rogues:netherite_glaive",
|
||||||
|
"wizards:wand_netherite_arcane",
|
||||||
|
"wizards:wand_netherite_fire",
|
||||||
|
"wizards:wand_netherite_frost",
|
||||||
|
"wizards:staff_netherite_arcane",
|
||||||
|
"wizards:staff_netherite_fire",
|
||||||
|
"wizards:staff_netherite_frost",
|
||||||
|
"artificers:netherite_pike",
|
||||||
|
"artificers:netherite_repeating_crossbow",
|
||||||
|
"artificers:netherite_flintlock",
|
||||||
|
"artificers:netherite_firecannon",
|
||||||
"witcher_rpg:netherite_witcher_sword",
|
"witcher_rpg:netherite_witcher_sword",
|
||||||
"witcher_rpg:dark_steel_witcher_sword",
|
"witcher_rpg:dark_steel_witcher_sword",
|
||||||
"witcher_rpg:meteorite_silver_witcher_sword",
|
"witcher_rpg:meteorite_silver_witcher_sword",
|
||||||
@@ -788,26 +802,12 @@
|
|||||||
"druids:wand_netherite_nature",
|
"druids:wand_netherite_nature",
|
||||||
"druids:staff_netherite_nature",
|
"druids:staff_netherite_nature",
|
||||||
"forcemaster_rpg:netherite_knuckle",
|
"forcemaster_rpg:netherite_knuckle",
|
||||||
"rogues:netherite_dagger",
|
|
||||||
"rogues:netherite_sickle",
|
|
||||||
"rogues:netherite_double_axe",
|
|
||||||
"rogues:netherite_glaive",
|
|
||||||
"elemental_wizards_rpg:wand_netherite_aqua",
|
"elemental_wizards_rpg:wand_netherite_aqua",
|
||||||
"elemental_wizards_rpg:wand_netherite_terra",
|
"elemental_wizards_rpg:wand_netherite_terra",
|
||||||
"elemental_wizards_rpg:wand_netherite_wind",
|
"elemental_wizards_rpg:wand_netherite_wind",
|
||||||
"elemental_wizards_rpg:staff_netherite_aqua",
|
"elemental_wizards_rpg:staff_netherite_aqua",
|
||||||
"elemental_wizards_rpg:staff_netherite_terra",
|
"elemental_wizards_rpg:staff_netherite_terra",
|
||||||
"elemental_wizards_rpg:staff_netherite_wind",
|
"elemental_wizards_rpg:staff_netherite_wind",
|
||||||
"wizards:wand_netherite_arcane",
|
|
||||||
"wizards:wand_netherite_fire",
|
|
||||||
"wizards:wand_netherite_frost",
|
|
||||||
"wizards:staff_netherite_arcane",
|
|
||||||
"wizards:staff_netherite_fire",
|
|
||||||
"wizards:staff_netherite_frost",
|
|
||||||
"artificers:netherite_pike",
|
|
||||||
"artificers:netherite_repeating_crossbow",
|
|
||||||
"artificers:netherite_flintlock",
|
|
||||||
"artificers:netherite_firecannon",
|
|
||||||
"archers:netherite_spear",
|
"archers:netherite_spear",
|
||||||
"archers:netherite_rapid_crossbow",
|
"archers:netherite_rapid_crossbow",
|
||||||
"archers:netherite_heavy_crossbow",
|
"archers:netherite_heavy_crossbow",
|
||||||
@@ -815,6 +815,13 @@
|
|||||||
"archers:netherite_longbow"
|
"archers:netherite_longbow"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_4_weapons": [
|
"rpg_series:loot_tier/tier_4_weapons": [
|
||||||
|
"rogues:aeternium_dagger",
|
||||||
|
"rogues:aeternium_sickle",
|
||||||
|
"rogues:aeternium_double_axe",
|
||||||
|
"rogues:aeternium_glaive",
|
||||||
|
"wizards:staff_crystal_arcane",
|
||||||
|
"wizards:staff_smaragdant_frost",
|
||||||
|
"artificers:aeternium_pike",
|
||||||
"witcher_rpg:aeternium_witcher_sword",
|
"witcher_rpg:aeternium_witcher_sword",
|
||||||
"bards_rpg:aeternium_rapier",
|
"bards_rpg:aeternium_rapier",
|
||||||
"bards_rpg:aeternium_lyre",
|
"bards_rpg:aeternium_lyre",
|
||||||
@@ -825,30 +832,23 @@
|
|||||||
"paladins:aeternium_kite_shield",
|
"paladins:aeternium_kite_shield",
|
||||||
"druids:staff_moon",
|
"druids:staff_moon",
|
||||||
"forcemaster_rpg:aeternium_knuckle",
|
"forcemaster_rpg:aeternium_knuckle",
|
||||||
"rogues:aeternium_dagger",
|
|
||||||
"rogues:aeternium_sickle",
|
|
||||||
"rogues:aeternium_double_axe",
|
|
||||||
"rogues:aeternium_glaive",
|
|
||||||
"elemental_wizards_rpg:staff_crystal_aqua",
|
"elemental_wizards_rpg:staff_crystal_aqua",
|
||||||
"elemental_wizards_rpg:staff_aeternium_wind",
|
"elemental_wizards_rpg:staff_aeternium_wind",
|
||||||
"wizards:staff_crystal_arcane",
|
|
||||||
"wizards:staff_smaragdant_frost",
|
|
||||||
"artificers:aeternium_pike",
|
|
||||||
"archers:aeternium_spear",
|
"archers:aeternium_spear",
|
||||||
"archers:crystal_longbow",
|
"archers:crystal_longbow",
|
||||||
"archers:crystal_shortbow"
|
"archers:crystal_shortbow"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_theme/golden_weapon": [
|
"rpg_series:loot_theme/golden_weapon": [
|
||||||
|
"rogues:golden_dagger",
|
||||||
|
"rogues:golden_sickle",
|
||||||
|
"rogues:golden_double_axe",
|
||||||
|
"rogues:golden_glaive",
|
||||||
"berserker_rpg:golden_berserker_axe",
|
"berserker_rpg:golden_berserker_axe",
|
||||||
"paladins:golden_claymore",
|
"paladins:golden_claymore",
|
||||||
"paladins:golden_great_hammer",
|
"paladins:golden_great_hammer",
|
||||||
"paladins:golden_mace",
|
"paladins:golden_mace",
|
||||||
"paladins:golden_kite_shield",
|
"paladins:golden_kite_shield",
|
||||||
"forcemaster_rpg:golden_knuckle",
|
"forcemaster_rpg:golden_knuckle",
|
||||||
"rogues:golden_dagger",
|
|
||||||
"rogues:golden_sickle",
|
|
||||||
"rogues:golden_double_axe",
|
|
||||||
"rogues:golden_glaive",
|
|
||||||
"archers:golden_spear"
|
"archers:golden_spear"
|
||||||
],
|
],
|
||||||
"rpg_series:loot_tier/tier_3_relics": [
|
"rpg_series:loot_tier/tier_3_relics": [
|
||||||
|
|||||||
Binary file not shown.
@@ -0,0 +1,9 @@
|
|||||||
|
#Choose how many wire sections are rendered in one meter (block).
|
||||||
|
#Decreasing this value can theoretically improve performance
|
||||||
|
# Default: 10
|
||||||
|
# Range: > 1
|
||||||
|
wireSectionsPerMeter = 10
|
||||||
|
#...wire thickness...
|
||||||
|
# Default: 0.03
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
wireThickness = 0.03
|
||||||
@@ -0,0 +1,125 @@
|
|||||||
|
#Responsible for how much energy is generated per 1 stress unit in a tick
|
||||||
|
#Default value is supposed to be compatible with default configuration of Create: Crafts and Additions
|
||||||
|
# Default: 0.029296875
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
suToEnergy = 0.029296875
|
||||||
|
#How many coils can the carbon brushes collect energy from
|
||||||
|
# Default: 8
|
||||||
|
# Range: > 0
|
||||||
|
maxCoils = 8
|
||||||
|
#How many reactor rods can a fuel inserter or a heat vent have in a single direction
|
||||||
|
# Default: 32
|
||||||
|
# Range: > 0
|
||||||
|
maxRodsInDirection = 32
|
||||||
|
#Multiplier of wire conductivity
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
conductivityMultiplier = 1.0
|
||||||
|
#Maximum depth of network pathfinding
|
||||||
|
# Default: 24
|
||||||
|
# Range: > 1
|
||||||
|
maxPathfindingDepth = 24
|
||||||
|
#Multiplier of energising speed
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
energiserSpeedMultiplier = 1.0
|
||||||
|
#Multiplier for the temperature at which components overheat. Set to -1 to disable overheating.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: -1.0 ~ 1.7976931348623157E308
|
||||||
|
overheatingMultiplier = 1.0
|
||||||
|
#Multiplier for how much heat pipes obtain from passive heat sources like Lava or even Boilers.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
passiveHeatSourceMultiplier = 1.0
|
||||||
|
#How much heat do pipes lose per second.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
passivePipeHeatLoss = 1.0
|
||||||
|
#Multiplier for how much heat a boiler needs.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
boilerRequiredHeatMultiplier = 1.0
|
||||||
|
#How much heat per tick a nuclear reactor rod generate.
|
||||||
|
# Default: 30.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
ReactorRodHeat = 30.0
|
||||||
|
#How much heat per tick a nuclear reactor rod loses above the 16000*overheatingMultiplier.
|
||||||
|
# Default: 25.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
ReactorRodHeatLoss = 25.0
|
||||||
|
#Multiplier for how much heat solar panels output.
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
solarPanelHeatMultiplier = 1.0
|
||||||
|
#Maximum wire length
|
||||||
|
# Default: 16
|
||||||
|
# Range: > 1
|
||||||
|
maxWireLength = 16
|
||||||
|
|
||||||
|
[Motors]
|
||||||
|
#Maximum motor SU multiplier
|
||||||
|
# Default: 1.0
|
||||||
|
# Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
motorSuMultiplier = 1.0
|
||||||
|
#Internal energy capacity of a basic motor
|
||||||
|
# Default: 16000
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorCapacity = 16000
|
||||||
|
#Internal energy capacity of an advanced motor
|
||||||
|
# Default: 64000
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorCapacity = 64000
|
||||||
|
#Internal energy capacity of a reinforced motor
|
||||||
|
# Default: 128000
|
||||||
|
# Range: > 1
|
||||||
|
reinforcedMotorCapacity = 128000
|
||||||
|
#Top Speed of a basic motor
|
||||||
|
# Default: 128.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorSpeed = 128.0
|
||||||
|
#Top Speed of an advanced motor
|
||||||
|
# Default: 256.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorSpeed = 256.0
|
||||||
|
#Top Speed of a reinforced motor
|
||||||
|
# Default: 256.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
reinforcedMotorSpeed = 256.0
|
||||||
|
#Generated SU of a basic motor
|
||||||
|
# Default: 512.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorStress = 512.0
|
||||||
|
#Generated SU of an advanced motor
|
||||||
|
# Default: 2048.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorStress = 2048.0
|
||||||
|
#Generated SU of a reinforced motor
|
||||||
|
# Default: 8192.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
reinforcedMotorStress = 8192.0
|
||||||
|
|
||||||
|
["Motor Extensions"]
|
||||||
|
#Power Multiplier of a basic motor extension
|
||||||
|
# Default: 2.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
basicMotorExtensionMultiplier = 2.0
|
||||||
|
#Power Multiplier of a basic motor extension
|
||||||
|
# Default: 8.0
|
||||||
|
# Range: 1.0 ~ 1.7976931348623157E308
|
||||||
|
advancedMotorExtensionMultiplier = 8.0
|
||||||
|
#Extra energy capacity of a basic motor extension
|
||||||
|
# Default: 64000
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorExtensionExtraCapacity = 64000
|
||||||
|
#Extra energy capacity of an advanced motor extension
|
||||||
|
# Default: 256000
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorExtensionExtraCapacity = 256000
|
||||||
|
#Basic motor extension scroll step
|
||||||
|
# Default: 1
|
||||||
|
# Range: > 1
|
||||||
|
basicMotorExtensionScrollStep = 1
|
||||||
|
#Advanced motor extension scroll step
|
||||||
|
# Default: 8
|
||||||
|
# Range: > 1
|
||||||
|
advancedMotorExtensionScrollStep = 8
|
||||||
@@ -131,3 +131,5 @@ Ars Nouveau
|
|||||||
Ars Nouveau's Flavors & Delight
|
Ars Nouveau's Flavors & Delight
|
||||||
Create: Compat Core
|
Create: Compat Core
|
||||||
Dynamic Trees Ars Nouveau
|
Dynamic Trees Ars Nouveau
|
||||||
|
Better Weaponry
|
||||||
|
Connected Glass
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Reference in New Issue
Block a user