diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-2/politics.txt | 2 | ||||
-rw-r--r-- | npc/009-2/politics.txt | 2 | ||||
-rw-r--r-- | npc/012-7/politics.txt | 2 | ||||
-rw-r--r-- | npc/017-10/politics.txt | 2 | ||||
-rw-r--r-- | npc/020-7-1/politics.txt | 2 | ||||
-rw-r--r-- | npc/functions/treasure.txt | 6 |
6 files changed, 8 insertions, 8 deletions
diff --git a/npc/003-2/politics.txt b/npc/003-2/politics.txt index cb2b804a2..2ea738eb8 100644 --- a/npc/003-2/politics.txt +++ b/npc/003-2/politics.txt @@ -51,7 +51,7 @@ do end; OnInit: - .applytax=60; + .applytax=120; .distance=4; end; } diff --git a/npc/009-2/politics.txt b/npc/009-2/politics.txt index 836b55013..490de7079 100644 --- a/npc/009-2/politics.txt +++ b/npc/009-2/politics.txt @@ -51,7 +51,7 @@ do end; OnInit: - .applytax=50; + .applytax=100; .distance=4; end; } diff --git a/npc/012-7/politics.txt b/npc/012-7/politics.txt index ff27d7f87..7d9a0bb7c 100644 --- a/npc/012-7/politics.txt +++ b/npc/012-7/politics.txt @@ -51,7 +51,7 @@ do end; OnInit: - .applytax=50; + .applytax=100; .distance=4; end; } diff --git a/npc/017-10/politics.txt b/npc/017-10/politics.txt index 5a04eae89..8bcd24302 100644 --- a/npc/017-10/politics.txt +++ b/npc/017-10/politics.txt @@ -51,7 +51,7 @@ do end; OnInit: - .applytax=50; + .applytax=100; .distance=4; end; } diff --git a/npc/020-7-1/politics.txt b/npc/020-7-1/politics.txt index 2653b84a5..b6ca11685 100644 --- a/npc/020-7-1/politics.txt +++ b/npc/020-7-1/politics.txt @@ -51,7 +51,7 @@ do end; OnInit: - .applytax=50; + .applytax=100; .distance=4; end; } diff --git a/npc/functions/treasure.txt b/npc/functions/treasure.txt index ae29f6793..9c695da9e 100644 --- a/npc/functions/treasure.txt +++ b/npc/functions/treasure.txt @@ -37,11 +37,11 @@ function script TreasureBox { if (.@t % 149 == 0 || .@r < .@ur_rate) .@loot=any(AtroposMixture, GoldenApple, DivineApple, MercBoxA, MoveSpeedPotion, Shemagh, EverburnPowder, IridiumOre, PlatinumOre); else if (.@t % 50 == 0 || .@r < 100) - .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintB, AncientBlueprint); + .@loot=any(SmokeGrenade, SnakeEgg, LachesisBrew, ArrowAmmoBox, GoldPieces, SilverGift, TerraniteOre, LeadOre, TinOre, SilverOre, GoldOre, TitaniumOre, FluoPowder, AlchemyBlueprintC, AncientBlueprint); else if (.@r < 1000 || .@t == 0) - .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintA); + .@loot=any(MoubooSteak, ClothoLiquor, Coal, RedPlushWine, HastePotion, CoinBag, StrengthPotion, Dagger, BronzeGift, IronOre, CopperOre, AlchemyBlueprintB); else if (.@r < 5000) - .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer); + .@loot=any(Croconut, Potatoz, MoubooSteak, ClothoLiquor, Coal, SmallMushroom, HastePotion, StrengthPotion, WoodenLog, LeatherPatch, Beer, EquipmentBlueprintA, AlchemyBlueprintA); else .@loot=any(FatesPotion, ChocolateBar, Plushroom, Chagashroom, RawLog, LeatherPatch, BugLeg, ScorpionStinger, SmallKnife, StrangeCoin); |