summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-09-19 12:21:51 -0300
committerJesusaves <cpntb1@ymail.com>2019-09-19 12:21:51 -0300
commit13825ad2626677cd5c4b53b75dfe933de679a02c (patch)
treeecf34fe936fa0adb549ea2ae88ee999360632bdb
parentfc4bbf7fdf3056c56e62e72278891376a63458e0 (diff)
downloadserverdata-13825ad2626677cd5c4b53b75dfe933de679a02c.tar.gz
serverdata-13825ad2626677cd5c4b53b75dfe933de679a02c.tar.bz2
serverdata-13825ad2626677cd5c4b53b75dfe933de679a02c.tar.xz
serverdata-13825ad2626677cd5c4b53b75dfe933de679a02c.zip
Application tax ×2 on town offices. Treasure Chest rework involving blueprints
-rw-r--r--npc/003-2/politics.txt2
-rw-r--r--npc/009-2/politics.txt2
-rw-r--r--npc/012-7/politics.txt2
-rw-r--r--npc/017-10/politics.txt2
-rw-r--r--npc/020-7-1/politics.txt2
-rw-r--r--npc/functions/treasure.txt6
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);