added new skill mods, updated configs
This commit is contained in:
parent
c4833030c2
commit
d67b585708
5
config/Repair_Kits_Client.toml
Normal file
5
config/Repair_Kits_Client.toml
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
[effects]
|
||||
"Sound Effects" = true
|
||||
Particles = true
|
||||
|
30
config/advskills_re.json
Normal file
30
config/advskills_re.json
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"uiOffsetX": 0,
|
||||
"uiOffsetY": 0,
|
||||
"skillSorter": "DEFAULT",
|
||||
"layout": [
|
||||
[
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
3,
|
||||
4
|
||||
],
|
||||
[
|
||||
5,
|
||||
6
|
||||
],
|
||||
[
|
||||
7,
|
||||
8
|
||||
],
|
||||
[
|
||||
9,
|
||||
10
|
||||
]
|
||||
],
|
||||
"quickCastWheelHoldTime": 250,
|
||||
"hideSkillCrosshair": false,
|
||||
"displayedSkills": []
|
||||
}
|
@ -484,6 +484,17 @@
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"skilltree:evasion": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 90,
|
||||
"value": 90
|
||||
}
|
||||
},
|
||||
"modulargolems:golem_size": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -693,6 +704,17 @@
|
||||
"value": 64
|
||||
}
|
||||
},
|
||||
"skilltree:stealth": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 90,
|
||||
"value": 90
|
||||
}
|
||||
},
|
||||
"minecraft:horse.jump_strength": {
|
||||
"enabled": true,
|
||||
"min": {
|
||||
@ -979,6 +1001,17 @@
|
||||
"value": 10
|
||||
}
|
||||
},
|
||||
"skilltree:exp_per_minute": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 100,
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
"confluence:pickup_range": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -1221,6 +1254,17 @@
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"skilltree:regeneration": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 100,
|
||||
"value": 100
|
||||
}
|
||||
},
|
||||
"tetra:draw_speed": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
@ -1551,6 +1595,17 @@
|
||||
"value": 1024
|
||||
}
|
||||
},
|
||||
"skilltree:blocking": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
"default": 0,
|
||||
"value": 0
|
||||
},
|
||||
"max": {
|
||||
"default": 90,
|
||||
"value": 90
|
||||
}
|
||||
},
|
||||
"attributeslib:arrow_damage": {
|
||||
"enabled": false,
|
||||
"min": {
|
||||
|
@ -399,4 +399,6 @@ mysticrift_pharaohs_legacy
|
||||
tetra
|
||||
Superior Shields
|
||||
Tinkers' Construct
|
||||
AE2WTLib
|
||||
Advanced Skills: Remastered
|
||||
Iron_Repair Kits
|
||||
Passive Skill Tree
|
||||
|
9
config/passiveskilltreeadditions-client.toml
Normal file
9
config/passiveskilltreeadditions-client.toml
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
["Button Settings"]
|
||||
#X position of the Passive Skill Tree button in the inventory screen
|
||||
#Range: > 0
|
||||
buttonX = 110
|
||||
#Y position of the Passive Skill Tree button in the inventory screen
|
||||
#Range: > 0
|
||||
buttonY = 65
|
||||
|
3
config/skilltree-client.toml
Normal file
3
config/skilltree-client.toml
Normal file
@ -0,0 +1,3 @@
|
||||
favorite_skills = []
|
||||
favorite_color_hex = "#42B0FF"
|
||||
|
61
config/skilltree-common.toml
Normal file
61
config/skilltree-common.toml
Normal file
@ -0,0 +1,61 @@
|
||||
|
||||
["Skill Points"]
|
||||
#Range: 1 ~ 1000
|
||||
"Maximum skill points" = 85
|
||||
#Range: > 0
|
||||
"First skill point cost" = 15
|
||||
#Range: > 0
|
||||
"Last skill point cost" = 1400
|
||||
#You can set cost for each skill point instead
|
||||
"Use skill points costs array" = false
|
||||
#This list's size must be equal to maximum skill points.
|
||||
"Levelup costs" = [15, 19, 24, 30, 37, 45, 54, 64, 75, 87, 100, 114, 129, 145, 162, 180, 199, 219, 240, 262, 285, 309, 334, 360, 387, 415, 444, 474, 505, 537, 570, 604, 639, 675, 712, 750, 789, 829, 870, 912, 955, 999, 1044, 1090, 1137, 1185, 1234, 1284, 1335, 1387, 1440, 1494, 1549, 1605, 1662, 1720, 1779, 1839, 1900, 1962, 2025, 2089, 2154, 2220, 2287, 2355, 2424, 2494, 2565, 2637, 2710, 2784, 2859, 2935, 3012, 3090, 3169, 3249, 3330, 3412, 3495, 3579, 3664, 3750, 3837]
|
||||
#Disabling this will remove chat messages when you gain a skill point.
|
||||
"Show chat messages" = true
|
||||
#Warning: If you disable this make sure you make alternative way of getting skill points.
|
||||
"Enable exprerience exchange for skill points" = true
|
||||
|
||||
[Gems]
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Base drop chance" = 0.05
|
||||
|
||||
[Equipment]
|
||||
#Range: 0 ~ 4
|
||||
"Default Helmets Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Chestplates Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Leggings Sockets" = 0
|
||||
#Range: 0 ~ 4
|
||||
"Default Boots Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Weapons Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Shields Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Rings Sockets" = 1
|
||||
#Range: 0 ~ 4
|
||||
"Default Necklaces Sockets" = 1
|
||||
#You can remove sockets from items here
|
||||
#Example: Blacklisting specific items: ["minecraft:diamond_hoe", "minecraft:golden_hoe"]
|
||||
#Example: Blacklisting whole mod: ["<mod_id>:*"]
|
||||
#Example: Blacklisting all items: ["*:*"]
|
||||
"IDs of items that shouldn't have sockets" = []
|
||||
|
||||
#You can force items from other mods into equipmentType categories here
|
||||
["Amnesia Scroll"]
|
||||
#How much levels (percentage) player lose using amnesia scroll
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Amnesia scroll penalty" = 0.2
|
||||
"Drop amnesia scrolls from the Ender Dragon" = true
|
||||
|
||||
[Experience]
|
||||
#Range: 0.0 ~ 1.0
|
||||
"Grindstone experience multiplier" = 0.1
|
||||
|
||||
[Mixtures]
|
||||
#Range: 0.0 ~ 2.0
|
||||
"Effects duration multiplier" = 1.0
|
||||
#Range: 0.0 ~ 2.0
|
||||
"Effects strength multiplier" = 1.0
|
||||
|
5
config/tlc.toml
Normal file
5
config/tlc.toml
Normal file
@ -0,0 +1,5 @@
|
||||
|
||||
[tlc]
|
||||
#Disable/Enable the stronghold
|
||||
generate_stronghold = false
|
||||
|
40
defaultconfigs/Repair_Kits_Server.toml
Normal file
40
defaultconfigs/Repair_Kits_Server.toml
Normal file
@ -0,0 +1,40 @@
|
||||
|
||||
[golden_kit]
|
||||
#Slowness/Fatigue
|
||||
"Golden Kit Debuffs" = true
|
||||
#Adjust How Strong Mining Fatigue Will Be
|
||||
"Golden Kit Mining Fatigue" = 1.0
|
||||
|
||||
[diamond_kit]
|
||||
#Slowness/Fatigue
|
||||
"Diamond Kit Debuffs" = true
|
||||
#Adjust How Strong Mining Fatigue Will Be
|
||||
"Diamond Kit Mining Fatigue" = 1.0
|
||||
#Adjust How Strong Slowness Will Be
|
||||
"Diamond Kit Slowness" = 1.0
|
||||
|
||||
[amethyst_kit]
|
||||
#Slowness/Fatigue
|
||||
"Amethyst Kit Debuffs" = true
|
||||
#Adjust How Strong Mining Fatigue Will Be
|
||||
"Amethyst Kit Mining Fatigue" = 2.0
|
||||
#Adjust How Strong Slowness Will Be
|
||||
"Amethyst Kit Slowness" = 1.0
|
||||
|
||||
[netherite_kit]
|
||||
#Slowness/Fatigue
|
||||
"Netherite Kit Debuffs" = true
|
||||
#Adjust How Strong Mining Fatigue Will Be
|
||||
"Netherite Kit Mining Fatigue" = 3.0
|
||||
#Adjust How Strong Slowness Will Be
|
||||
"Netherite Kit Slowness" = 3.0
|
||||
|
||||
[kit_disabling]
|
||||
"Copper Kit Disabled" = false
|
||||
"Iron Kit Disabled" = false
|
||||
"Golden Kit Disabled" = false
|
||||
"Diamond Kit Disabled" = false
|
||||
"Amethyst Kit Disabled" = false
|
||||
"Netherite Kit Disabled" = false
|
||||
"Tape Disabled" = false
|
||||
|
@ -71,7 +71,7 @@ MANA_FLAT_BONUS_8 = 1500
|
||||
MANA_FLAT_BONUS_9 = 2000
|
||||
#The mana regen bonus that being to level 0 brings.
|
||||
#Range: 1 ~ 1000000000
|
||||
MANA_REGEN_BONUS_0 = 0
|
||||
MANA_REGEN_BONUS_0 = 1
|
||||
#The mana regen bonus that being to level 1 brings.
|
||||
#Range: 1 ~ 1000000000
|
||||
MANA_REGEN_BONUS_1 = 20
|
||||
|
3
defaultconfigs/mantle-server.toml
Normal file
3
defaultconfigs/mantle-server.toml
Normal file
@ -0,0 +1,3 @@
|
||||
#Preferences for outputs from tags used in automatic compat in recipes
|
||||
tagPreferences = ["minecraft", "tconstruct", "tmechworks", "create", "immersiveengineering", "mekanism", "thermal"]
|
||||
|
@ -7,7 +7,7 @@
|
||||
#Range: 0 ~ 1000
|
||||
heartsPerMilestone = 1
|
||||
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
|
||||
milestones = [10,20,30,40,50,60,70,80,90,100,110,120,130,140,150,160,170,180,190,200,210,220,230,240,250,260,270,280,290,300]
|
||||
milestones = [10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300]
|
||||
|
||||
[filtering]
|
||||
#Foods in this list won't affect the player's health nor show up in the food book.
|
||||
|
BIN
mods/AdvancedSkillsRe-forge-1.0.0-beta.3.jar
Normal file
BIN
mods/AdvancedSkillsRe-forge-1.0.0-beta.3.jar
Normal file
Binary file not shown.
BIN
mods/ItemProductionLib-1.20.1-1.0.2a-all.jar
Normal file
BIN
mods/ItemProductionLib-1.20.1-1.0.2a-all.jar
Normal file
Binary file not shown.
BIN
mods/PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar
Normal file
BIN
mods/PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar
Normal file
Binary file not shown.
BIN
mods/iron_repair_kits-2.4.3-forge-1.20.1.jar
Normal file
BIN
mods/iron_repair_kits-2.4.3-forge-1.20.1.jar
Normal file
Binary file not shown.
BIN
mods/passiveskilltreeadditions-1.1.1.jar
Normal file
BIN
mods/passiveskilltreeadditions-1.1.1.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user