|
From: Crossfire C. r. messages.
<cro...@li...> - 2021-01-24 04:54:29
|
Revision: 21845
http://sourceforge.net/p/crossfire/code/21845
Author: silvernexus
Date: 2021-01-24 04:54:26 +0000 (Sun, 24 Jan 2021)
Log Message:
-----------
Buff two-handed weapons' stat blocks.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/weapon/chained/lmornstar.arc
arch/trunk/weapon/chained/sflail1.arc
arch/trunk/weapon/club/big_club.arc
arch/trunk/weapon/club/quarters.arc
arch/trunk/weapon/misc/lspear.arc
arch/trunk/weapon/misc/poleaxe.arc
arch/trunk/weapon/misc/scythe1.arc
arch/trunk/weapon/misc/shovel_1.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/ChangeLog 2021-01-24 04:54:26 UTC (rev 21845)
@@ -1,3 +1,17 @@
+Rebalance two-handed weapons.
+Many of the weapons were worse than a broadsword.
+Adjusted them upward so they were more in-line with the 25kg two-handed sword.
+In particular, the spiked flail needed a buff to make it worth its rarity.
+weapon/misc/shovel_1.arc
+weapon/misc/scythe1.arc
+weapon/misc/poleaxe.arc
+weapon/misc/lspear.arc
+weapon/club/quarters.arc
+weapon/club/big_club.arc
+weapon/chained/sflail1.arc
+weapon/chained/lmornstar.arc
+Daniel Hawkins 2021-01-23
+
Add rings that contain spells.
Functionally like low-power rods, but groups with rings client-side.
spell/Wand/spell_ring.arc
Modified: arch/trunk/weapon/chained/lmornstar.arc
===================================================================
--- arch/trunk/weapon/chained/lmornstar.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/chained/lmornstar.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -6,7 +6,7 @@
face lmornstar.111
weapontype 7
material 18
-dam 13
+dam 20
weight 25000
value 44
attacktype 1
Modified: arch/trunk/weapon/chained/sflail1.arc
===================================================================
--- arch/trunk/weapon/chained/sflail1.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/chained/sflail1.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -1,12 +1,12 @@
Object sflail1
nrof 1
name spiked flail
-last_sp 15
+last_sp 14
type 15
face sflail_1.111
weapontype 7
material 18
-dam 16
+dam 34
weight 28000
value 288
attacktype 1
Modified: arch/trunk/weapon/club/big_club.arc
===================================================================
--- arch/trunk/weapon/club/big_club.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/club/big_club.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -1,12 +1,12 @@
Object big_club
nrof 1
name large club
-last_sp 17
+last_sp 16
type 15
face big_club.111
material 16
weapontype 8
-dam 20
+dam 30
weight 40000
value 20
attacktype 1
Modified: arch/trunk/weapon/club/quarters.arc
===================================================================
--- arch/trunk/weapon/club/quarters.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/club/quarters.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -1,10 +1,10 @@
Object quarterstaff
nrof 1
-last_sp 8
+last_sp 5
type 15
face quarters.111
material 16
-dam 5
+dam 8
weapontype 8
weight 9000
value 20
Modified: arch/trunk/weapon/misc/lspear.arc
===================================================================
--- arch/trunk/weapon/misc/lspear.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/misc/lspear.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -5,7 +5,7 @@
type 15
face lspear.111
material 18
-dam 12
+dam 15
weight 26500
value 50
can_impale 1
Modified: arch/trunk/weapon/misc/poleaxe.arc
===================================================================
--- arch/trunk/weapon/misc/poleaxe.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/misc/poleaxe.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -1,6 +1,6 @@
Object poleaxe
nrof 1
-last_sp 12
+last_sp 11
type 15
face poleaxe.111
material 18
Modified: arch/trunk/weapon/misc/scythe1.arc
===================================================================
--- arch/trunk/weapon/misc/scythe1.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/misc/scythe1.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -5,7 +5,7 @@
type 15
face scythe_1.111
material 18
-dam 14
+dam 23
weight 29500
value 485
attacktype 1
Modified: arch/trunk/weapon/misc/shovel_1.arc
===================================================================
--- arch/trunk/weapon/misc/shovel_1.arc 2021-01-22 02:24:05 UTC (rev 21844)
+++ arch/trunk/weapon/misc/shovel_1.arc 2021-01-24 04:54:26 UTC (rev 21845)
@@ -2,11 +2,11 @@
name shovel
nrof 1
slaying wall
-last_sp 15
+last_sp 12
type 15
face shovel_1.111
material 2
-dam 10
+dam 12
weight 30000
value 5
animation shovel_1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|