summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2025-05-13 00:06:14 -0300
committerJesusaves <cpntb1@ymail.com>2025-05-13 00:06:14 -0300
commit29b0899279b21dce30d6dd3d9b467a2519bb1491 (patch)
tree5efa03bfbf21cb4e1fa8e1eeaef20fd77f73d1d2
parent0d88609a7a668019c7bdf3250010540851c48af5 (diff)
downloadserverdata-29b0899279b21dce30d6dd3d9b467a2519bb1491.tar.gz
serverdata-29b0899279b21dce30d6dd3d9b467a2519bb1491.tar.bz2
serverdata-29b0899279b21dce30d6dd3d9b467a2519bb1491.tar.xz
serverdata-29b0899279b21dce30d6dd3d9b467a2519bb1491.zip
Revert all changes to reputation. Scratch that!
-rw-r--r--npc/001-16/_mobs.txt15
-rw-r--r--npc/functions/politics.txt5
2 files changed, 9 insertions, 11 deletions
diff --git a/npc/001-16/_mobs.txt b/npc/001-16/_mobs.txt
index 2cebe5e0e..cc2566224 100644
--- a/npc/001-16/_mobs.txt
+++ b/npc/001-16/_mobs.txt
@@ -1,9 +1,10 @@
// This file is generated automatically. All manually added changes will be removed when running the Converter.
// Map 001-16: Existential Limbo mobs
-001-16,169,154,120,135 monster Cave Maggot 1027,77,35000,300000
-001-16,136,148,115,129 monster Black Scorpion 1074,36,35000,300000
-001-16,145,164,125,129 monster Magic Goblin 1052,23,35000,300000
-001-16,169,147,125,129 monster Black Cat 1192,23,35000,300000
-001-16,165,229,141,80 monster Maverick 1452,12,35000,300000
-001-16,202,69,94,58 monster Maverick 1452,12,35000,300000
-001-16,158,172,141,120 monster Shadow Tortuga 1429,4,35000,300000
+001-16,169,154,120,135 monster Cave Maggot 1027,88,35000,30000
+001-16,136,148,115,129 monster Black Scorpion 1074,42,35000,30000
+001-16,145,164,125,129 monster Magic Goblin 1052,23,35000,30000
+001-16,169,147,125,129 monster Black Cat 1192,23,35000,30000
+001-16,165,229,141,80 monster Maverick 1452,12,35000,30000
+001-16,202,69,94,58 monster Maverick 1452,12,35000,30000
+001-16,158,172,141,120 monster Shadow Tortuga 1429,12,35000,30000
+001-16,158,156,141,80 monster Black Skull Slime 1408,12,35000,30000
diff --git a/npc/functions/politics.txt b/npc/functions/politics.txt
index b9f7a7d0b..11096ba6f 100644
--- a/npc/functions/politics.txt
+++ b/npc/functions/politics.txt
@@ -484,10 +484,7 @@ function script POL_Manage {
// fall-through
case 21:
.@repeat = max(1, min(.@repeat, 100 - .@RP));
- .@bonus = 1 + rand2(.@TX/5000, 3);
- if (.@EX < rand2(15000, 25000) && .@bonus <= 3)
- .@bonus = 3;
- .@cost = .@repeat * .@RP * .@bonus;
+ .@cost = .@repeat * .@RP * 3;
mesc l("Investing into Reputation"), 3;
if (.@RP >= 100) {
mesc l("Reputation cannot go above 100!"), 1;