illager loot nerfs
This commit is contained in:
parent
c3eb6a4058
commit
17ff3d9566
20 changed files with 16 additions and 15 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
### Changes
|
### Changes
|
||||||
- Added new steam multiblocks for the alloy smelter, compressor, forge hammer, and thermal centrifuge @Pyritie
|
- Added new steam multiblocks for the alloy smelter, compressor, forge hammer, and thermal centrifuge @Pyritie
|
||||||
- Reduced the Y level that ad astra considers "space" so rocket launches are faster @Pyritie
|
- Reduced the Y level that ad astra considers "space" so rocket launches are faster @Pyritie
|
||||||
|
- Reduced the amount of loot vases in the newer illages, and reduced how much loot you get from them @Pyritie
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
|
- Fixed missing crafting table recipes for greate gearboxes (#2577) @Pyritie
|
||||||
### Translation updates
|
### Translation updates
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "tfc:powder/sulfur",
|
"name": "tfc:powder/sulfur",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:emerald",
|
"name": "minecraft:emerald",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "tfc:powder/sulfur",
|
"name": "tfc:powder/sulfur",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:emerald",
|
"name": "minecraft:emerald",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
|
||||||
|
|
@ -249,7 +249,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "tfc:powder/sulfur",
|
"name": "tfc:powder/sulfur",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
@ -329,7 +329,7 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:item",
|
"type": "minecraft:item",
|
||||||
"name": "minecraft:emerald",
|
"name": "minecraft:emerald",
|
||||||
"weight": 50,
|
"weight": 80,
|
||||||
"functions": [
|
"functions": [
|
||||||
{
|
{
|
||||||
"add": false,
|
"add": false,
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -35,7 +35,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
Item.of('tfc:food/strawberry', 4),
|
Item.of('tfc:food/strawberry', 4),
|
||||||
Item.of('tfc:food/wintergreen_berry', 5)])
|
Item.of('tfc:food/wintergreen_berry', 5)])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_hoe').damage([0.3, 0.9]).when(c => c.randomChance(0.1)),
|
LootEntry.of('gtceu:cobalt_brass_hoe').damage([0.2, 0.5]).when(c => c.randomChance(0.1)),
|
||||||
LootEntry.of('sns:straw_basket').when(c => c.randomChance(0.3)),
|
LootEntry.of('sns:straw_basket').when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
||||||
|
|
@ -54,7 +54,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
||||||
.addWeightedLoot([3, 4], ['gtceu:tricalcium_phosphate_dust'])
|
.addWeightedLoot([3, 4], ['gtceu:tricalcium_phosphate_dust'])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_mortar').damage([0.3, 0.9]).when(c => c.randomChance(0.3)),
|
LootEntry.of('gtceu:cobalt_brass_knife').damage([0.2, 0.5]).when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('firmalife:beeswax'))
|
LootEntry.of('firmalife:beeswax'))
|
||||||
|
|
@ -73,7 +73,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([0, 2], ['minecraft:flint'])
|
.addWeightedLoot([0, 2], ['minecraft:flint'])
|
||||||
.addWeightedLoot([1, 3], ['minecraft:bone'])
|
.addWeightedLoot([1, 3], ['minecraft:bone'])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_shovel').damage([0.3, 0.9]).when(c => c.randomChance(0.5)),
|
LootEntry.of('gtceu:cobalt_brass_shovel').damage([0.2, 0.5]).when(c => c.randomChance(0.5)),
|
||||||
LootEntry.of('minecraft:skeleton_skull').when(c => c.randomChance(0.3)),
|
LootEntry.of('minecraft:skeleton_skull').when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:grh')) // battered wool
|
LootEntry.of('primitive_creatures:grh')) // battered wool
|
||||||
event.addEntityLootModifier('primitive_creatures:iloger_3')
|
event.addEntityLootModifier('primitive_creatures:iloger_3')
|
||||||
|
|
@ -91,7 +91,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([4, 8], ['firmalife:food/nightshade_berry'])
|
.addWeightedLoot([4, 8], ['firmalife:food/nightshade_berry'])
|
||||||
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('minecraft:bow').damage([0.3, 0.9]).when(c => c.randomChance(0.5)),
|
LootEntry.of('minecraft:bow').damage([0.2, 0.5]).when(c => c.randomChance(0.5)),
|
||||||
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('sns:quiver'))
|
LootEntry.of('sns:quiver'))
|
||||||
|
|
@ -129,7 +129,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([1, 2], ['primitive_creatures:f_1']) // primitive explosives
|
.addWeightedLoot([1, 2], ['primitive_creatures:f_1']) // primitive explosives
|
||||||
.addWeightedLoot([2, 4], ['minecraft:gunpowder'])
|
.addWeightedLoot([2, 4], ['minecraft:gunpowder'])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_mortar').damage([0.5, 0.9]).when(c => c.randomChance(0.3)),
|
LootEntry.of('gtceu:cobalt_brass_mortar').damage([0.2, 0.5]).when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:grh')) // battered wool
|
LootEntry.of('primitive_creatures:grh')) // battered wool
|
||||||
|
|
@ -147,7 +147,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
||||||
.addWeightedLoot([0, 2], ['primitive_creatures:grh']) // battered wool
|
.addWeightedLoot([0, 2], ['primitive_creatures:grh']) // battered wool
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_butchery_knife').damage([0.3, 0.9]).when(c => c.randomChance(0.3)),
|
LootEntry.of('gtceu:cobalt_brass_butchery_knife').damage([0.2, 0.5]).when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_0').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('minecraft:lead'))
|
LootEntry.of('minecraft:lead'))
|
||||||
|
|
@ -181,7 +181,7 @@ function registerPrimitiveCreaturesLoots(event) {
|
||||||
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
.addWeightedLoot([2, 3], ['tfg:food/raw_long_pig_filet'])
|
||||||
.addWeightedLoot([2, 4], ['minecraft:emerald'])
|
.addWeightedLoot([2, 4], ['minecraft:emerald'])
|
||||||
.addAlternativesLoot(
|
.addAlternativesLoot(
|
||||||
LootEntry.of('gtceu:cobalt_brass_knife').damage([0.3, 0.7]).when(c => c.randomChance(0.3)),
|
LootEntry.of('gtceu:cobalt_brass_knife').damage([0.2, 0.5]).when(c => c.randomChance(0.3)),
|
||||||
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_2').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
LootEntry.of('primitive_creatures:totem_3').when(c => c.randomChance(0.05)),
|
||||||
LootEntry.of('primitive_creatures:grh')) // battered wool)
|
LootEntry.of('primitive_creatures:grh')) // battered wool)
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ function registerTFGLoots(event) {
|
||||||
.removeLoot(Ingredient.all)
|
.removeLoot(Ingredient.all)
|
||||||
//ore
|
//ore
|
||||||
.pool((pool) => {
|
.pool((pool) => {
|
||||||
pool.rolls([4, 6]);
|
pool.rolls([2, 4]);
|
||||||
pool.addAlternativesLoot(
|
pool.addAlternativesLoot(
|
||||||
LootEntry.of('tfc:ore/normal_bismuthinite').when((c) => c.randomChance(0.1)),
|
LootEntry.of('tfc:ore/normal_bismuthinite').when((c) => c.randomChance(0.1)),
|
||||||
LootEntry.of('tfc:ore/rich_bismuthinite').when((c) => c.randomChance(0.2)),
|
LootEntry.of('tfc:ore/rich_bismuthinite').when((c) => c.randomChance(0.2)),
|
||||||
|
|
@ -39,7 +39,7 @@ function registerTFGLoots(event) {
|
||||||
})
|
})
|
||||||
//seeds
|
//seeds
|
||||||
.pool((pool) => {
|
.pool((pool) => {
|
||||||
pool.rolls([2, 8]);
|
pool.rolls([2, 4]);
|
||||||
pool.addAlternativesLoot(
|
pool.addAlternativesLoot(
|
||||||
LootEntry.of('tfc:seeds/onion').when((c) => c.randomChance(0.2)),
|
LootEntry.of('tfc:seeds/onion').when((c) => c.randomChance(0.2)),
|
||||||
LootEntry.of('tfc:seeds/cabbage').when((c) => c.randomChance(0.2)),
|
LootEntry.of('tfc:seeds/cabbage').when((c) => c.randomChance(0.2)),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue