|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-17 21:11:09
|
Revision: 20255
http://sourceforge.net/p/crossfire/code/20255
Author: silvernexus
Date: 2016-05-17 21:11:06 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Nerf the experience awarded from books.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/skills/literacy.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-17 01:33:46 UTC (rev 20254)
+++ arch/trunk/ChangeLog 2016-05-17 21:11:06 UTC (rev 20255)
@@ -1,3 +1,10 @@
+Nerf the experience rewarded by reading a book.
+Since the exp could be gained twice per book (identify/read),
+each book was essentially worth upwards of 1000 exp.
+Each book is now worth a little under 600 in the same situation.
+skills/literacy.arc
+Daniel Hawkins 2016-05-17
+
New weapon: dragonclaw dagger.
Its better than normal daggers, but still not as nice at low level
as a good iron broadsword.
Modified: arch/trunk/skills/literacy.arc
===================================================================
--- arch/trunk/skills/literacy.arc 2016-05-17 01:33:46 UTC (rev 20254)
+++ arch/trunk/skills/literacy.arc 2016-05-17 21:11:06 UTC (rev 20255)
@@ -6,6 +6,6 @@
no_drop 1
subtype 8
body_skill -1
-exp 150
-level 350
+exp 80
+level 365
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-17 21:57:41
|
Revision: 20258
http://sourceforge.net/p/crossfire/code/20258
Author: silvernexus
Date: 2016-05-17 21:57:39 +0000 (Tue, 17 May 2016)
Log Message:
-----------
Give the dcross and fcross floors an understandable in-game name.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/floor/dcross-red.arc
arch/trunk/floor/dcross-white.arc
arch/trunk/floor/fcross-blue.arc
arch/trunk/floor/fcross-white.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-17 21:43:28 UTC (rev 20257)
+++ arch/trunk/ChangeLog 2016-05-17 21:57:39 UTC (rev 20258)
@@ -1,3 +1,11 @@
+Give the dcross and fcross floors a name.
+Unfortunately, I couldn't come up with anything better then "floor"
+floor/dcross-red.arc
+floor/dcross-white.arc
+floor/fcross-blue.arc
+floor/fcross-white.arc
+Daniel Hawkins 2016-05-17
+
Nerf the experience rewarded by reading a book.
Since the exp could be gained twice per book (identify/read),
each book was essentially worth upwards of 1000 exp.
Modified: arch/trunk/floor/dcross-red.arc
===================================================================
--- arch/trunk/floor/dcross-red.arc 2016-05-17 21:43:28 UTC (rev 20257)
+++ arch/trunk/floor/dcross-red.arc 2016-05-17 21:57:39 UTC (rev 20258)
@@ -1,4 +1,5 @@
Object dcross-red
+name floor
face dcross-red.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/dcross-white.arc
===================================================================
--- arch/trunk/floor/dcross-white.arc 2016-05-17 21:43:28 UTC (rev 20257)
+++ arch/trunk/floor/dcross-white.arc 2016-05-17 21:57:39 UTC (rev 20258)
@@ -1,4 +1,5 @@
Object dcross-white
+name floor
face dcross-white.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/fcross-blue.arc
===================================================================
--- arch/trunk/floor/fcross-blue.arc 2016-05-17 21:43:28 UTC (rev 20257)
+++ arch/trunk/floor/fcross-blue.arc 2016-05-17 21:57:39 UTC (rev 20258)
@@ -1,4 +1,5 @@
Object fcross-blue
+name floor
face fcross-blue.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/fcross-white.arc
===================================================================
--- arch/trunk/floor/fcross-white.arc 2016-05-17 21:43:28 UTC (rev 20257)
+++ arch/trunk/floor/fcross-white.arc 2016-05-17 21:57:39 UTC (rev 20258)
@@ -1,5 +1,6 @@
Object fcross-white
face fcross-white.111
+name floor
no_pick 1
is_floor 1
smoothlevel 30
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-18 04:50:04
|
Revision: 20263
http://sourceforge.net/p/crossfire/code/20263
Author: silvernexus
Date: 2016-05-18 04:50:02 +0000 (Wed, 18 May 2016)
Log Message:
-----------
Add in-game names to the tile floor arches.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/floor/tile.arc
arch/trunk/floor/tile_tan.arc
arch/trunk/floor/tile_white.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/ChangeLog 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,3 +1,9 @@
+Give the tile floors an in-game name that lacks underscores.
+floor/tile.arc
+floor/tile_tan.arc
+floor/tile_white.arc
+Daniel Hawkins 2016-05-18
+
Give the dcross and fcross floors a name.
Unfortunately, I couldn't come up with anything better then "floor"
floor/dcross-red.arc
Modified: arch/trunk/floor/tile.arc
===================================================================
--- arch/trunk/floor/tile.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_floor
+name tile floor
face tile.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/tile_tan.arc
===================================================================
--- arch/trunk/floor/tile_tan.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile_tan.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_tan_floor
+name tan tile floor
face tile_tan.111
no_pick 1
is_floor 1
Modified: arch/trunk/floor/tile_white.arc
===================================================================
--- arch/trunk/floor/tile_white.arc 2016-05-18 04:45:39 UTC (rev 20262)
+++ arch/trunk/floor/tile_white.arc 2016-05-18 04:50:02 UTC (rev 20263)
@@ -1,4 +1,5 @@
Object tile_white_floor
+name white tile floor
face tile_white.111
no_pick 1
is_floor 1
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-05-22 21:32:41
|
Revision: 20277
http://sourceforge.net/p/crossfire/code/20277
Author: silvernexus
Date: 2016-05-22 21:32:38 +0000 (Sun, 22 May 2016)
Log Message:
-----------
New image for bird_gen. Old image now part of classic set.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/animal/bird_gen.base.111.png
Added Paths:
-----------
arch/trunk/monster/animal/bird_gen.clsc.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-05-22 20:01:02 UTC (rev 20276)
+++ arch/trunk/ChangeLog 2016-05-22 21:32:38 UTC (rev 20277)
@@ -1,3 +1,9 @@
+New face for bird_generator.
+Moved old image to the classic imageset.
+monster/animal/bird_gen.base.111.png
+monster/animal/bird_gen.clsc.111.png
+Daniel Hawkins 2015-05-22
+
Adjust the leather strip image to look like a skilled artisan cut the strip
instead of a sugar-buzzed kindergartener. In other words, I straightened the edges
of the leather strip.
Modified: arch/trunk/monster/animal/bird_gen.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/monster/animal/bird_gen.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/animal/bird_gen.clsc.111.png
===================================================================
--- arch/trunk/monster/animal/bird_gen.clsc.111.png 2016-05-22 20:01:02 UTC (rev 20276)
+++ arch/trunk/monster/animal/bird_gen.clsc.111.png 2016-05-22 21:32:38 UTC (rev 20277)
Property changes on: arch/trunk/monster/animal/bird_gen.clsc.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2016-11-30 06:55:38
|
Revision: 20319
http://sourceforge.net/p/crossfire/code/20319
Author: rjtanner
Date: 2016-11-30 06:55:37 +0000 (Wed, 30 Nov 2016)
Log Message:
-----------
New image for mineral oil (min_oil), old image now part of the classic set.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/inorganic/min_oil.base.111.png
Added Paths:
-----------
arch/trunk/inorganic/min_oil.clsc.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2016-10-29 07:24:42 UTC (rev 20318)
+++ arch/trunk/ChangeLog 2016-11-30 06:55:37 UTC (rev 20319)
@@ -1,4 +1,10 @@
+New face for Mineral Oil.
+Moved old image to the classic imageset.
+inorganic/min_oil.base.111.png
+inorganic/min_oil.clsc.111.png
+Rick Tanner 2016-11-30
+
Additional faces and archetypes for different colored locked doors.
door/Locked/ldoor_darkgray1.base.111.png
door/Locked/ldoor_darkgray2.base.111.png
Modified: arch/trunk/inorganic/min_oil.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/inorganic/min_oil.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/inorganic/min_oil.clsc.111.png
===================================================================
--- arch/trunk/inorganic/min_oil.clsc.111.png 2016-10-29 07:24:42 UTC (rev 20318)
+++ arch/trunk/inorganic/min_oil.clsc.111.png 2016-11-30 06:55:37 UTC (rev 20319)
Property changes on: arch/trunk/inorganic/min_oil.clsc.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-03-17 23:28:10
|
Revision: 20338
http://sourceforge.net/p/crossfire/code/20338
Author: rjtanner
Date: 2017-03-17 23:28:08 +0000 (Fri, 17 Mar 2017)
Log Message:
-----------
Patch #267 New Items - 7 different items (with some changes to weapon attack types as noted in the ChangeLog and patch summary on SourceForge.)
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/armour/boots/dragonskin_boots.arc
arch/trunk/armour/boots/dragonskin_boots.base.111.png
arch/trunk/armour/boots/golem_shoes.arc
arch/trunk/armour/boots/golem_shoes.base.111.png
arch/trunk/armour/cloak/cloak_plenty.arc
arch/trunk/armour/cloak/cloak_plenty.base.111.png
arch/trunk/armour/gauntlets/thunderking_gauntlet.arc
arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png
arch/trunk/armour/gauntlets/wizard_gloves.arc
arch/trunk/armour/gauntlets/wizard_gloves.base.111.png
arch/trunk/weapon/axe/bloodreaver.arc
arch/trunk/weapon/axe/bloodreaver.base.111.png
arch/trunk/weapon/sword/order_sword.arc
arch/trunk/weapon/sword/order_sword.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/ChangeLog 2017-03-17 23:28:08 UTC (rev 20338)
@@ -1,4 +1,24 @@
+Patch #267 New Items - 7 different items
+* Changed attacktype of the Order Sword to remove GodPower, now uses
+Magic, Physical and WeaponMagic instead
+* Changed attacketype of Bloodreaver Axe to remove GodPower and disease
+armour/boots/dragonskin_boots.arc
+armour/boots/dragonskin_boots.base.111.png
+armour/boots/golem_shoes.arc
+armour/boots/golem_shoes.base.111.png
+armour/cloak/cloak_plenty.arc
+armour/cloak/cloak_plenty.base.111.png
+armour/gauntlets/thunderking_gauntlet.arc
+armour/gauntlets/thunderking_gauntlet.base.111.png
+armour/gauntlets/wizard_gloves.arc
+armour/gauntlets/wizard_gloves.base.111.png
+weapon/axe/bloodreaver.arc
+weapon/axe/bloodreaver.base.111.png
+weapon/sword/order_sword.arc
+weapon/sword/order_sword.base.111.png
+Rick Tanner 2017-03-17
+
New face for Mineral Oil.
Moved old image to the classic imageset.
inorganic/min_oil.base.111.png
Added: arch/trunk/armour/boots/dragonskin_boots.arc
===================================================================
--- arch/trunk/armour/boots/dragonskin_boots.arc (rev 0)
+++ arch/trunk/armour/boots/dragonskin_boots.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,25 @@
+Object dragonskin_boots
+name dragonskin boots
+name_pl dragonskin boots
+client_type 291
+face dragonskin_boots.111
+value 98000
+weight 7000
+ac 1
+nrof 1
+resist_physical 3
+resist_magic 10
+resist_fire 10
+resist_electricity 10
+resist_cold 10
+resist_acid 10
+resist_slow -10
+resist_paralyze 5
+resist_fear 5
+resist_holyword -5
+Dex 1
+type 99
+material 0
+body_foot -2
+gen_sp_armour 4
+end
Added: arch/trunk/armour/boots/dragonskin_boots.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/boots/dragonskin_boots.base.111.png
===================================================================
--- arch/trunk/armour/boots/dragonskin_boots.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/armour/boots/dragonskin_boots.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/armour/boots/dragonskin_boots.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/boots/golem_shoes.arc
===================================================================
--- arch/trunk/armour/boots/golem_shoes.arc (rev 0)
+++ arch/trunk/armour/boots/golem_shoes.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,16 @@
+Object golem_shoes
+name golem shoes
+name_pl golem shoes
+client_type 291
+face golem_shoes.111
+weight 7000
+value 25000
+material 66
+ac 2
+resist_physical 8
+resist_electricity 5
+nrof 1
+type 99
+body_foot -2
+gen_sp_armour 1
+end
Added: arch/trunk/armour/boots/golem_shoes.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/boots/golem_shoes.base.111.png
===================================================================
--- arch/trunk/armour/boots/golem_shoes.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/armour/boots/golem_shoes.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/armour/boots/golem_shoes.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/cloak/cloak_plenty.arc
===================================================================
--- arch/trunk/armour/cloak/cloak_plenty.arc (rev 0)
+++ arch/trunk/armour/cloak/cloak_plenty.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,17 @@
+Object cloak_plenty
+name cloak
+name_pl cloaks
+client_type 281
+type 87
+face cloak_plenty.111
+title of Plenty
+weight 4000
+value 40000
+resist_physical 1
+resist_poison 5
+Con 1
+food 5
+material 136
+nrof 1
+body_shoulder -1
+end
Added: arch/trunk/armour/cloak/cloak_plenty.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/cloak/cloak_plenty.base.111.png
===================================================================
--- arch/trunk/armour/cloak/cloak_plenty.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/armour/cloak/cloak_plenty.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/armour/cloak/cloak_plenty.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/gauntlets/thunderking_gauntlet.arc
===================================================================
--- arch/trunk/armour/gauntlets/thunderking_gauntlet.arc (rev 0)
+++ arch/trunk/armour/gauntlets/thunderking_gauntlet.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,18 @@
+Object thunderking_gauntlet
+name thunderking's gauntlets
+client_type 305
+face thunderking_gauntlet.111
+type 100
+name_pl thunderking's gauntlets
+weight 1900
+value 85000
+item_power 5
+resist_physical 4
+resist_electricity 40
+resist_paralyze 15
+Int 1
+path_attuned 524296
+nrof 1
+material 2
+body_hand -2
+end
Added: arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png
===================================================================
--- arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/armour/gauntlets/thunderking_gauntlet.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/gauntlets/wizard_gloves.arc
===================================================================
--- arch/trunk/armour/gauntlets/wizard_gloves.arc (rev 0)
+++ arch/trunk/armour/gauntlets/wizard_gloves.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,22 @@
+Object wizard_gloves
+name wizard gloves
+client_type 301
+face wizard_gloves.111
+type 100
+value 55000
+material 128
+magic 1
+ac 1
+item_power 4
+resist_physical 0
+resist_magic 5
+resist_confusion 5
+resist_blind -5
+Int 1
+Wis 1
+sp 1
+path_attuned 16
+nrof 1
+weight 100
+body_hand -2
+end
Added: arch/trunk/armour/gauntlets/wizard_gloves.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/gauntlets/wizard_gloves.base.111.png
===================================================================
--- arch/trunk/armour/gauntlets/wizard_gloves.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/armour/gauntlets/wizard_gloves.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/armour/gauntlets/wizard_gloves.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/axe/bloodreaver.arc
===================================================================
--- arch/trunk/weapon/axe/bloodreaver.arc (rev 0)
+++ arch/trunk/weapon/axe/bloodreaver.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,24 @@
+Object bloodreaver
+name bloodreaver
+nrof 1
+face bloodreaver.111
+last_sp 11
+type 15
+weight 31000
+value 880000
+material 322
+attacktype 6939904
+dam 50
+wc 3
+item_power 8
+resist_slow 15
+resist_paralyze -10
+Str 1
+Dex 1
+Wis -1
+weapontype 3
+name_pl bloodreavers
+client_type 100
+body_arm -2
+skill two handed weapons
+end
Added: arch/trunk/weapon/axe/bloodreaver.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/axe/bloodreaver.base.111.png
===================================================================
--- arch/trunk/weapon/axe/bloodreaver.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/weapon/axe/bloodreaver.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/weapon/axe/bloodreaver.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/sword/order_sword.arc
===================================================================
--- arch/trunk/weapon/sword/order_sword.arc (rev 0)
+++ arch/trunk/weapon/sword/order_sword.arc 2017-03-17 23:28:08 UTC (rev 20338)
@@ -0,0 +1,42 @@
+Object order_sword
+name Order Sword
+nrof 1
+last_sp 3
+type 15
+face order_sword.111
+material 2
+weight 20000
+Str 1
+Con 1
+Dex 1
+Wis 1
+Int 1
+luck -3
+xrays 1
+attacktype 259
+dam 90
+resist_magic 20
+resist_fire 0
+resist_electricity 0
+resist_cold 0
+resist_acid 50
+resist_drain 30
+resist_weaponmagic 10
+resist_poison 20
+resist_slow 20
+resist_paralyze 30
+resist_fear 30
+resist_deplete 30
+resist_chaos -10
+hp -3
+sp -3
+grace 2
+path_denied 264192
+weapontype 1
+value 1000000
+name_pl Order Swords
+client_type 100
+body_arm -1
+item_power 15
+skill one handed weapons
+end
Added: arch/trunk/weapon/sword/order_sword.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/sword/order_sword.base.111.png
===================================================================
--- arch/trunk/weapon/sword/order_sword.base.111.png 2017-03-01 05:54:35 UTC (rev 20337)
+++ arch/trunk/weapon/sword/order_sword.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
Property changes on: arch/trunk/weapon/sword/order_sword.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-03-19 06:26:43
|
Revision: 20339
http://sourceforge.net/p/crossfire/code/20339
Author: rjtanner
Date: 2017-03-19 06:26:41 +0000 (Sun, 19 Mar 2017)
Log Message:
-----------
Patch #270 New Items - 6 different items (with some changes for clarity and item property conflicts as noted in the patch summary on SourceForge.)
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/armour/helmet/bone_helm.arc
arch/trunk/armour/helmet/bone_helm.base.111.png
arch/trunk/armour/mail/unicorn_hide_robe.arc
arch/trunk/armour/mail/unicorn_hide_robe.base.111.png
arch/trunk/armour/shield/lunar_shield.arc
arch/trunk/armour/shield/lunar_shield.base.111.png
arch/trunk/armour/shield/shield_imana.arc
arch/trunk/armour/shield/shield_imana.base.111.png
arch/trunk/weapon/misc/twinblade_spear.arc
arch/trunk/weapon/misc/twinblade_spear.base.111.png
arch/trunk/weapon/sword/giants_knife.arc
arch/trunk/weapon/sword/giants_knife.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/ChangeLog 2017-03-19 06:26:41 UTC (rev 20339)
@@ -1,4 +1,23 @@
+Patch #270 New Items - 6 different items
+* Patch accepted with changes as summarized in the patch entry
+at Sourceforge. Basically, changes for clarity and removed
+duplicate and conflicting item properties identified by
+Gridarta for Crossfire
+armour/helmet/bone_helm.arc
+armour/helmet/bone_helm.base.111.png
+armour/mail/unicorn_hide_robe.arc
+armour/mail/unicorn_hide_robe.base.111.png
+armour/shield/lunar_shield.arc
+armour/shield/lunar_shield.base.111.png
+armour/shield/shield_imana.arc
+armour/shield/shield_imana.base.111.png
+weapon/misc/twinblade_spear.arc
+weapon/misc/twinblade_spear.base.111.png
+weapon/sword/giants_knife.arc
+weapon/sword/giants_knife.base.111.png
+Rick Tanner 2017-03-19
+
Patch #267 New Items - 7 different items
* Changed attacktype of the Order Sword to remove GodPower, now uses
Magic, Physical and WeaponMagic instead
Added: arch/trunk/armour/helmet/bone_helm.arc
===================================================================
--- arch/trunk/armour/helmet/bone_helm.arc (rev 0)
+++ arch/trunk/armour/helmet/bone_helm.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,19 @@
+Object bone_helm
+nrof 1
+name bone helm
+name_pl bone helms
+client_type 271
+type 34
+face bone_helm.111
+ac 3
+resist_physical 4
+weight 8000
+value 1200
+material 2050
+magic 1
+item_power 1
+resist_confusion 20
+resist_fear 30
+body_head -1
+gen_sp_armour 2
+end
Added: arch/trunk/armour/helmet/bone_helm.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/helmet/bone_helm.base.111.png
===================================================================
--- arch/trunk/armour/helmet/bone_helm.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/armour/helmet/bone_helm.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/armour/helmet/bone_helm.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/mail/unicorn_hide_robe.arc
===================================================================
--- arch/trunk/armour/mail/unicorn_hide_robe.arc (rev 0)
+++ arch/trunk/armour/mail/unicorn_hide_robe.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,28 @@
+Object unicorn_hide_robe
+name unicorn hide robe
+name_pl unicorn hide robes
+client_type 256
+nrof 1
+type 16
+face unicorn_hide_robe.111
+weight 7000
+value 30000
+material 136
+last_sp 9
+magic 4
+item_power 7
+resist_physical 5
+resist_magic 10
+resist_confusion 10
+resist_poison -5
+resist_paralyze 10
+Dex 1
+Int 1
+Pow 1
+Wis 1
+luck 1
+hp 3
+sp 3
+grace 3
+body_torso -1
+end
Added: arch/trunk/armour/mail/unicorn_hide_robe.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/mail/unicorn_hide_robe.base.111.png
===================================================================
--- arch/trunk/armour/mail/unicorn_hide_robe.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/armour/mail/unicorn_hide_robe.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/armour/mail/unicorn_hide_robe.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/shield/lunar_shield.arc
===================================================================
--- arch/trunk/armour/shield/lunar_shield.arc (rev 0)
+++ arch/trunk/armour/shield/lunar_shield.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,29 @@
+Object lunar_shield
+nrof 1
+name lunar shield
+name_pl lunar shields
+client_type 261
+type 33
+face lunar_shield.111
+weight 19000
+value 240000
+material 258
+magic 2
+ac 3
+item_power 5
+resist_physical 10
+resist_magic 10
+resist_fear 50
+Dex 1
+Int 1
+Pow 1
+Wis 1
+luck 1
+hp 2
+sp 2
+grace 2
+food 2
+reflect_missile 1
+path_attuned 526592
+body_arm -1
+end
Added: arch/trunk/armour/shield/lunar_shield.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/shield/lunar_shield.base.111.png
===================================================================
--- arch/trunk/armour/shield/lunar_shield.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/armour/shield/lunar_shield.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/armour/shield/lunar_shield.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/shield/shield_imana.arc
===================================================================
--- arch/trunk/armour/shield/shield_imana.arc (rev 0)
+++ arch/trunk/armour/shield/shield_imana.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,36 @@
+Object shield_imana
+nrof 1
+name shield of indigo mana
+name_pl shields of indigo mana
+client_type 261
+type 33
+face shield_imana.111
+weight 22000
+value 24000
+material 258
+magic 2
+ac 2
+item_power 5
+cursed 1
+resist_physical 5
+resist_magic 10
+resist_fire 10
+resist_electricity 10
+resist_cold 10
+resist_confusion 10
+resist_acid 10
+resist_drain 10
+resist_weaponmagic 10
+resist_ghosthit 10
+resist_poison 10
+resist_slow 10
+resist_paralyze 10
+resist_fear 10
+resist_deplete 10
+Int 2
+Pow 1
+Wis 1
+sp 3
+path_attuned 78
+body_arm -1
+end
Added: arch/trunk/armour/shield/shield_imana.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/shield/shield_imana.base.111.png
===================================================================
--- arch/trunk/armour/shield/shield_imana.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/armour/shield/shield_imana.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/armour/shield/shield_imana.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/twinblade_spear.arc
===================================================================
--- arch/trunk/weapon/misc/twinblade_spear.arc (rev 0)
+++ arch/trunk/weapon/misc/twinblade_spear.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,20 @@
+Object twinblade_spear
+nrof 1
+name twinblade spear
+type 15
+face twinblade_spear.111
+material 18
+weight 29000
+value 900
+dam 18
+last_sp 8
+wc 1
+Dex 1
+can_impale 1
+attacktype 1
+weapontype 5
+name_pl twinblade spears
+client_type 136
+body_arm -2
+skill two handed weapons
+end
Added: arch/trunk/weapon/misc/twinblade_spear.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/twinblade_spear.base.111.png
===================================================================
--- arch/trunk/weapon/misc/twinblade_spear.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/weapon/misc/twinblade_spear.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/weapon/misc/twinblade_spear.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/sword/giants_knife.arc
===================================================================
--- arch/trunk/weapon/sword/giants_knife.arc (rev 0)
+++ arch/trunk/weapon/sword/giants_knife.arc 2017-03-19 06:26:41 UTC (rev 20339)
@@ -0,0 +1,17 @@
+Object giants_knife
+nrof 1
+name giant's knife
+last_sp 8
+type 15
+face giants_knife.111
+material 2
+dam 18
+weight 20500
+value 55
+attacktype 1
+weapontype 1
+name_pl giant's knives
+client_type 101
+body_arm -1
+skill one handed weapons
+end
Added: arch/trunk/weapon/sword/giants_knife.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/sword/giants_knife.base.111.png
===================================================================
--- arch/trunk/weapon/sword/giants_knife.base.111.png 2017-03-17 23:28:08 UTC (rev 20338)
+++ arch/trunk/weapon/sword/giants_knife.base.111.png 2017-03-19 06:26:41 UTC (rev 20339)
Property changes on: arch/trunk/weapon/sword/giants_knife.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-03-26 04:35:42
|
Revision: 20340
http://sourceforge.net/p/crossfire/code/20340
Author: rjtanner
Date: 2017-03-26 04:35:39 +0000 (Sun, 26 Mar 2017)
Log Message:
-----------
Moved bloodreaver axe and Order Sword to the artifact directory, as they are not standard weapons
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/weapon/artifact/bloodreaver.arc
arch/trunk/weapon/artifact/bloodreaver.base.111.png
arch/trunk/weapon/artifact/order_sword.arc
arch/trunk/weapon/artifact/order_sword.base.111.png
Removed Paths:
-------------
arch/trunk/weapon/axe/bloodreaver.arc
arch/trunk/weapon/axe/bloodreaver.base.111.png
arch/trunk/weapon/sword/order_sword.arc
arch/trunk/weapon/sword/order_sword.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/ChangeLog 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,4 +1,12 @@
+Moved bloodreaver axe and Order Sword to the artifact directory,
+as they are not standard weapons
+weapon/artifact/bloodreaver.arc
+weapon/artifact/bloodreaver.base.111.png
+weapon/artifact/order_sword.arc
+weapon/artifact/order_sword.base.111.png
+Rick Tanner 2017-03-25
+
Patch #270 New Items - 6 different items
* Patch accepted with changes as summarized in the patch entry
at Sourceforge. Basically, changes for clarity and removed
Copied: arch/trunk/weapon/artifact/bloodreaver.arc (from rev 20339, arch/trunk/weapon/axe/bloodreaver.arc)
===================================================================
--- arch/trunk/weapon/artifact/bloodreaver.arc (rev 0)
+++ arch/trunk/weapon/artifact/bloodreaver.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -0,0 +1,24 @@
+Object bloodreaver
+name bloodreaver
+nrof 1
+face bloodreaver.111
+last_sp 11
+type 15
+weight 31000
+value 880000
+material 322
+attacktype 6939904
+dam 50
+wc 3
+item_power 8
+resist_slow 15
+resist_paralyze -10
+Str 1
+Dex 1
+Wis -1
+weapontype 3
+name_pl bloodreavers
+client_type 100
+body_arm -2
+skill two handed weapons
+end
Copied: arch/trunk/weapon/artifact/bloodreaver.base.111.png (from rev 20339, arch/trunk/weapon/axe/bloodreaver.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/weapon/artifact/order_sword.arc (from rev 20339, arch/trunk/weapon/sword/order_sword.arc)
===================================================================
--- arch/trunk/weapon/artifact/order_sword.arc (rev 0)
+++ arch/trunk/weapon/artifact/order_sword.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -0,0 +1,42 @@
+Object order_sword
+name Order Sword
+nrof 1
+last_sp 3
+type 15
+face order_sword.111
+material 2
+weight 20000
+Str 1
+Con 1
+Dex 1
+Wis 1
+Int 1
+luck -3
+xrays 1
+attacktype 259
+dam 90
+resist_magic 20
+resist_fire 0
+resist_electricity 0
+resist_cold 0
+resist_acid 50
+resist_drain 30
+resist_weaponmagic 10
+resist_poison 20
+resist_slow 20
+resist_paralyze 30
+resist_fear 30
+resist_deplete 30
+resist_chaos -10
+hp -3
+sp -3
+grace 2
+path_denied 264192
+weapontype 1
+value 1000000
+name_pl Order Swords
+client_type 100
+body_arm -1
+item_power 15
+skill one handed weapons
+end
Copied: arch/trunk/weapon/artifact/order_sword.base.111.png (from rev 20339, arch/trunk/weapon/sword/order_sword.base.111.png)
===================================================================
(Binary files differ)
Deleted: arch/trunk/weapon/axe/bloodreaver.arc
===================================================================
--- arch/trunk/weapon/axe/bloodreaver.arc 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/weapon/axe/bloodreaver.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,24 +0,0 @@
-Object bloodreaver
-name bloodreaver
-nrof 1
-face bloodreaver.111
-last_sp 11
-type 15
-weight 31000
-value 880000
-material 322
-attacktype 6939904
-dam 50
-wc 3
-item_power 8
-resist_slow 15
-resist_paralyze -10
-Str 1
-Dex 1
-Wis -1
-weapontype 3
-name_pl bloodreavers
-client_type 100
-body_arm -2
-skill two handed weapons
-end
Deleted: arch/trunk/weapon/axe/bloodreaver.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/weapon/sword/order_sword.arc
===================================================================
--- arch/trunk/weapon/sword/order_sword.arc 2017-03-19 06:26:41 UTC (rev 20339)
+++ arch/trunk/weapon/sword/order_sword.arc 2017-03-26 04:35:39 UTC (rev 20340)
@@ -1,42 +0,0 @@
-Object order_sword
-name Order Sword
-nrof 1
-last_sp 3
-type 15
-face order_sword.111
-material 2
-weight 20000
-Str 1
-Con 1
-Dex 1
-Wis 1
-Int 1
-luck -3
-xrays 1
-attacktype 259
-dam 90
-resist_magic 20
-resist_fire 0
-resist_electricity 0
-resist_cold 0
-resist_acid 50
-resist_drain 30
-resist_weaponmagic 10
-resist_poison 20
-resist_slow 20
-resist_paralyze 30
-resist_fear 30
-resist_deplete 30
-resist_chaos -10
-hp -3
-sp -3
-grace 2
-path_denied 264192
-weapontype 1
-value 1000000
-name_pl Order Swords
-client_type 100
-body_arm -1
-item_power 15
-skill one handed weapons
-end
Deleted: arch/trunk/weapon/sword/order_sword.base.111.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-08-25 06:56:39
|
Revision: 20504
http://sourceforge.net/p/crossfire/code/20504
Author: akirschbaum
Date: 2017-08-25 06:56:34 +0000 (Fri, 25 Aug 2017)
Log Message:
-----------
Make sure all .arc files end with exactly one NL character.
Modified Paths:
--------------
arch/trunk/connect/Doors/odoorm2.arc
arch/trunk/connect/Doors/odoorm2bg.arc
arch/trunk/connect/Doors/odoorm2rw.arc
arch/trunk/connect/Doors/odoorn2.arc
arch/trunk/construct/house/inn_fant.arc
arch/trunk/construct/temple/shrine_east.arc
arch/trunk/construct/window/intermediate_window.arc
arch/trunk/door/odoor_1_fant.arc
arch/trunk/door/odoor_2_fant.arc
arch/trunk/exit/look_door_exit_1.arc
arch/trunk/exit/oakdoor_1.arc
arch/trunk/exit/sewer.arc
arch/trunk/exit/smallpark.arc
arch/trunk/floor/inlayed/gray-white-h-marble.arc
arch/trunk/floor/inlayed/green-white-h-marble.arc
arch/trunk/floor/inlayed/white-gray-h-marble.arc
arch/trunk/floor/inlayed/white-green-h-marble.arc
arch/trunk/floor/redmarble.arc
arch/trunk/floor/slate.arc
arch/trunk/gods/altars/altarvalk.arc
arch/trunk/gods/items/valkyrie_amulet_lifesave.arc
arch/trunk/ground/goldgrass.arc
arch/trunk/ground/nimground/Nimground3_purple.arc
arch/trunk/ground/oil_sea.arc
arch/trunk/ground/quicksilver_sea.arc
arch/trunk/indoor/clock_cw.arc
arch/trunk/indoor/clock_grand.arc
arch/trunk/indoor/harpsichord1.arc
arch/trunk/indoor/harpsichord2.arc
arch/trunk/indoor/harpsichord3.arc
arch/trunk/indoor/harpsichord4.arc
arch/trunk/inorganic/ashes.arc
arch/trunk/inorganic/uf6pile.arc
arch/trunk/inorganic/uranium.arc
arch/trunk/inorganic/uraniumoxide.arc
arch/trunk/jewel/bars/uraniumbar.arc
arch/trunk/light/hangingfirepot.arc
arch/trunk/misc/Container/chest_white_2.arc
arch/trunk/misc/Container/desk_cw.arc
arch/trunk/misc/Container/frypan.arc
arch/trunk/misc/Container/present_box.arc
arch/trunk/misc/music/grand_piano_black.arc
arch/trunk/misc/music/grand_piano_white.arc
arch/trunk/misc/platter1.arc
arch/trunk/misc/smallicecube.arc
arch/trunk/monster/animal/leech/leech.arc
arch/trunk/monster/demon/hellhound.arc
arch/trunk/monster/humanoid/Dragon/black_dragon1.arc
arch/trunk/monster/humanoid/Dragon/black_dragon2.arc
arch/trunk/monster/humanoid/Dragon/blue_dragon1.arc
arch/trunk/monster/humanoid/Dragon/blue_dragon2.arc
arch/trunk/monster/humanoid/Dragon/green_dragon1.arc
arch/trunk/monster/humanoid/Dragon/green_dragon2.arc
arch/trunk/monster/humanoid/Dragon/red_dragon1.arc
arch/trunk/monster/humanoid/Dragon/red_dragon2.arc
arch/trunk/monster/undead/Skeletal_mage/skeletalmage.arc
arch/trunk/player/class/Religious/monk.arc
arch/trunk/player/dragon_ability/dragon_ability_xrays.arc
arch/trunk/player/dragon_ability/dragon_attunes.arc
arch/trunk/player/dragon_ability/player_claws.arc
arch/trunk/potion/potioncol.arc
arch/trunk/potion/potionfir.arc
arch/trunk/potion/potioninv.arc
arch/trunk/readable/guide/guide_alchemy.arc
arch/trunk/shop/Floors/shop_weapo.arc
arch/trunk/skills/air_magic.arc
arch/trunk/skills/alchemist.arc
arch/trunk/skills/bargaining.arc
arch/trunk/skills/bowyer.arc
arch/trunk/skills/clawing.arc
arch/trunk/skills/climbing.arc
arch/trunk/skills/disarm_traps.arc
arch/trunk/skills/earth_magic.arc
arch/trunk/skills/evocation.arc
arch/trunk/skills/find_traps.arc
arch/trunk/skills/fire_magic.arc
arch/trunk/skills/flame_touch.arc
arch/trunk/skills/hide.arc
arch/trunk/skills/inscription.arc
arch/trunk/skills/jeweler.arc
arch/trunk/skills/jumping.arc
arch/trunk/skills/karate.arc
arch/trunk/skills/levitation.arc
arch/trunk/skills/lockpicking.arc
arch/trunk/skills/meditation.arc
arch/trunk/skills/missile_weap.arc
arch/trunk/skills/one_handed_weapons.arc
arch/trunk/skills/oratory.arc
arch/trunk/skills/praying.arc
arch/trunk/skills/punching.arc
arch/trunk/skills/pyromancy.arc
arch/trunk/skills/sense_curse.arc
arch/trunk/skills/sense_magic.arc
arch/trunk/skills/set_trap.arc
arch/trunk/skills/singing.arc
arch/trunk/skills/smithery.arc
arch/trunk/skills/sorcery.arc
arch/trunk/skills/stealing.arc
arch/trunk/skills/summoning.arc
arch/trunk/skills/thaumaturgy.arc
arch/trunk/skills/throwing.arc
arch/trunk/skills/two_handed_weapons.arc
arch/trunk/skills/use_magic_item.arc
arch/trunk/skills/water_magic.arc
arch/trunk/skills/woodsman.arc
arch/trunk/spell/Cone/spell_dragonbreath.arc
arch/trunk/spell/exploding_fireball.arc
arch/trunk/talisman/amulet.arc
arch/trunk/weapon/bow/handcrossbow.arc
arch/trunk/weapon/bow/reflexbow.arc
Modified: arch/trunk/connect/Doors/odoorm2.arc
===================================================================
--- arch/trunk/connect/Doors/odoorm2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/connect/Doors/odoorm2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -30,4 +30,3 @@
dam 6
maxsp 1
end
-
Modified: arch/trunk/connect/Doors/odoorm2bg.arc
===================================================================
--- arch/trunk/connect/Doors/odoorm2bg.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/connect/Doors/odoorm2bg.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -30,4 +30,3 @@
dam 6
maxsp 1
end
-
Modified: arch/trunk/connect/Doors/odoorm2rw.arc
===================================================================
--- arch/trunk/connect/Doors/odoorm2rw.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/connect/Doors/odoorm2rw.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -30,4 +30,3 @@
dam 6
maxsp 1
end
-
Modified: arch/trunk/connect/Doors/odoorn2.arc
===================================================================
--- arch/trunk/connect/Doors/odoorn2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/connect/Doors/odoorn2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -30,4 +30,3 @@
dam 6
maxsp 1
end
-
Modified: arch/trunk/construct/house/inn_fant.arc
===================================================================
--- arch/trunk/construct/house/inn_fant.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/construct/house/inn_fant.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
x 1
no_pick 1
end
-
Modified: arch/trunk/construct/temple/shrine_east.arc
===================================================================
--- arch/trunk/construct/temple/shrine_east.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/construct/temple/shrine_east.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -29,4 +29,3 @@
no_pick 1
y 1
end
-
Modified: arch/trunk/construct/window/intermediate_window.arc
===================================================================
--- arch/trunk/construct/window/intermediate_window.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/construct/window/intermediate_window.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -12,4 +12,3 @@
name intermediate_window
face intermediate_window_2.111
end
-
Modified: arch/trunk/door/odoor_1_fant.arc
===================================================================
--- arch/trunk/door/odoor_1_fant.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/door/odoor_1_fant.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -77,4 +77,3 @@
alive 1
level 1
end
-
Modified: arch/trunk/door/odoor_2_fant.arc
===================================================================
--- arch/trunk/door/odoor_2_fant.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/door/odoor_2_fant.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -77,4 +77,3 @@
alive 1
level 1
end
-
Modified: arch/trunk/exit/look_door_exit_1.arc
===================================================================
--- arch/trunk/exit/look_door_exit_1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/exit/look_door_exit_1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -5,4 +5,3 @@
no_pick 1
client_type 25012
end
-
Modified: arch/trunk/exit/oakdoor_1.arc
===================================================================
--- arch/trunk/exit/oakdoor_1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/exit/oakdoor_1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -5,4 +5,3 @@
no_pick 1
client_type 25012
end
-
Modified: arch/trunk/exit/sewer.arc
===================================================================
--- arch/trunk/exit/sewer.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/exit/sewer.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -18,4 +18,3 @@
endmsg
client_type 25012
end
-
Modified: arch/trunk/exit/smallpark.arc
===================================================================
--- arch/trunk/exit/smallpark.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/exit/smallpark.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -5,4 +5,3 @@
no_pick 1
client_type 25012
end
-
Modified: arch/trunk/floor/inlayed/gray-white-h-marble.arc
===================================================================
--- arch/trunk/floor/inlayed/gray-white-h-marble.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/inlayed/gray-white-h-marble.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
smoothlevel 30
smoothface gray-white-h-marble.112 empty_S.111
end
-
Modified: arch/trunk/floor/inlayed/green-white-h-marble.arc
===================================================================
--- arch/trunk/floor/inlayed/green-white-h-marble.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/inlayed/green-white-h-marble.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
smoothlevel 30
smoothface green-white-h-marble.112 empty_S.111
end
-
Modified: arch/trunk/floor/inlayed/white-gray-h-marble.arc
===================================================================
--- arch/trunk/floor/inlayed/white-gray-h-marble.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/inlayed/white-gray-h-marble.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
smoothlevel 30
smoothface white-gray-h-marble.112 empty_S.111
end
-
Modified: arch/trunk/floor/inlayed/white-green-h-marble.arc
===================================================================
--- arch/trunk/floor/inlayed/white-green-h-marble.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/inlayed/white-green-h-marble.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
smoothlevel 30
smoothface white-green-h-marble.112 empty_S.111
end
-
Modified: arch/trunk/floor/redmarble.arc
===================================================================
--- arch/trunk/floor/redmarble.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/redmarble.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -5,4 +5,3 @@
smoothlevel 30
smoothface redmarble.111 empty_S.111
end
-
Modified: arch/trunk/floor/slate.arc
===================================================================
--- arch/trunk/floor/slate.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/floor/slate.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -21,5 +21,3 @@
smoothlevel 30
smoothface slate_r.111 empty_S.111
end
-
-
Modified: arch/trunk/gods/altars/altarvalk.arc
===================================================================
--- arch/trunk/gods/altars/altarvalk.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/gods/altars/altarvalk.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -14,4 +14,3 @@
type 116
subtype 1
end
-
Modified: arch/trunk/gods/items/valkyrie_amulet_lifesave.arc
===================================================================
--- arch/trunk/gods/items/valkyrie_amulet_lifesave.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/gods/items/valkyrie_amulet_lifesave.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
startequip 1
inv_locked 1
end
-
Modified: arch/trunk/ground/goldgrass.arc
===================================================================
--- arch/trunk/ground/goldgrass.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/ground/goldgrass.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -14,4 +14,3 @@
move_on walk
is_floor 1
end
-
Modified: arch/trunk/ground/nimground/Nimground3_purple.arc
===================================================================
--- arch/trunk/ground/nimground/Nimground3_purple.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/ground/nimground/Nimground3_purple.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -6,4 +6,3 @@
is_floor 1
speed 0.3
end
-
Modified: arch/trunk/ground/oil_sea.arc
===================================================================
--- arch/trunk/ground/oil_sea.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/ground/oil_sea.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -35,4 +35,3 @@
is_water 1
is_floor 1
end
-
Modified: arch/trunk/ground/quicksilver_sea.arc
===================================================================
--- arch/trunk/ground/quicksilver_sea.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/ground/quicksilver_sea.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
is_water 1
is_floor 1
end
-
Modified: arch/trunk/indoor/clock_cw.arc
===================================================================
--- arch/trunk/indoor/clock_cw.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/clock_cw.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -13,4 +13,3 @@
name_pl clocks
client_type 8001
end
-
Modified: arch/trunk/indoor/clock_grand.arc
===================================================================
--- arch/trunk/indoor/clock_grand.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/clock_grand.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -12,4 +12,3 @@
name_pl clocks
client_type 8001
end
-
Modified: arch/trunk/indoor/harpsichord1.arc
===================================================================
--- arch/trunk/indoor/harpsichord1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/harpsichord1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/indoor/harpsichord2.arc
===================================================================
--- arch/trunk/indoor/harpsichord2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/harpsichord2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/indoor/harpsichord3.arc
===================================================================
--- arch/trunk/indoor/harpsichord3.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/harpsichord3.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/indoor/harpsichord4.arc
===================================================================
--- arch/trunk/indoor/harpsichord4.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/indoor/harpsichord4.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/inorganic/ashes.arc
===================================================================
--- arch/trunk/inorganic/ashes.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/inorganic/ashes.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -6,4 +6,3 @@
type 73
identified 1
end
-
Modified: arch/trunk/inorganic/uf6pile.arc
===================================================================
--- arch/trunk/inorganic/uf6pile.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/inorganic/uf6pile.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -39,4 +39,3 @@
name_pl piles
client_type 641
end
-
Modified: arch/trunk/inorganic/uranium.arc
===================================================================
--- arch/trunk/inorganic/uranium.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/inorganic/uranium.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -40,6 +40,3 @@
name_pl piles
client_type 641
end
-
-
-
Modified: arch/trunk/inorganic/uraniumoxide.arc
===================================================================
--- arch/trunk/inorganic/uraniumoxide.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/inorganic/uraniumoxide.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -14,5 +14,3 @@
# This is what is found in the wild, don't put uranium (it is used for a quest)
# on your maps, put this uraniumoxide instead if you must. However uraniumoxide
# should be very very rare in the crossfire world.
-
-
Modified: arch/trunk/jewel/bars/uraniumbar.arc
===================================================================
--- arch/trunk/jewel/bars/uraniumbar.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/jewel/bars/uraniumbar.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -55,4 +55,3 @@
end
#Above composition ^^
#99.9% U238
-
Modified: arch/trunk/light/hangingfirepot.arc
===================================================================
--- arch/trunk/light/hangingfirepot.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/light/hangingfirepot.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -7,4 +7,3 @@
glow_radius 3
no_pick 1
end
-
Modified: arch/trunk/misc/Container/chest_white_2.arc
===================================================================
--- arch/trunk/misc/Container/chest_white_2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/Container/chest_white_2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -46,4 +46,3 @@
no_drop 1
identified 1
end
-
Modified: arch/trunk/misc/Container/desk_cw.arc
===================================================================
--- arch/trunk/misc/Container/desk_cw.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/Container/desk_cw.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -21,5 +21,3 @@
no_drop 1
identified 1
end
-
-
Modified: arch/trunk/misc/Container/frypan.arc
===================================================================
--- arch/trunk/misc/Container/frypan.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/Container/frypan.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -14,4 +14,3 @@
no_drop 1
identified 1
end
-
Modified: arch/trunk/misc/Container/present_box.arc
===================================================================
--- arch/trunk/misc/Container/present_box.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/Container/present_box.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -129,4 +129,3 @@
no_drop 1
identified 1
end
-
Modified: arch/trunk/misc/music/grand_piano_black.arc
===================================================================
--- arch/trunk/misc/music/grand_piano_black.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/music/grand_piano_black.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/misc/music/grand_piano_white.arc
===================================================================
--- arch/trunk/misc/music/grand_piano_white.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/music/grand_piano_white.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -45,4 +45,3 @@
no_pick 1
move_on walk
end
-
Modified: arch/trunk/misc/platter1.arc
===================================================================
--- arch/trunk/misc/platter1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/platter1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -82,4 +82,3 @@
name_pl platters
client_type 2030
end
-
Modified: arch/trunk/misc/smallicecube.arc
===================================================================
--- arch/trunk/misc/smallicecube.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/misc/smallicecube.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
name_pl small icecubes
client_type 8020
end
-
Modified: arch/trunk/monster/animal/leech/leech.arc
===================================================================
--- arch/trunk/monster/animal/leech/leech.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/animal/leech/leech.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -32,4 +32,3 @@
resist_drain 70
resist_poison 50
end
-
Modified: arch/trunk/monster/demon/hellhound.arc
===================================================================
--- arch/trunk/monster/demon/hellhound.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/demon/hellhound.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -74,4 +74,3 @@
see_invisible 1
run_away 2
end
-
Modified: arch/trunk/monster/humanoid/Dragon/black_dragon1.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/black_dragon1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/black_dragon1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/black_dragon2.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/black_dragon2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/black_dragon2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/blue_dragon1.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/blue_dragon1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/blue_dragon1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/blue_dragon2.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/blue_dragon2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/blue_dragon2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/green_dragon1.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/green_dragon1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/green_dragon1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/green_dragon2.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/green_dragon2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/green_dragon2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/red_dragon1.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/red_dragon1.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/red_dragon1.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/humanoid/Dragon/red_dragon2.arc
===================================================================
--- arch/trunk/monster/humanoid/Dragon/red_dragon2.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/humanoid/Dragon/red_dragon2.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
body_wrist 2
body_waist 1
end
-
Modified: arch/trunk/monster/undead/Skeletal_mage/skeletalmage.arc
===================================================================
--- arch/trunk/monster/undead/Skeletal_mage/skeletalmage.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/monster/undead/Skeletal_mage/skeletalmage.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -52,4 +52,3 @@
body_arm 2
body_range 1
end
-
Modified: arch/trunk/player/class/Religious/monk.arc
===================================================================
--- arch/trunk/player/class/Religious/monk.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/player/class/Religious/monk.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -19,4 +19,3 @@
Your inner peace grants you the ability to regenerate faster and to sense metaphysical auras.
endmsg
end
-
Modified: arch/trunk/player/dragon_ability/dragon_ability_xrays.arc
===================================================================
--- arch/trunk/player/dragon_ability/dragon_ability_xrays.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/player/dragon_ability/dragon_ability_xrays.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -8,4 +8,3 @@
xrays 1
no_drop 1
end
-
Modified: arch/trunk/player/dragon_ability/dragon_attunes.arc
===================================================================
--- arch/trunk/player/dragon_ability/dragon_attunes.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/player/dragon_ability/dragon_attunes.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -19,4 +19,3 @@
path_attuned 8
no_drop 1
end
-
Modified: arch/trunk/player/dragon_ability/player_claws.arc
===================================================================
--- arch/trunk/player/dragon_ability/player_claws.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/player/dragon_ability/player_claws.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -57,5 +57,3 @@
no_drop 1
animation pl_dragon_g
end
-
-
Modified: arch/trunk/potion/potioncol.arc
===================================================================
--- arch/trunk/potion/potioncol.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/potion/potioncol.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
other_arch protection_cold_effect
client_type 651
end
-
Modified: arch/trunk/potion/potionfir.arc
===================================================================
--- arch/trunk/potion/potionfir.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/potion/potionfir.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -28,4 +28,3 @@
other_arch protection_fire_effect
client_type 651
end
-
Modified: arch/trunk/potion/potioninv.arc
===================================================================
--- arch/trunk/potion/potioninv.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/potion/potioninv.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -26,4 +26,3 @@
on_use_yield potion_empty
client_type 651
end
-
Modified: arch/trunk/readable/guide/guide_alchemy.arc
===================================================================
--- arch/trunk/readable/guide/guide_alchemy.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/readable/guide/guide_alchemy.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -15,4 +15,3 @@
material 1
weight 4000
end
-
Modified: arch/trunk/shop/Floors/shop_weapo.arc
===================================================================
--- arch/trunk/shop/Floors/shop_weapo.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/shop/Floors/shop_weapo.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -21,4 +21,3 @@
randomitems shopweapoeast
damned 1
end
-
Modified: arch/trunk/skills/air_magic.arc
===================================================================
--- arch/trunk/skills/air_magic.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/air_magic.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 0
level 100
end
-
Modified: arch/trunk/skills/alchemist.arc
===================================================================
--- arch/trunk/skills/alchemist.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/alchemist.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 250
level 250
end
-
Modified: arch/trunk/skills/bargaining.arc
===================================================================
--- arch/trunk/skills/bargaining.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/bargaining.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 50
level 100
end
-
Modified: arch/trunk/skills/bowyer.arc
===================================================================
--- arch/trunk/skills/bowyer.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/bowyer.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 100
level 150
end
-
Modified: arch/trunk/skills/clawing.arc
===================================================================
--- arch/trunk/skills/clawing.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/clawing.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -13,4 +13,3 @@
wc_increase_rate 4
wc 1
end
-
Modified: arch/trunk/skills/climbing.arc
===================================================================
--- arch/trunk/skills/climbing.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/climbing.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 100
level 100
end
-
Modified: arch/trunk/skills/disarm_traps.arc
===================================================================
--- arch/trunk/skills/disarm_traps.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/disarm_traps.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 50
level 350
end
-
Modified: arch/trunk/skills/earth_magic.arc
===================================================================
--- arch/trunk/skills/earth_magic.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/earth_magic.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 0
level 100
end
-
Modified: arch/trunk/skills/evocation.arc
===================================================================
--- arch/trunk/skills/evocation.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/evocation.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -10,4 +10,3 @@
exp 0
level 100
end
-
Modified: arch/trunk/skills/find_traps.arc
===================================================================
--- arch/trunk/skills/find_traps.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/find_traps.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 100
level 150
end
-
Modified: arch/trunk/skills/fire_magic.arc
===================================================================
--- arch/trunk/skills/fire_magic.arc 2017-08-25 05:23:22 UTC (rev 20503)
+++ arch/trunk/skills/fire_magic.arc 2017-08-25 06:56:34 UTC (rev 20504)
@@ -9,4 +9,3 @@
exp 0
level 100
end
-
Modified: arch/trunk/skills/flame_touch.arc
===================================================================
--- a...
[truncated message content] |
|
From: Crossfire C. r. messages.
<cro...@li...> - 2017-09-30 08:45:10
|
Revision: 20529
http://sourceforge.net/p/crossfire/code/20529
Author: rjtanner
Date: 2017-09-30 08:45:07 +0000 (Sat, 30 Sep 2017)
Log Message:
-----------
Merge in updated spell message information (only) from branches/Spell_shuffle
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/Bolt/spell_firebolt.arc
arch/trunk/spell/Bolt/spell_lg_lightning.arc
arch/trunk/spell/Bolt/spell_sm_lightning.arc
arch/trunk/spell/Bullet/spell_comet.arc
arch/trunk/spell/Bullet/spell_large_fireball.arc
arch/trunk/spell/Bullet/spell_medium_fireball.arc
arch/trunk/spell/Bullet/spell_small_fireball.arc
arch/trunk/spell/Cone/spell_burning_hands.arc
arch/trunk/spell/Cone/spell_dragonbreath.arc
arch/trunk/spell/Cone/spell_mass_confusion.arc
arch/trunk/spell/MagicWall/spell_build_fireball_wall.arc
arch/trunk/spell/Misc/spell_faery_fire.arc
arch/trunk/spell/MovingBall/spell_ball_lightning.arc
arch/trunk/spell/Swarm/spell_bullet_swarm.arc
arch/trunk/spell/Swarm/spell_meteor_swarm.arc
arch/trunk/spell/TownPortal/spell_town_portal.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/ChangeLog 2017-09-30 08:45:07 UTC (rev 20529)
@@ -1,3 +1,6 @@
+Merge in updated spell message information (only) from branches/Spell_shuffle
+Rick Tanner 2017-09-30
+
Added name to ant_egg and ant_larvae arches so they show up in-game as "ant egg" and "ant larva", respectively.
monster/insect/ant/ant_larvae.arc
monster/insect/ant/ant_egg.arc
Modified: arch/trunk/spell/Bolt/spell_firebolt.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_firebolt.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bolt/spell_firebolt.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -21,6 +21,6 @@
no_drop 1
invisible 1
msg
-By projecting tight vortex of magic and injecting fire, pyromancer's can propel a damaging bolt of magical fire at will.
+By projecting tight vortex of magic and injecting heat, Pyromancer's can propel a damaging bolt of magical fire at will. This scorching beam does significant damage to anything in its path.
endmsg
end
Modified: arch/trunk/spell/Bolt/spell_lg_lightning.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_lg_lightning.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bolt/spell_lg_lightning.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -21,6 +21,6 @@
no_drop 1
invisible 1
msg
-Creates a large bolt of lightning with extended range that does more electrical damage than its smaller counterpart. The bolt can reflect off walls and return to hit the caster.
+Lightning bolts are controlled using magic to create a strong electrical current and, when ready to do so, project a straight path for it to follow. With practice, larger lightning bolts can be released that have greater range and duration. They still have the sometimes unfortunate property of reflecting off of walls which can then return to strike the caster.
endmsg
end
Modified: arch/trunk/spell/Bolt/spell_sm_lightning.arc
===================================================================
--- arch/trunk/spell/Bolt/spell_sm_lightning.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bolt/spell_sm_lightning.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -21,6 +21,6 @@
no_drop 1
invisible 1
msg
-A bolt spell that inflicts electrical damage on creatures in its path. It can reflect off of walls (and can return to strike the caster).
+Novice Pyromancer's are often given their first taste of dangers of electricity with the notorious lightning bolt. Practitioners are taught to use magic to create a strong electrical current and, when ready to do so, project a straight path for it to follow. It does have the sometimes unfortunate property of reflecting off of walls which can then return to strike the caster.
endmsg
end
Modified: arch/trunk/spell/Bullet/spell_comet.arc
===================================================================
--- arch/trunk/spell/Bullet/spell_comet.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bullet/spell_comet.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -23,6 +23,6 @@
skill pyromancy
food 10
msg
-Fires a comet that delivers damage in three forms: physical, fire-based, and weaponmagic.
+The most adept of Pyromancers, once bored of simple fireballs, seek to add more and more heat. With enough heat, the fires within can become self sustaining and no longer require their magical framework. These spells are known as comets for nothing terrestrial compares to the brilliance and subsequent damage that is caused when they strike. The effects transcend fire and trauma and in addition cause a type of harm equivocal to the most potent magical weapons.
endmsg
end
Modified: arch/trunk/spell/Bullet/spell_large_fireball.arc
===================================================================
--- arch/trunk/spell/Bullet/spell_large_fireball.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bullet/spell_large_fireball.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -22,6 +22,6 @@
skill pyromancy
food 4
msg
-Fires a bullet that explodes into a large fire storm when it hits something. Items caught in the blaze may be destroyed.
+By weaving a magical framework, intense heat can be contained resulting in a glowing 'fireball' which can literally be thrown. Pyromancers delight in the subsequent large fire storm that explodes out where these fireballs land although the intensity of the heat produced is consistent with other fireballs . Items caught in the blaze may be destroyed.
endmsg
end
Modified: arch/trunk/spell/Bullet/spell_medium_fireball.arc
===================================================================
--- arch/trunk/spell/Bullet/spell_medium_fireball.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bullet/spell_medium_fireball.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -22,6 +22,6 @@
skill pyromancy
food 4
msg
-Fires a bullet that explodes into a mid-sized fire storm when it hits something. Items caught in the blaze may be destroyed.
+By weaving a magical framework, intense heat can be contained resulting in a glowing 'fireball' which can literally be thrown. Pyromancers delight in the subsequent fire storm that explodes out where these fireballs land although the intensity of the heat produced is consistent with other fireballs . Items caught in the blaze may be destroyed.
endmsg
end
Modified: arch/trunk/spell/Bullet/spell_small_fireball.arc
===================================================================
--- arch/trunk/spell/Bullet/spell_small_fireball.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Bullet/spell_small_fireball.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -22,6 +22,6 @@
skill pyromancy
food 4
msg
-Fires a bullet that explodes into a small fire storm when it hits something. Items caught in the blaze may be destroyed.
+By weaving a magical framework, intense heat can be contained resulting in a glowing 'fireball' which can literally be thrown. Novice Pyromancers delight in the modest fire storm that explodes where these fireballs land. Items caught in the blaze may be destroyed.
endmsg
end
Modified: arch/trunk/spell/Cone/spell_burning_hands.arc
===================================================================
--- arch/trunk/spell/Cone/spell_burning_hands.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Cone/spell_burning_hands.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -22,6 +22,6 @@
invisible 1
skill pyromancy
msg
-Often used as a test for apprentice pyromancers, burning hands is one of the simplest means of projecting fire. Magic is weaved through the fire spell to prevent the caster from harm. The spell gains strength as the character gains in level, so it remains a valuable spell even at high levels.
+Often used as a test for apprentice Pyromancers, burning hands is one of the simplest means of projecting fire. Magic is weaved through the fire spell to prevent the caster from harm. The spell gains strength as the character gains in level, so it remains a valuable spell even at high levels.
endmsg
end
Modified: arch/trunk/spell/Cone/spell_dragonbreath.arc
===================================================================
--- arch/trunk/spell/Cone/spell_dragonbreath.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Cone/spell_dragonbreath.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -23,6 +23,6 @@
invisible 1
skill pyromancy
msg
-Few have bargained with dragonkin and benefited, yet knowledge of this spell is a testament to the potential of such a relationship. Unlike traditional pyromancy, Dragonbreath projects fire without the necessity of weaving magic to control it resulting in a cone of fire that is not magical. The potential for pyromancers to inflict burns on magically protected creatures is a massive boom.
+Few have bargained with dragonkin and benefited, yet knowledge of this spell is a testament to the potential of such a relationship. Unlike traditional pyromancy, Dragonbreath projects fire without the necessity of weaving magic to control it, this results in a cone of fire that is not magical. The potential for Pyromancers to inflict burns on magically protected creatures is a massive boon.
endmsg
end
Modified: arch/trunk/spell/Cone/spell_mass_confusion.arc
===================================================================
--- arch/trunk/spell/Cone/spell_mass_confusion.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Cone/spell_mass_confusion.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -22,6 +22,6 @@
invisible 1
skill sorcery
msg
-A confusion spell that propogates from the caster in a cone shape. Confused opponents have a hard time coordinating movements and attacks.
+A confusion spell that propagates from the caster in a cone shape. Confused opponents have a hard time coordinating movements and attacks.
endmsg
end
Modified: arch/trunk/spell/MagicWall/spell_build_fireball_wall.arc
===================================================================
--- arch/trunk/spell/MagicWall/spell_build_fireball_wall.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/MagicWall/spell_build_fireball_wall.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -24,6 +24,6 @@
tear_down 1
move_block all
msg
-Build fireball wall creates a wall that fires fireballs. These fireballs behave just like normal fireballs. The wall can be torn down by creatures, and will eventually expire of its own accord.
+It is said that to give a man a fish and you feed him for a day; teach a man to fish and you feed him for a lifetime. Only the most practised of Pyromancers can conjure a construct capable of continuously billowing fireballs. Given the finite magic that can be funnelled into each device, they only run for a limited duration.
endmsg
end
Modified: arch/trunk/spell/Misc/spell_faery_fire.arc
===================================================================
--- arch/trunk/spell/Misc/spell_faery_fire.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Misc/spell_faery_fire.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -20,6 +20,6 @@
duration_modifier 5
maxsp 20
msg
-Causes creatures near the caster to glow and may have other effects. It is the only pyromancy spell in the path of Light.
+Much of pyromancy focuses on the formation of fire and lightning to do harm to others, but, there are other, subtler, applications that can aid wise practitioners. Suspected to have been first taught by the fen faeries, these "fires" are not really fires at all but rather projections of light that are cunningly projected onto nearby souls, making their presence widely known.
endmsg
end
Modified: arch/trunk/spell/MovingBall/spell_ball_lightning.arc
===================================================================
--- arch/trunk/spell/MovingBall/spell_ball_lightning.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/MovingBall/spell_ball_lightning.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -21,6 +21,6 @@
no_drop 1
invisible 1
msg
-Ball lightning creates a ball of electrical energy. This ball heads in the direction it is cast, and if it encounters a monster, it sticks to the monster, dancing around and shocking them continuously. The spell has a limited duration.
+Master Evokers, bored of simple fireballs, started toying with the creation of lightningballs. Using a similar process, electricity is funnelled into a magical framework and then safely thrown at will. Strangely, unlike fireballs that shatter and release flames, this ball lightning hovers unpredictably and even appears to linger around any unfortunate souls in the vicinity before suddenly dissipating.
endmsg
end
Modified: arch/trunk/spell/Swarm/spell_bullet_swarm.arc
===================================================================
--- arch/trunk/spell/Swarm/spell_bullet_swarm.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Swarm/spell_bullet_swarm.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -18,6 +18,6 @@
no_drop 1
invisible 1
msg
-This spell fires many magic bullets in the direction the caster is facing. The caster should beware: the bullets will do damage to the caster. The number and damage of the bullets depends on the level of the caster.
+This spell fires many small magic bullets in the direction the caster is facing. The caster should beware: the bullets will do damage to the caster. The number and damage of the bullets depends on the level of the caster.
endmsg
end
Modified: arch/trunk/spell/Swarm/spell_meteor_swarm.arc
===================================================================
--- arch/trunk/spell/Swarm/spell_meteor_swarm.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/Swarm/spell_meteor_swarm.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -18,7 +18,7 @@
no_drop 1
invisible 1
msg
-Meteor swarm fires several comet spells that cut a swath of physical, fire, and weaponmagic damage.
+Inspired by the heavens and seeking to create even more havoc, master Pyromancers can link numerous comets together into a rain of fire know as a meteor swarm. The resulting damage transcends fire and trauma and in addition cause a type of harm equivocal to the most potent magical weapons.
endmsg
weight 1250
end
Modified: arch/trunk/spell/TownPortal/spell_town_portal.arc
===================================================================
--- arch/trunk/spell/TownPortal/spell_town_portal.arc 2017-09-23 12:28:55 UTC (rev 20528)
+++ arch/trunk/spell/TownPortal/spell_town_portal.arc 2017-09-30 08:45:07 UTC (rev 20529)
@@ -17,8 +17,6 @@
race town_portal_active
slaying town_portal_magic
msg
- Creates a magical portal from one point to another. It must be invoked twice: the first use marks one end of the portal, and the second marks the other.
-
- Once both ends of the portal exist, the caster may use it to quickly travel between the points. For example, create one end or the portal in a town and the other in a dungeon, then use the portal to quickly travel back and forth to carry off the plunder.
+Sorcerers are universally known for their ability to call forth monsters from other realms to do their bidding but few know that this skill can also be used to move the practitioner and their allies to and from the battlefield. By connecting two summons together, a magical portal can be opened instantly teleporting those who use it from one place to another. It must be invoked twice: once to mark the start of the portal, and the second to mark the end. Very few summoners can sustain more than one of these portals at a time.
endmsg
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2018-01-15 20:14:03
|
Revision: 20542
http://sourceforge.net/p/crossfire/code/20542
Author: silvernexus
Date: 2018-01-15 20:14:00 +0000 (Mon, 15 Jan 2018)
Log Message:
-----------
Make beholder leaders have a second forward face and slightly distinguishable hue.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/beholder/beholder_leader.base.111.png
arch/trunk/monster/beholder/beholder_leader.face
arch/trunk/monster/beholder/beholder_leader_arc.face
Added Paths:
-----------
arch/trunk/monster/beholder/beholder_leader.base.112.png
arch/trunk/monster/beholder/beholder_leader.clsc.112.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2018-01-14 17:16:19 UTC (rev 20541)
+++ arch/trunk/ChangeLog 2018-01-15 20:14:00 UTC (rev 20542)
@@ -1,3 +1,11 @@
+Make beholder leaders look slightly dfferent from regular beholders and give them a second forward face.
+monster/beholder/beholder_leader_arc.face
+monster/beholder/beholder_leader.face
+monster/beholder/beholder_leader.base.111.png
+monster/beholder/beholder_leader.base.112.png
+monster/beholder/beholder_leader.clsc.112.png
+Daniel Hawkins 2018-01-15
+
Merge in updated spell message information (only) from branches/Spell_shuffle
Rick Tanner 2017-09-30
Modified: arch/trunk/monster/beholder/beholder_leader.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/monster/beholder/beholder_leader.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/beholder/beholder_leader.base.112.png
===================================================================
--- arch/trunk/monster/beholder/beholder_leader.base.112.png 2018-01-14 17:16:19 UTC (rev 20541)
+++ arch/trunk/monster/beholder/beholder_leader.base.112.png 2018-01-15 20:14:00 UTC (rev 20542)
Property changes on: arch/trunk/monster/beholder/beholder_leader.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/beholder/beholder_leader.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/beholder/beholder_leader.clsc.112.png
===================================================================
--- arch/trunk/monster/beholder/beholder_leader.clsc.112.png 2018-01-14 17:16:19 UTC (rev 20541)
+++ arch/trunk/monster/beholder/beholder_leader.clsc.112.png 2018-01-15 20:14:00 UTC (rev 20542)
Property changes on: arch/trunk/monster/beholder/beholder_leader.clsc.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/beholder/beholder_leader.face
===================================================================
--- arch/trunk/monster/beholder/beholder_leader.face 2018-01-14 17:16:19 UTC (rev 20541)
+++ arch/trunk/monster/beholder/beholder_leader.face 2018-01-15 20:14:00 UTC (rev 20542)
@@ -1,3 +1,6 @@
face beholder_leader.111
magicmap green
end
+face beholder_leader.112
+magicmap green
+end
Modified: arch/trunk/monster/beholder/beholder_leader_arc.face
===================================================================
--- arch/trunk/monster/beholder/beholder_leader_arc.face 2018-01-14 17:16:19 UTC (rev 20541)
+++ arch/trunk/monster/beholder/beholder_leader_arc.face 2018-01-15 20:14:00 UTC (rev 20542)
@@ -1,6 +1,6 @@
animation beholder_leader_arc
beholder_leader.111
+beholder_leader.112
beholder_leader.111
-beholder_leader.111
-beholder_leader.111
+beholder_leader.112
mina
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2018-01-28 03:20:28
|
Revision: 20554
http://sourceforge.net/p/crossfire/code/20554
Author: silvernexus
Date: 2018-01-28 03:20:25 +0000 (Sun, 28 Jan 2018)
Log Message:
-----------
Change coffee type from poison food (7) to drink (54), as r13937 intended to do.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/food/coffee.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2018-01-24 20:07:17 UTC (rev 20553)
+++ arch/trunk/ChangeLog 2018-01-28 03:20:25 UTC (rev 20554)
@@ -1,3 +1,7 @@
+Fix r13937, which changed coffee to poison_food type when it meant to change to drink.
+food/coffee.arc
+Daniel Hawkins 2018-01-27
+
Make beholder leaders look slightly dfferent from regular beholders and give them a second forward face.
monster/beholder/beholder_leader_arc.face
monster/beholder/beholder_leader.face
Modified: arch/trunk/food/coffee.arc
===================================================================
--- arch/trunk/food/coffee.arc 2018-01-24 20:07:17 UTC (rev 20553)
+++ arch/trunk/food/coffee.arc 2018-01-28 03:20:25 UTC (rev 20554)
@@ -4,7 +4,7 @@
face coffee.111
food 10
nrof 1
-type 7
+type 54
material 32
value 25
weight 5000
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2018-09-24 21:24:18
|
Revision: 20589
http://sourceforge.net/p/crossfire/code/20589
Author: silvernexus
Date: 2018-09-24 21:24:12 +0000 (Mon, 24 Sep 2018)
Log Message:
-----------
Add first arch to use new MIMIC type. Requires server r20588.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/monster/mimic/
arch/trunk/monster/mimic/chest_1_mimic.base.111.png
arch/trunk/monster/mimic/chest_1_mimic.base.112.png
arch/trunk/monster/mimic/mimic.arc
arch/trunk/monster/mimic/mimic.face
arch/trunk/monster/mimic/mimic.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2018-09-24 20:43:51 UTC (rev 20588)
+++ arch/trunk/ChangeLog 2018-09-24 21:24:12 UTC (rev 20589)
@@ -1,3 +1,11 @@
+Added a new monster -- mimic
+monster/mimic/chest_1_mimic.base.111.png
+monster/mimic/chest_1_mimic.base.112.png
+monster/mimic/mimic.arc
+monster/mimic/mimic.face
+monster/mimic/mimic.trs
+Daniel Hawkins 2018-09-24
+
Updated races for several monsters so they can be hit by quirky effects like "slay ant"
Also gave death attacktype to stake so it can actually kill vampires.
monster/undead/vampire.arc
Added: arch/trunk/monster/mimic/chest_1_mimic.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/mimic/chest_1_mimic.base.111.png
===================================================================
--- arch/trunk/monster/mimic/chest_1_mimic.base.111.png 2018-09-24 20:43:51 UTC (rev 20588)
+++ arch/trunk/monster/mimic/chest_1_mimic.base.111.png 2018-09-24 21:24:12 UTC (rev 20589)
Property changes on: arch/trunk/monster/mimic/chest_1_mimic.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/mimic/chest_1_mimic.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/mimic/chest_1_mimic.base.112.png
===================================================================
--- arch/trunk/monster/mimic/chest_1_mimic.base.112.png 2018-09-24 20:43:51 UTC (rev 20588)
+++ arch/trunk/monster/mimic/chest_1_mimic.base.112.png 2018-09-24 21:24:12 UTC (rev 20589)
Property changes on: arch/trunk/monster/mimic/chest_1_mimic.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/mimic/mimic.arc
===================================================================
--- arch/trunk/monster/mimic/mimic.arc (rev 0)
+++ arch/trunk/monster/mimic/mimic.arc 2018-09-24 21:24:12 UTC (rev 20589)
@@ -0,0 +1,38 @@
+# Fake chests.
+# Because why not.
+# Generally, these should be used on random maps
+Object mimic
+face chest_1.111
+type 162
+name chest
+hp 1000
+maxhp 1000
+dam 32
+ac -10
+wc 5
+Con 5
+move_type walk
+run_away 0
+level 25
+material 18
+resist_physical 50
+resist_magic 100
+resist_cold 50
+resist_fire 50
+resist_electricity 50
+resist_poison 100
+resist_drain 100
+resist_deplete 100
+resist_slow -10
+resist_paralyze -10
+resist_fear 100
+resist_death 100
+resist_confusion 50
+exp 7500
+speed 0.3
+value 50
+weight 50000
+identified 1
+randomitems mimic
+name_pl chests
+end
Added: arch/trunk/monster/mimic/mimic.face
===================================================================
--- arch/trunk/monster/mimic/mimic.face (rev 0)
+++ arch/trunk/monster/mimic/mimic.face 2018-09-24 21:24:12 UTC (rev 20589)
@@ -0,0 +1,10 @@
+animation chest_1_mimic
+chest_1_mimic.111
+chest_1_mimic.112
+mina
+face chest_1_mimic.111
+magicmap khaki
+end
+face chest_1_mimic.112
+magicmap khaki
+end
Added: arch/trunk/monster/mimic/mimic.trs
===================================================================
--- arch/trunk/monster/mimic/mimic.trs (rev 0)
+++ arch/trunk/monster/mimic/mimic.trs 2018-09-24 21:24:12 UTC (rev 20589)
@@ -0,0 +1,53 @@
+treasure mimic
+list chest
+more
+list random_alchemy
+chance 5
+more
+list random_armour
+chance 10
+more
+list random_artifact
+chance 3
+more
+list random_books
+chance 5
+more
+list random_wealth
+nrof 10
+chance 95
+more
+list random_food
+chance 1
+more
+list random_inorganic
+nrof 2
+chance 5
+more
+list random_knowledge
+chance 1
+more
+list random_magical
+chance 3
+more
+list random_ore
+chance 5
+more
+list random_potion
+chance 3
+more
+list random_scroll
+chance 55
+more
+list random_special
+chance 5
+more
+list random_spells
+chance 5
+more
+list random_talisman
+chance 5
+more
+list rare_weapons
+chance 4
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2019-05-30 05:32:40
|
Revision: 20816
http://sourceforge.net/p/crossfire/code/20816
Author: rjtanner
Date: 2019-05-30 05:32:37 +0000 (Thu, 30 May 2019)
Log Message:
-----------
Modify fishing pole graphic (skills/Skill_Tools/fishing_pole.base.111.png) to clean up and remove pixelation
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/skills/Skill_Tools/fishing_pole.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2019-05-28 18:38:41 UTC (rev 20815)
+++ arch/trunk/ChangeLog 2019-05-30 05:32:37 UTC (rev 20816)
@@ -1,3 +1,8 @@
+
+Modify fishing pole graphic to clean up pixelation.
+skills/Skill_Tools/fishing_pole.base.111.png
+Rick Tanner 2019-05-30
+
Patch #357 Balancing changes to the summoning branch, care of Markus Kettunen.
* Improve the golem weapon class (Wc) from the summon golem spell from 12 down
to 10
Modified: arch/trunk/skills/Skill_Tools/fishing_pole.base.111.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2019-11-30 05:32:43
|
Revision: 21039
http://sourceforge.net/p/crossfire/code/21039
Author: silvernexus
Date: 2019-11-30 05:32:40 +0000 (Sat, 30 Nov 2019)
Log Message:
-----------
Add kite shield as a shield archetype.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/armour/shield/kite_shield.arc
arch/trunk/armour/shield/kite_shield.base.111.png
arch/trunk/armour/shield/kite_shield.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2019-11-30 04:23:12 UTC (rev 21038)
+++ arch/trunk/ChangeLog 2019-11-30 05:32:40 UTC (rev 21039)
@@ -1,3 +1,11 @@
+Add new shield type -- kite shield.
+These were generally intended for use on horseback, but saw significant use among foot
+soldiers as well. Historically, it replaced round shields, but was superceded by heater shields.
+Current armor value puts it between shields and round shields (at 6 armour).
+armour/shield/kite_shield.base.111.png
+armour/shield/kite_shield.arc
+armour/shield/kite_shield.face
+Daniel Hawkins 2019-11-30
Add updated cloak graphics for white and black cloaks to be styled more like the regular cloak.
armour/cloak/cloak_white.base.111.png
Added: arch/trunk/armour/shield/kite_shield.arc
===================================================================
--- arch/trunk/armour/shield/kite_shield.arc (rev 0)
+++ arch/trunk/armour/shield/kite_shield.arc 2019-11-30 05:32:40 UTC (rev 21039)
@@ -0,0 +1,14 @@
+Object kite_shield
+name kite shield
+name_pl kite shields
+client_type 261
+nrof 1
+material 2
+type 33
+face kite_shield.111
+ac 1
+resist_physical 6
+weight 18000
+value 23
+body_arm -1
+end
Added: arch/trunk/armour/shield/kite_shield.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/armour/shield/kite_shield.base.111.png
===================================================================
--- arch/trunk/armour/shield/kite_shield.base.111.png 2019-11-30 04:23:12 UTC (rev 21038)
+++ arch/trunk/armour/shield/kite_shield.base.111.png 2019-11-30 05:32:40 UTC (rev 21039)
Property changes on: arch/trunk/armour/shield/kite_shield.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/armour/shield/kite_shield.face
===================================================================
--- arch/trunk/armour/shield/kite_shield.face (rev 0)
+++ arch/trunk/armour/shield/kite_shield.face 2019-11-30 05:32:40 UTC (rev 21039)
@@ -0,0 +1,3 @@
+face kite_shield.111
+magicmap grey
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-02-17 21:39:34
|
Revision: 21109
http://sourceforge.net/p/crossfire/code/21109
Author: ryo_saeba
Date: 2020-02-17 21:39:32 +0000 (Mon, 17 Feb 2020)
Log Message:
-----------
Add cracked generic potion, and corresponding glass rubble.
Patch https://sourceforge.net/p/crossfire/patches/367/ by tituss, picture by Saiapatsu.
Added Paths:
-----------
arch/trunk/jewel/gems/glass_rubble.arc
arch/trunk/jewel/gems/glass_rubble.base.111.png
arch/trunk/potion/crackedpotiongen.arc
Added: arch/trunk/jewel/gems/glass_rubble.arc
===================================================================
--- arch/trunk/jewel/gems/glass_rubble.arc (rev 0)
+++ arch/trunk/jewel/gems/glass_rubble.arc 2020-02-17 21:39:32 UTC (rev 21109)
@@ -0,0 +1,13 @@
+Object glass_rubble
+nrof 1
+name broken glass
+face glass_rubble.111
+type 60
+subtype 2
+level 1
+material 4
+weight 1500
+value 280
+name_pl pile of broken glass
+client_type 651
+end
Added: arch/trunk/jewel/gems/glass_rubble.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/jewel/gems/glass_rubble.base.111.png
===================================================================
--- arch/trunk/jewel/gems/glass_rubble.base.111.png 2020-02-13 20:31:45 UTC (rev 21108)
+++ arch/trunk/jewel/gems/glass_rubble.base.111.png 2020-02-17 21:39:32 UTC (rev 21109)
Property changes on: arch/trunk/jewel/gems/glass_rubble.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/potion/crackedpotiongen.arc
===================================================================
--- arch/trunk/potion/crackedpotiongen.arc (rev 0)
+++ arch/trunk/potion/crackedpotiongen.arc 2020-02-17 21:39:32 UTC (rev 21109)
@@ -0,0 +1,15 @@
+Object crackedpotiongen
+nrof 1
+name cracked potion
+face potiongen.111
+type 5
+subtype 2
+level 1
+material 4
+weight 1500
+value 280
+name_pl cracked potions
+client_type 651
+skill use magic item
+on_use_yield glass_rubble
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-06-18 19:13:51
|
Revision: 21244
http://sourceforge.net/p/crossfire/code/21244
Author: akirschbaum
Date: 2020-06-18 19:13:49 +0000 (Thu, 18 Jun 2020)
Log Message:
-----------
Remove duplicate attributes
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/skills/Skill_Tools/mining_pick.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-06-14 06:24:09 UTC (rev 21243)
+++ arch/trunk/ChangeLog 2020-06-18 19:13:49 UTC (rev 21244)
@@ -1,3 +1,7 @@
+Remove duplicate attributes.
+skills/Skill_Tools/mining_pick.arc
+Andreas Kirschbaum 2020-06-18
+
Minor pixel clean up and color tweaks to east west river bridge
river/bridge_37.base.111.png
Rick Tanner 2020-01-13
Modified: arch/trunk/skills/Skill_Tools/mining_pick.arc
===================================================================
--- arch/trunk/skills/Skill_Tools/mining_pick.arc 2020-06-14 06:24:09 UTC (rev 21243)
+++ arch/trunk/skills/Skill_Tools/mining_pick.arc 2020-06-18 19:13:49 UTC (rev 21244)
@@ -12,7 +12,5 @@
weight 5000
client_type 451
body_skill -1
-harvest_race mountain_rubble
-harvest_tool pickaxe
harvest_speed 2
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-08-07 04:18:20
|
Revision: 21255
http://sourceforge.net/p/crossfire/code/21255
Author: silvernexus
Date: 2020-08-07 04:18:18 +0000 (Fri, 07 Aug 2020)
Log Message:
-----------
Add artifact (weapon) of Souls. Depends on r21251 through r21254 to function.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-08-07 04:13:52 UTC (rev 21254)
+++ arch/trunk/ChangeLog 2020-08-07 04:18:18 UTC (rev 21255)
@@ -1,3 +1,7 @@
+Add a new artifact: (weapon) of Souls. Requires server and maps (python scripts) updates to function.
+artifacts
+Daniel Hawkins 2020-08-07
+
Remove duplicate attributes.
skills/Skill_Tools/mining_pick.arc
Andreas Kirschbaum 2020-06-18
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-08-07 04:13:52 UTC (rev 21254)
+++ arch/trunk/artifacts 2020-08-07 04:18:18 UTC (rev 21255)
@@ -689,6 +689,29 @@
slaying /python/items/weapon_occidental_mages.py
end
end
+# It looks like a normal weapon, but then is anything but if you use it.
+Allowed all
+chance 1
+difficulty 10
+Object Souls
+type 15
+value 1000
+msg
+ This weapon pulses with a malevolent glow. It whispers into your mind of its hunger, and promises infinite power if you satiate it.
+endmsg
+arch event_apply
+title Python
+slaying /python/items/curse_on_apply.py
+end
+arch event_drop
+title Python
+slaying /python/items/lose_buffs_on_drop.py
+end
+arch event_throw
+title Python
+slaying /python/items/lose_buffs_on_drop.py
+end
+end
#
#
# Swords (subtype of weapons)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-08-14 13:53:59
|
Revision: 21269
http://sourceforge.net/p/crossfire/code/21269
Author: silvernexus
Date: 2020-08-14 13:53:56 +0000 (Fri, 14 Aug 2020)
Log Message:
-----------
Add Rune of Sparking to the set of runes available in the game. It releases a spark shower when triggered.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/spell/Rune/rune_spark.base.111.png
arch/trunk/spell/Rune/rune_sparking.arc
arch/trunk/spell/Rune/rune_sparking.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-08-13 20:57:25 UTC (rev 21268)
+++ arch/trunk/ChangeLog 2020-08-14 13:53:56 UTC (rev 21269)
@@ -1,3 +1,9 @@
+Add a new rune -- rune of sparking. It's spark shower in a rune.
+spell/Rune/rune_sparking.arc
+spell/Rune/rune_sparking.face
+spell/Rune/rune_spark.base.111.png
+Daniel Hawkins 2020-08-14
+
Add a new artifact: (weapon) of Souls. Requires server and maps (python scripts) updates to function.
artifacts
Daniel Hawkins 2020-08-07
Added: arch/trunk/spell/Rune/rune_spark.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/Rune/rune_spark.base.111.png
===================================================================
--- arch/trunk/spell/Rune/rune_spark.base.111.png 2020-08-13 20:57:25 UTC (rev 21268)
+++ arch/trunk/spell/Rune/rune_spark.base.111.png 2020-08-14 13:53:56 UTC (rev 21269)
Property changes on: arch/trunk/spell/Rune/rune_spark.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/Rune/rune_sparking.arc
===================================================================
--- arch/trunk/spell/Rune/rune_sparking.arc (rev 0)
+++ arch/trunk/spell/Rune/rune_sparking.arc 2020-08-14 13:53:56 UTC (rev 21269)
@@ -0,0 +1,20 @@
+Object rune_spark_shower
+name Rune of Sparking
+type 154
+speed 1
+hp 1
+other_arch spell_spark_shower
+face rune_spark.111
+msg
+You set off a shower of sparks!
+endmsg
+animation rune_spark
+level 1
+is_animated 0
+invisible 1
+no_pick 1
+move_on walk
+attacktype 10
+dam 90
+Cha 20
+end
Added: arch/trunk/spell/Rune/rune_sparking.face
===================================================================
--- arch/trunk/spell/Rune/rune_sparking.face (rev 0)
+++ arch/trunk/spell/Rune/rune_sparking.face 2020-08-14 13:53:56 UTC (rev 21269)
@@ -0,0 +1,7 @@
+animation rune_spark
+rune_spark.111
+rune_spark.111
+mina
+face rune_spark.111
+magicmap yellow
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-08-24 05:48:48
|
Revision: 21306
http://sourceforge.net/p/crossfire/code/21306
Author: rjtanner
Date: 2020-08-24 05:48:46 +0000 (Mon, 24 Aug 2020)
Log Message:
-----------
Add background color behind the sign name on the Fantasy Weapon store (shop/store_weap_fant.base.x11.png)
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/shop/store_weap_fant.base.x11.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-08-23 19:15:26 UTC (rev 21305)
+++ arch/trunk/ChangeLog 2020-08-24 05:48:46 UTC (rev 21306)
@@ -1,3 +1,8 @@
+
+Add background color behind the sign name on the Fantasy Weapon store.
+shop/store_weap_fant.base.x11.png
+Rick Tanner 2020-08-24
+
Add a new rune -- rune of sparking. It's spark shower in a rune.
spell/Rune/rune_sparking.arc
spell/Rune/rune_sparking.face
Modified: arch/trunk/shop/store_weap_fant.base.x11.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-08-24 06:08:47
|
Revision: 21307
http://sourceforge.net/p/crossfire/code/21307
Author: rjtanner
Date: 2020-08-24 06:08:45 +0000 (Mon, 24 Aug 2020)
Log Message:
-----------
Add background color behind the sign name on the Fantasy Armour store (shop/store_armo_fant.base.x11.png)
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/shop/store_armo_fant.base.x11.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-08-24 05:48:46 UTC (rev 21306)
+++ arch/trunk/ChangeLog 2020-08-24 06:08:45 UTC (rev 21307)
@@ -1,4 +1,8 @@
+Add background color behind the sign name on the Fantasy Armour store.
+shop/store_armo_fant.base.x11.png
+Rick Tanner 2020-08-24
+
Add background color behind the sign name on the Fantasy Weapon store.
shop/store_weap_fant.base.x11.png
Rick Tanner 2020-08-24
Modified: arch/trunk/shop/store_armo_fant.base.x11.png
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-02 13:34:57
|
Revision: 21331
http://sourceforge.net/p/crossfire/code/21331
Author: silvernexus
Date: 2020-09-02 13:34:53 +0000 (Wed, 02 Sep 2020)
Log Message:
-----------
New image for the demon gate. Moved old image to the classic tileset.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/demon/devil_gen.arc
arch/trunk/monster/demon/devil_gen.base.111.png
arch/trunk/monster/demon/devil_gen.face
Added Paths:
-----------
arch/trunk/monster/demon/devil_gen.base.112.png
arch/trunk/monster/demon/devil_gen.base.113.png
arch/trunk/monster/demon/devil_gen.base.114.png
arch/trunk/monster/demon/devil_gen.base.115.png
arch/trunk/monster/demon/devil_gen.base.116.png
arch/trunk/monster/demon/devil_gen.base.117.png
arch/trunk/monster/demon/devil_gen.base.118.png
arch/trunk/monster/demon/devil_gen.clsc.111.png
arch/trunk/monster/demon/devil_gen.clsc.112.png
arch/trunk/monster/demon/devil_gen.clsc.113.png
arch/trunk/monster/demon/devil_gen.clsc.114.png
arch/trunk/monster/demon/devil_gen.clsc.115.png
arch/trunk/monster/demon/devil_gen.clsc.116.png
arch/trunk/monster/demon/devil_gen.clsc.117.png
arch/trunk/monster/demon/devil_gen.clsc.118.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/ChangeLog 2020-09-02 13:34:53 UTC (rev 21331)
@@ -1,4 +1,33 @@
+New face for demon gate -- it actually looks like a gate now.
+And it is animated.
+Moved old image to classic tileset, and repeated it so it overrides all the faces of the animation.
+monster/demon/devil_gen.arc
+monster/demon/devil_gen.face
+monster/demon/devil_gen.base.111.png
+monster/demon/devil_gen.base.112.png
+monster/demon/devil_gen.base.113.png
+monster/demon/devil_gen.base.114.png
+monster/demon/devil_gen.base.115.png
+monster/demon/devil_gen.base.116.png
+monster/demon/devil_gen.base.117.png
+monster/demon/devil_gen.base.118.png
+monster/demon/devil_gen.clsc.111.png
+monster/demon/devil_gen.clsc.112.png
+monster/demon/devil_gen.clsc.113.png
+monster/demon/devil_gen.clsc.114.png
+monster/demon/devil_gen.clsc.115.png
+monster/demon/devil_gen.clsc.116.png
+monster/demon/devil_gen.clsc.117.png
+monster/demon/devil_gen.clsc.118.png
+Daniel Hawkins 2020-09-02
+New spell -- Searing Weapon
+Appears in spellbooks only at this point.
+spell/Spellbook/pyro_book.trs
+spell/Change_Ability/spell_searing_weapon.arc
+spell/Change_Ability/spell_searing_weapon.base.111.png
+Daniel Hawkins 2020-08-30
+
Clean up pixelation on the flagstone wall sections
Redesign of flagstone_0.base.111.png
wall/flagstone/flagstone_0.base.111.png
Modified: arch/trunk/monster/demon/devil_gen.arc
===================================================================
--- arch/trunk/monster/demon/devil_gen.arc 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.arc 2020-09-02 13:34:53 UTC (rev 21331)
@@ -4,11 +4,13 @@
name demon gate
generator 1
face devil_gen.111
+animation devil_gen
hp 400
maxhp 400
exp 180
ac 7
speed 0.01
+anim_speed 3
resist_fire 100
resist_cold -100
resist_confusion -100
Modified: arch/trunk/monster/demon/devil_gen.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/monster/demon/devil_gen.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.112.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.112.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.112.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.113.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.113.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.113.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.113.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.113.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.114.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.114.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.114.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.114.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.114.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.115.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.115.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.115.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.115.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.115.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.116.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.116.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.116.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.116.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.116.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.117.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.117.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.117.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.117.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.117.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.base.118.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.base.118.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.base.118.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.base.118.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.base.118.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.111.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.111.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.111.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.111.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.112.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.112.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.112.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.112.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.113.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.113.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.113.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.113.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.113.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.114.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.114.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.114.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.114.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.114.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.115.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.115.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.115.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.115.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.115.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.116.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.116.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.116.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.116.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.116.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.117.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.117.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.117.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.117.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.117.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/monster/demon/devil_gen.clsc.118.png
===================================================================
(Binary files differ)
Index: arch/trunk/monster/demon/devil_gen.clsc.118.png
===================================================================
--- arch/trunk/monster/demon/devil_gen.clsc.118.png 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.clsc.118.png 2020-09-02 13:34:53 UTC (rev 21331)
Property changes on: arch/trunk/monster/demon/devil_gen.clsc.118.png
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/monster/demon/devil_gen.face
===================================================================
--- arch/trunk/monster/demon/devil_gen.face 2020-09-02 03:52:54 UTC (rev 21330)
+++ arch/trunk/monster/demon/devil_gen.face 2020-09-02 13:34:53 UTC (rev 21331)
@@ -1,3 +1,34 @@
+animation devil_gen
+devil_gen.111
+devil_gen.112
+devil_gen.113
+devil_gen.114
+devil_gen.115
+devil_gen.116
+devil_gen.117
+devil_gen.118
+mina
face devil_gen.111
magicmap red
end
+face devil_gen.112
+magicmap red
+end
+face devil_gen.113
+magicmap red
+end
+face devil_gen.114
+magicmap red
+end
+face devil_gen.115
+magicmap red
+end
+face devil_gen.116
+magicmap red
+end
+face devil_gen.117
+magicmap red
+end
+face devil_gen.118
+magicmap red
+end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-09 13:23:56
|
Revision: 21361
http://sourceforge.net/p/crossfire/code/21361
Author: silvernexus
Date: 2020-09-09 13:23:53 +0000 (Wed, 09 Sep 2020)
Log Message:
-----------
Correct Balrog's race line so that ring of Mithrandir affects them, and make faerie dragons be both faeries and dragons.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/monster/demon/Balrog.arc
arch/trunk/monster/dragon/fae_drag.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-09 12:39:08 UTC (rev 21360)
+++ arch/trunk/ChangeLog 2020-09-09 13:23:53 UTC (rev 21361)
@@ -1,3 +1,10 @@
+Fix a couple creatures missing full race options.
+Faerie dragons are both faeries and dragons.
+Balrogs are demons and Balrogs, so ring of Mithrandir fully works.
+monster/dragon/fae_drag.arc
+monster/demon/Balrog.arc
+Daniel Hawkins 2020-09-09
+
Repurpose existing unused mountain dwarf face as custom racial class face
for dwarf barbarians. Requires r21357 to appear, otherwise does nothing,
player/race/dwarf_player_class_barbarian.base.111.png
Modified: arch/trunk/monster/demon/Balrog.arc
===================================================================
--- arch/trunk/monster/demon/Balrog.arc 2020-09-09 12:39:08 UTC (rev 21360)
+++ arch/trunk/monster/demon/Balrog.arc 2020-09-09 13:23:53 UTC (rev 21361)
@@ -1,7 +1,7 @@
Object Balrog
name Balrog
randomitems Balrog
-race demon
+race demon,Balrog
face jessyb.x11
animation jessyb
attacktype 1029
Modified: arch/trunk/monster/dragon/fae_drag.arc
===================================================================
--- arch/trunk/monster/dragon/fae_drag.arc 2020-09-09 12:39:08 UTC (rev 21360)
+++ arch/trunk/monster/dragon/fae_drag.arc 2020-09-09 13:23:53 UTC (rev 21361)
@@ -1,5 +1,5 @@
Object faerie_dragon
-race faerie
+race faerie,dragon
name faerie dragon
randomitems wyvern
face fae_drag.171
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-09 17:53:24
|
Revision: 21366
http://sourceforge.net/p/crossfire/code/21366
Author: ryo_saeba
Date: 2020-09-09 17:53:22 +0000 (Wed, 09 Sep 2020)
Log Message:
-----------
Add face for 'gold to silver' converter.
Modified Paths:
--------------
arch/trunk/shop/conv.arc
arch/trunk/skills/Skill_Tools/mining_pick.arc
Added Paths:
-----------
arch/trunk/shop/gold_converter2.base.111.png
Modified: arch/trunk/shop/conv.arc
===================================================================
--- arch/trunk/shop/conv.arc 2020-09-09 17:46:17 UTC (rev 21365)
+++ arch/trunk/shop/conv.arc 2020-09-09 17:53:22 UTC (rev 21366)
@@ -61,7 +61,7 @@
sp 10
type 103
no_pick 1
-face gold_converter.111
+face gold_converter2.111
move_on walk
end
Object platinum_converter
Added: arch/trunk/shop/gold_converter2.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/shop/gold_converter2.base.111.png
===================================================================
--- arch/trunk/shop/gold_converter2.base.111.png 2020-09-09 17:46:17 UTC (rev 21365)
+++ arch/trunk/shop/gold_converter2.base.111.png 2020-09-09 17:53:22 UTC (rev 21366)
Property changes on: arch/trunk/shop/gold_converter2.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Modified: arch/trunk/skills/Skill_Tools/mining_pick.arc
===================================================================
--- arch/trunk/skills/Skill_Tools/mining_pick.arc 2020-09-09 17:46:17 UTC (rev 21365)
+++ arch/trunk/skills/Skill_Tools/mining_pick.arc 2020-09-09 17:53:22 UTC (rev 21366)
@@ -1,6 +1,4 @@
Object mining_pick
-harvest_race mountain_rubble
-harvest_tool pickaxe
skill mining
name pickaxe
name_pl pickaxes
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-11 14:01:35
|
Revision: 21394
http://sourceforge.net/p/crossfire/code/21394
Author: ryo_saeba
Date: 2020-09-11 14:01:33 +0000 (Fri, 11 Sep 2020)
Log Message:
-----------
Apply patch https://sourceforge.net/p/crossfire/patches/373/ courtesy Rebecca Kelly.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/player/class/Wizardry/alchemist.arc
arch/trunk/player/class/Wizardry/alchemist.trs
arch/trunk/player/race/fenx.arc
arch/trunk/player/race/fenx.trs
arch/trunk/spell/Misc/spell_alchemy.arc
Removed Paths:
-------------
arch/trunk/player/class/Warrior/mage.arc
arch/trunk/player/class/Warrior/mage_class.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/ChangeLog 2020-09-11 14:01:33 UTC (rev 21394)
@@ -1,3 +1,30 @@
+Fix Alchemist spell school and Alchemy spell description
+The Alchemist was assigned the Sorcery school (and given Sorcery and Evocation
+spellbooks) despite the fact that Alchemy is a Summoning spell. This may have
+stemmed from the fact that the Alchemy spell description consistently refers to
+it as a Sorcery spell.
+The Alchemist is given a summoning talisman and one summoning book (in addition
+to starting with the Alchemy spell pre-learned) and the description of the spell
+is updated.
+player/class/Wizardry/alchemist.arc
+player/class/Wizardry/alchemist.trs
+spell/Misc/spell_alchemy.arc
+Rebecca Kelly 2020-09-10
+
+Remove unintended abilities from Fenx race.
+The Fenx were never meant to have slow HP, fast SP, slow digestion, or
+darkvision; this appears to be an accidental copy-paste from Elf.
+player/race/fenx.arc
+player/race/fenx.trs
+Rebecca Kelly 2020-09-10
+
+Delete duplicate Mage class.
+This is identical in every respect (including face) to Warlock.
+Requires maps r21362 or the Hall of Selection will malfunction.
+player/class/Warrior/mage.arc
+player/class/Warrior/mage_class.face
+Rebecca Kelly 2020-09-10
+
Fix a couple creatures missing full race options.
Faerie dragons are both faeries and dragons.
Balrogs are demons and Balrogs, so ring of Mithrandir fully works.
Deleted: arch/trunk/player/class/Warrior/mage.arc
===================================================================
--- arch/trunk/player/class/Warrior/mage.arc 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/class/Warrior/mage.arc 2020-09-11 14:01:33 UTC (rev 21394)
@@ -1,22 +0,0 @@
-# This class is used a race-specific HallOfSelection.
-#
-Object mage_class
-name mage
-anim_suffix class_mage
-randomitems warlock_class_items
-face mage.151
-animation mage_class
-is_animated 1
-anim_speed -1
-type 37
-Str 1
-Dex -1
-Con 1
-Int 0
-Wis -2
-Pow 1
-msg
-You've divided your time between learning magic and learning weapons, but have totally disregarded religious devotion.
-You're physically stronger and hardier because of your training, and you know the use of weapons and bows. However, you're just a bit clumsy in both weaponry and magic because you've had to divide your time between them.
-endmsg
-end
Deleted: arch/trunk/player/class/Warrior/mage_class.face
===================================================================
--- arch/trunk/player/class/Warrior/mage_class.face 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/class/Warrior/mage_class.face 2020-09-11 14:01:33 UTC (rev 21394)
@@ -1,11 +0,0 @@
-animation mage_class
-facings 4
-mage.111
-mage.112
-mage.131
-mage.132
-mage.151
-mage.152
-mage.171
-mage.172
-mina
Modified: arch/trunk/player/class/Wizardry/alchemist.arc
===================================================================
--- arch/trunk/player/class/Wizardry/alchemist.arc 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/class/Wizardry/alchemist.arc 2020-09-11 14:01:33 UTC (rev 21394)
@@ -31,5 +31,5 @@
path_attuned 16896
client_type 451
body_skill -1
-skill sorcery
+skill summoning
end
Modified: arch/trunk/player/class/Wizardry/alchemist.trs
===================================================================
--- arch/trunk/player/class/Wizardry/alchemist.trs 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/class/Wizardry/alchemist.trs 2020-09-11 14:01:33 UTC (rev 21394)
@@ -17,10 +17,7 @@
more
arch robe
more
- arch evoker_book_l1
+ arch summoner_book_l1
more
- arch sorcerer_book_l1
- more
arch b_dagger
end
-
Modified: arch/trunk/player/race/fenx.arc
===================================================================
--- arch/trunk/player/race/fenx.arc 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/race/fenx.arc 2020-09-11 14:01:33 UTC (rev 21394)
@@ -7,9 +7,9 @@
Skills: Woodsman, Missile Weapons, Jumping, Singing
Resistances: None
Attunements: None
-Special: Slow HP regeneration, fast SP regeneration, low food consumption, start with bow & arrows, See in dark
-Description:
-Fenxes, also called Fendrakhis by other speaking races, are humanoids that have some fox-like attributes. A little smaller than humans, they are agile and clever, but usually share little affinity with magical forces.
+Special: None
+
+Fenxes, also called Fendrakhis by other speaking races, are humanoids that have some fox-like attributes. A little smaller than humans, they are agile and clever, but usually share little affinity with magical forces. Their keen sense of smell helps them find trails and safe food in the wilderness.
Once an important race of Bigworld, they were forced to hide into the Great Forest after they lost an important war against Humans, a long time ago.
endmsg
animation fenx_player
@@ -53,16 +53,3 @@
maxgrace 30
sound_chance 100
end
-Object fenx_player_force
-name fenx_force
-invisible 1
-can_see_in_dark 0
-sp 1
-hp -1
-food 2
-type 114
-face blank.111
-applied 1
-no_drop 1
-speed 0
-end
Modified: arch/trunk/player/race/fenx.trs
===================================================================
--- arch/trunk/player/race/fenx.trs 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/player/race/fenx.trs 2020-09-11 14:01:33 UTC (rev 21394)
@@ -1,6 +1,4 @@
treasure fenx_player_items
- arch fenx_player_force
- more
arch bow
more
arch arrow
Modified: arch/trunk/spell/Misc/spell_alchemy.arc
===================================================================
--- arch/trunk/spell/Misc/spell_alchemy.arc 2020-09-11 13:56:28 UTC (rev 21393)
+++ arch/trunk/spell/Misc/spell_alchemy.arc 2020-09-11 14:01:33 UTC (rev 21394)
@@ -17,6 +17,6 @@
duration_modifier 5
dam_modifier 1
msg
-Meddling with the nature of things doesn't always go to plan, but for sorcerors the removal of anything valueable into gold is a reliable spell. Sorcerers can quickly convert others possessions into nothing but gold in seconds using this transmutation spell, a notoriously unplesant trick when used by those with poor ethical judgement. The alchemy spell converts valuable items into gold nuggets. If the item is not valuable enough to be converted to a nugget, it is destroyed and vanishes.
+Meddling with the nature of things doesn't always go to plan, but for alchemists the transmutation of anything valuable into gold is a reliable spell. Alchemists can quickly convert a room full of objects into nothing but gold in seconds using this spell -- a notoriously unplesant trick when used by those with poor ethical judgement. The alchemy spell converts valuable items into gold nuggets. If the item is not valuable enough to be converted to a nugget, it is destroyed and vanishes.
endmsg
end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|