Skip to content

Commit

Permalink
fix(balance): ✏️[Ratlantean Automaton] increase [Advanced Alloy] drop…
Browse files Browse the repository at this point in the history
… to 12-24
  • Loading branch information
Krutoy242 committed May 27, 2024
1 parent 21d215f commit 2664463
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/jei/entity_drop.zs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ return list.map(({ groups: { id, display, items } }) => {
add(<entity:rats:black_death> , [<rats:black_death_mask> * 100, <rats:herb_bundle> * 300, <rats:plague_scythe> * 100, <rats:rat_pelt> * 50, <rats:rat_upgrade_fragment> * 1, <rats:raw_rat> * 100, <rats:token_piece> * 195]); // Black Death
add(<entity:rats:feral_ratlantean> , [<rats:feral_rat_claw> * 33, <rats:marbled_cheese_rat_head> * 4, <rats:rat_pelt> * 114, <rats:rat_toga> * 31]); // Feral Ratlantean
add(<entity:rats:illager_piper> , [<minecraft:dye:4> * 229, <minecraft:feather> * 100, <minecraft:gold_nugget> * 241, <rats:piper_hat> * 8, <rats:rat_flute> * 10, <rats:rat_pelt> * 251, <rats:rat_upgrade_fragment> * 2, <rats:raw_rat> * 250, <rats:token_fragment> * 6]); // Pied Piper
add(<entity:rats:marbled_cheese_golem> , [<rats:ancient_sawblade> * 100, <rats:arcane_technology> * 100, <ic2:crafting:3> * 300]); // Ratlantean Automaton
add(<entity:rats:marbled_cheese_golem> , [<rats:ancient_sawblade> * 100, <rats:arcane_technology> * 100, <ic2:crafting:3> * 1800]); // Ratlantean Automaton
add(<entity:rats:neo_ratlantean> , [<rats:psionic_rat_brain> * 100]); // Neo-Ratlantean
# add(<entity:rats:pirat_boat> , []); // Pirat Boat
add(<entity:rats:pirat> , [<actuallyadditions:block_misc:4> * 196, <rats:pirat_cutlass> * 22, <rats:pirat_hat> * 19, <rats:rat_pelt> * 50, <rats:rat_upgrade_fragment> * 1, <rats:raw_rat> * 100]); // Pirat
Expand Down
2 changes: 1 addition & 1 deletion scripts/mods/rats.zs
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ mods.immersiveengineering.MetalPress.addRecipe(<rats:string_cheese>, <ore:foodCh

<entity:rats:pirat_boat>.addPlayerOnlyDrop(<actuallyadditions:block_misc:4>, 1, 3);
<entity:rats:plague_cloud>.addDrop(<quark:soul_bead>, 1, 3);
<entity:rats:marbled_cheese_golem>.addPlayerOnlyDrop(<ic2:crafting:3>, 1, 5);
<entity:rats:marbled_cheese_golem>.addPlayerOnlyDrop(<ic2:crafting:3>, 12, 24);

// Containment food
// [Contaminated Food] alter non-rat recipe
Expand Down

0 comments on commit 2664463

Please sign in to comment.