summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-07 21:39:32 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-07 21:39:32 -0300
commit383f9d287305dbfc67256721f20017885bfee5fb (patch)
treedded05da9e061810f9b4fd21b097bea0ec71884d
parent17c5aa43c16f2e9952cb85628b39236cc504f4ed (diff)
downloadserverdata-383f9d287305dbfc67256721f20017885bfee5fb.tar.gz
serverdata-383f9d287305dbfc67256721f20017885bfee5fb.tar.bz2
serverdata-383f9d287305dbfc67256721f20017885bfee5fb.tar.xz
serverdata-383f9d287305dbfc67256721f20017885bfee5fb.zip
Remove @whogm from players (I mean, wut).
Lower Healing SP cost per level because the nerf when selfhealing. Healing others still same power from old times because :3
-rw-r--r--conf/groups.conf2
-rw-r--r--db/re/skill_db.conf18
2 files changed, 10 insertions, 10 deletions
diff --git a/conf/groups.conf b/conf/groups.conf
index c60095e50..5a4c1bc95 100644
--- a/conf/groups.conf
+++ b/conf/groups.conf
@@ -87,7 +87,6 @@ groups: (
accept: true
reject: true
leave: true
- whogm: true
email: true
rates: true
hominfo: true
@@ -106,6 +105,7 @@ groups: (
inherit: ( "Player" ) /* sponsors can do everything Players can and more */
level: 1
commands: {
+ whogm: true
homtalk: true
pettalk: true
refresh: true
diff --git a/db/re/skill_db.conf b/db/re/skill_db.conf
index d2b5bda51..39739be42 100644
--- a/db/re/skill_db.conf
+++ b/db/re/skill_db.conf
@@ -1433,15 +1433,15 @@ skill_db: (
Requirements: {
SPCost: {
Lv1: 100
- Lv2: 120
- Lv3: 140
- Lv4: 160
- Lv5: 180
- Lv6: 200
- Lv7: 220
- Lv8: 240
- Lv9: 260
- Lv10: 280
+ Lv2: 110
+ Lv3: 120
+ Lv4: 130
+ Lv5: 140
+ Lv6: 150
+ Lv7: 160
+ Lv8: 170
+ Lv9: 180
+ Lv10: 200
}
}
},