Sapience模组配置文件名:sapience-common.toml


#General Configuration

#通用配置

[general_configuration]

#Determines whether or not Piglins can only give bartering loot if the received bartering item came from a living being [true/false, default:true]

#确定猪灵是否只能在收到的以物易物物品来自生物(包括玩家)的情况下进行以物易物 [true/false,默认:true]

requireLivingForBarter = true

#The chance for a piglin to dance after a successful hunt [0.0-1.0, default:0.1]

#猪灵在狩猎成功后跳舞的概率 [0.0到1.0之间, 默认:0.1]

#Range: 0.0 ~ 1.0

#范围: 0.0 ~ 1.0

danceChance = 0.1

#Ageable Configuration

#可老化的配置(?)

[ageable_configuration]

#Minimum total food value for a piglin to breed [0-100, default: 12]

#让猪灵繁殖所需的最小食物值(它最近吃过的食物饥饿值之和) [0到100之间, 默认: 12]

#Range: 0 ~ 100

#范围: 0 ~ 100

minFoodValueForBreeding = 12

#Greed Configuration

#贪婪配置

[greed_configuration]

#Determines whether or not a piglin will replace a non-gold piece of equipment with a gold one when crafting equipment [default: true]

#确定在制作盔甲时,猪灵是否会用金质盔甲取代非金质盔甲 [默认: true]

piglinsPreferCraftedEquipment = true

#Positive Reputation Configuration

#正面声誉配置

[positive_reputation_configuration]

#The amount of major positive gossip received from Piglins that have seen you kill the Wither [0-100, default: 100]

#从猪灵那里收到的看到你杀死凋灵的主要正面声誉值的数量 [0-100,默认:100]

#Range: 0 ~ 100

#范围: 0 ~ 100

witherKilledRepAmount = 100

#The amount of additional minor positive gossip received from Piglins that have seen you kill the Wither [0-200, default: 200]

#从猪灵那里收到的看到你杀死凋灵的次要正面声誉值的数量 [0-200,默认:200]

#Range: 0 ~ 200

#范围: 0 ~ 200

witherKilledRepBonus = 200

#The amount of major positive gossip received from Piglins that have seen you kill Wither Skeletons [0-100, default: 25]

#从猪灵那里收到的看到你杀死凋灵骷髅的主要正面声誉值的数量 [0-100,默认:25]

#Range: 0 ~ 100

#范围: 0 ~ 100

witherSkeletonRepAmount = 25

#The amount of additional minor positive gossip received from Piglins that have seen you kill Wither Skeletons [0-200, default: 25]

#从猪灵那里收到的看到你杀死凋灵骷髅的次要正面声誉值的数量 [0-200,默认:25]

#Range: 0 ~ 200

#范围: 0 ~ 200

witherSkeletonRepBonus = 25

#The amount of minor positive gossip received from giving a non-bartering gold item to a Piglin [0-200, default: 12]

#向猪灵赠送非交易用的黄金物品(带有标签#minecraft:piglin_loved的物品)后收到的次要正面声誉值的数量 [0-200,默认:12]

#Range: 0 ~ 200

#范围: 0 ~ 200

goldGiftRepAmount = 12

#The amount of minor positive gossip received from giving a food item to a Piglin [0-200, default: 6]

#向猪灵赠送食物(带有标签#minecraft:piglin_food的物品)后收到的次要正面声誉值的数量 [0-200,默认:6]

#Range: 0 ~ 200

#范围: 0 ~ 200

foodGiftRepAmount = 6

#The amount of minor positive gossip received from bartering with a Piglin [0-200, default: 3]

#向猪灵进行以物易物后收到的次要正面声誉值的数量 [0-200,默认:3]

#Range: 0 ~ 200

#范围: 0 ~ 200

barterRepAmount = 3

#The minimum gossip requirement to be considered an ally of a Piglin. Allows you to open containers and mine gold around them [0-300, default: 100]

#让你成为猪灵的同盟所需的最小声誉要求。成为猪灵的同盟可以让你在它们旁边打开/破坏容器、破坏金质方块,而不激怒它们。[0-300, 默认: 100]

#Range: 0 ~ 300

#范围: 0 ~ 300

allyGossipRequirement = 100

#The minimum gossip requirement to be considered friendly with a Piglin. Allows you to not have to wear gold around them [0-300, default: 50]

#让猪灵对你友好所需的最小声誉要求。让猪灵对你友好可以让你在它们旁边不需要穿金质盔甲,而不激怒它们。[0-300, 默认: 50]

#Range: 0 ~ 300

#范围: 0 ~ 300

friendlyGossipRequirement = 50

#Negative Reputation Configuration

#负面声誉配置

[negative_reputation_configuration]

#The amount of minor negative gossip received from Piglins who catch you stealing their gold [0-200, default: 12]

#在未经许可的情况下(未成为同盟)在猪灵附近破坏金矿后收到的次要负面声誉值的数量 [0-200, 默认: 12]

#Range: 0 ~ 200

#范围: 0 ~ 200

goldStolenRepAmount = 12

#The amount of minor negative gossip received from hurting an adult Piglin [0-200, default: 12]

#伤害成年猪灵后收到的次要负面声誉值的数量 [0-200, 默认: 12]

#Range: 0 ~ 200

#范围: 0 ~ 200

adultPiglinHurtRepAmount = 12

#The amount of minor negative gossip received from hurting an ally of the Piglins [0-200, default: 12]

#伤害猪灵的同盟后收到的次要负面声誉值的数量 [0-200, 默认: 12]

#Range: 0 ~ 200

#范围: 0 ~ 200

allyHurtRepAmount = 12

#The amount of minor negative gossip received from hurting a baby Piglin [0-200, default: 25]

#伤害小猪灵后收到的次要负面声誉值的数量 [0-200, 默认: 25]

#Range: 0 ~ 200

#范围: 0 ~ 200

babyPiglinHurtRepAmount = 25

#The amount of major negative gossip received from Piglins that have seen you kill an adult Piglin [0-100, default: 25]

#Range: 0 ~ 100

#范围: 0 ~ 100

adultPiglinKilledRepAmount = 25

#The amount of additional minor negative gossip received from Piglins that have seen you kill an adult Piglin [0-200, default: 0]

#Range: 0 ~ 200

#范围: 0 ~ 200

adultPiglinKilledRepBonus = 0

#The amount of major negative gossip received from Piglins that have seen you kill one of their allies [0-100, default: 25]

#Range: 0 ~ 100

#范围: 0 ~ 100

allyKilledRepAmount = 25

#The amount of additional minor negative gossip received from Piglins that have seen you kill one of their allies [0-200, default: 0]

#Range: 0 ~ 200

#范围: 0 ~ 200

allyKilledRepBonus = 0

#The amount of major negative gossip received from Piglins that have seen you kill a baby Piglin [0-100, default: 25]

#Range: 0 ~ 100

#范围: 0 ~ 100

babyPiglinKilledRepAmount = 25

#The amount of additional minor negative gossip received from Piglins that have seen you kill a baby Piglin [0-200, default: 25]

#Range: 0 ~ 200

#范围: 0 ~ 200

babyPiglinKilledRepBonus = 25

#The amount of major negative gossip received from Piglins that have seen you kill a Piglin Brute [0-100, default: 50]

#Range: 0 ~ 100

#范围: 0 ~ 100

bruteKilledRepAmount = 50

#The amount of additional minor negative gossip received from Piglins that have seen you kill a Piglin Brute [0-200, default: 50]

#Range: 0 ~ 200

#范围: 0 ~ 200

bruteKilledRepBonus = 50

#The maximum gossip requirement to be considered unfriendly with a Piglin. Prevents you from receiving any bartering loot [-300-0, default: -50]

#让猪灵对你不友好所需的最大声誉要求。让猪灵对你不友好会阻止你在交易时收到物品。[-300-0, 默认: -50]

#Range: -300 ~ 0

#范围: -300 ~ 0

unfriendlyGossipRequirement = -50

#The maximum gossip requirement to be considered an enemy of a Piglin. Prevents you from making them neutral by wearing gold armor [-300-0, default: -100]

#让你成为猪灵的敌人所需的最大声誉要求。让你成为猪灵的敌人会阻止通过穿金质盔甲让猪灵保持中立(穿一身金质盔甲都没用,照样打你)。[-300-0, 默认: -100]

#Range: -300 ~ 0

#范围: -300 ~ 0

enemyGossipRequirement = -100