|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-09-11 14:04:59
|
Revision: 21395
http://sourceforge.net/p/crossfire/code/21395
Author: ryo_saeba
Date: 2020-09-11 14:04:56 +0000 (Fri, 11 Sep 2020)
Log Message:
-----------
Apply patch https://sourceforge.net/p/crossfire/patches/374/ courtesy Rebecca Kelly.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/player/class/Warrior/barbarian.trs
arch/trunk/treasures.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-11 14:01:33 UTC (rev 21394)
+++ arch/trunk/ChangeLog 2020-09-11 14:04:56 UTC (rev 21395)
@@ -1,3 +1,16 @@
+Remove Use Magic Item from Barbarian and replace it with Punching
+Barbarians lacking Punching is likely an oversight stemming from the fact that
+they don't get the basic_skills package. Lacking UMI means that they won't be
+able to use wands, horns, powders, and most other limited-use magic items;
+potions and magic equipment are still usable, though.
+This also splits the player skill packages into their own trs file and gives
+them a bit of additional documentation.
+player/class/Warrior/barbarian.arc
+player/class/Warrior/barbarian.trs
+player/player_skills.trs
+treasures.trs
+Rebecca Kelly 2020-09-10
+
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
Modified: arch/trunk/player/class/Warrior/barbarian.trs
===================================================================
--- arch/trunk/player/class/Warrior/barbarian.trs 2020-09-11 14:01:33 UTC (rev 21394)
+++ arch/trunk/player/class/Warrior/barbarian.trs 2020-09-11 14:04:56 UTC (rev 21395)
@@ -1,3 +1,7 @@
+# Class items for the Barbarian. Note that all skills from the "basic package"
+# (except Literacy and Use Magic Item) are replicated here, in order to let
+# Barbarians start without them. Don't forget to update this file as needed if
+# you change player_skills.trs!
treasure barbarian_class_items
arch skill_one_handed_weapon
more
@@ -11,7 +15,7 @@
more
arch skill_remove_trap
more
- arch skill_use_magic_item
+ arch skill_punching
more
arch guide_melee
more
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2020-09-11 14:01:33 UTC (rev 21394)
+++ arch/trunk/treasures.trs 2020-09-11 14:04:56 UTC (rev 21395)
@@ -38,7 +38,7 @@
#
##############################################################
#
-# BODY PARTS -
+# BODY PARTS -
#
# human/man-sized body parts
treasureone human_parts
@@ -88,7 +88,7 @@
end
#
# skill scrolls
-# better scrolls are harder to find
+# better scrolls are harder to find
# ordered by skill names
treasureone random_knowledge
arch scroll_alchemy
@@ -117,8 +117,8 @@
arch scroll_hiding
chance 9
more
-# the inscription skill is only available as a pen
- arch stylus
+# the inscription skill is only available as a pen
+ arch stylus
chance 10
more
arch scroll_jewelry
@@ -1274,7 +1274,7 @@
magic 3
chance 5
end
-# uncommon artifacts
+# uncommon artifacts
treasureone uncommon_artifacts
arch potion_shielding
chance 5
@@ -1777,8 +1777,8 @@
chance 20
end
# I switched the names to '_old' -- these lists
-# are just the way standard/rich were before we
-# started adding bodyparts to the treasure mix.
+# are just the way standard/rich were before we
+# started adding bodyparts to the treasure mix.
# -b.t.
treasure standard_old
arch bow
@@ -2008,54 +2008,12 @@
more
list rich
end
-##############################################################################
-# start of starting equipment for players.
-#
-# All players will start with these skills
-# -- only skills critical to being able to
-# play should go here. -b.t.
-treasure basic_skills
- arch skill_throwing
- more
- arch skill_find_traps
- more
- arch skill_remove_trap
- more
- arch skill_use_magic_item
- more
- arch skill_literacy
- more
- arch skill_punching
- end
-# basic set for fighter players
-treasure fighter_skills
- arch skill_one_handed_weapon
- more
- arch skill_two_handed_weapon
- more
- arch skill_missile_weapon
- more
- list basic_skills
- end
-# basic set for talisman spellcasting players
treasure mage_skills
arch talisman_sorcery
end
-# basic set for multi-spellcasting players
-# Note that removed the spell skill form here,
-# since many things should start with this package,
-# but spell might be different.
-treasure wizard_skills
- arch skill_one_handed_weapon
- more
- arch skill_praying
- more
- list basic_skills
- end
treasure prayer_skills
arch skill_praying
end
-#
treasure monk
list basic_skills
more
@@ -2108,7 +2066,7 @@
treasure ninja
list fighter_skills
more
- arch skill_jumping
+ arch skill_jumping
more
arch skill_hide
more
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-13 16:54:49
|
Revision: 21422
http://sourceforge.net/p/crossfire/code/21422
Author: akirschbaum
Date: 2020-09-13 16:54:48 +0000 (Sun, 13 Sep 2020)
Log Message:
-----------
Remove redundant images
Removed Paths:
-------------
arch/trunk/construct/town/t_house2.png
arch/trunk/monster/demon/Big_Demon/big_demon.png
arch/trunk/monster/elemental/Shadow/s_wyvern31.png
arch/trunk/monster/elemental/Shadow/s_wyvern32.png
arch/trunk/monster/elemental/Shadow/s_wyvern71.png
arch/trunk/monster/elemental/Shadow/s_wyvern72.png
arch/trunk/transport/galleon.png
Deleted: arch/trunk/construct/town/t_house2.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/monster/demon/Big_Demon/big_demon.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/monster/elemental/Shadow/s_wyvern31.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/monster/elemental/Shadow/s_wyvern32.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/monster/elemental/Shadow/s_wyvern71.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/monster/elemental/Shadow/s_wyvern72.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/transport/galleon.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-14 23:44:04
|
Revision: 21436
http://sourceforge.net/p/crossfire/code/21436
Author: silvernexus
Date: 2020-09-14 23:44:02 +0000 (Mon, 14 Sep 2020)
Log Message:
-----------
Make tridents less blindingly bright. Move old images to classic image set.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/weapon/misc/trident.base.101.png
arch/trunk/weapon/misc/trident.base.111.png
arch/trunk/weapon/misc/trident.base.121.png
arch/trunk/weapon/misc/trident.base.131.png
arch/trunk/weapon/misc/trident.base.141.png
arch/trunk/weapon/misc/trident.base.151.png
arch/trunk/weapon/misc/trident.base.161.png
arch/trunk/weapon/misc/trident.base.171.png
arch/trunk/weapon/misc/trident.base.181.png
Added Paths:
-----------
arch/trunk/weapon/misc/trident.clsc.101.png
arch/trunk/weapon/misc/trident.clsc.111.png
arch/trunk/weapon/misc/trident.clsc.121.png
arch/trunk/weapon/misc/trident.clsc.131.png
arch/trunk/weapon/misc/trident.clsc.141.png
arch/trunk/weapon/misc/trident.clsc.151.png
arch/trunk/weapon/misc/trident.clsc.161.png
arch/trunk/weapon/misc/trident.clsc.171.png
arch/trunk/weapon/misc/trident.clsc.181.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/ChangeLog 2020-09-14 23:44:02 UTC (rev 21436)
@@ -1,3 +1,10 @@
+Make the trident imagery less bright, using the W3C green rather than XPM green.
+This put the green hue at half the previous brightness.
+Move the bright green trident to the classic image set.
+weapon/misc/trident.base.*.png
+weapon/misc/trident.clsc.*.png
+Daniel Hawkins 2020-09-14
+
Update all class descriptions with crunch headers.
This adds headers to all class descriptions, similar to the race headers,
explaining what starting equipment and special abilities each class confers.
Modified: arch/trunk/weapon/misc/trident.base.101.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.111.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.121.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.131.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.141.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.151.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.161.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.171.png
===================================================================
(Binary files differ)
Modified: arch/trunk/weapon/misc/trident.base.181.png
===================================================================
(Binary files differ)
Added: arch/trunk/weapon/misc/trident.clsc.101.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.101.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.101.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.101.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.101.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.111.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.111.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.111.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.121.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.121.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.121.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.121.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.121.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.131.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.131.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.131.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.131.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.141.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.141.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.141.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.141.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.141.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.151.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.151.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.151.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.151.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.161.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.161.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.161.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.161.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.161.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.171.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.171.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.171.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.171.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/weapon/misc/trident.clsc.181.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/misc/trident.clsc.181.png
===================================================================
--- arch/trunk/weapon/misc/trident.clsc.181.png 2020-09-14 23:03:35 UTC (rev 21435)
+++ arch/trunk/weapon/misc/trident.clsc.181.png 2020-09-14 23:44:02 UTC (rev 21436)
Property changes on: arch/trunk/weapon/misc/trident.clsc.181.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...> - 2020-10-09 13:13:43
|
Revision: 21483
http://sourceforge.net/p/crossfire/code/21483
Author: silvernexus
Date: 2020-10-09 13:13:40 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
Add artifact entry for silvered weapons.
Intent is for these to be primarily crafted, but the can show up in random loot occasionally.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-07 10:31:54 UTC (rev 21482)
+++ arch/trunk/ChangeLog 2020-10-09 13:13:40 UTC (rev 21483)
@@ -1,3 +1,9 @@
+Add artifact entry for silvered weapons.
+Ensure it is restricted to stabbing and slicing weapons, since bludgeoning with
+silver doesn't seem like it would make much difference.
+artifacts
+Daniel Hawkins 2020-10-09
+
Make the trident imagery less bright, using the W3C green rather than XPM green.
This put the green hue at half the previous brightness.
Move the bright green trident to the classic image set.
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-10-07 10:31:54 UTC (rev 21482)
+++ arch/trunk/artifacts 2020-10-09 13:13:40 UTC (rev 21483)
@@ -64,7 +64,7 @@
# 'animation' if defined replaces the item's animation.
# If 'animation_suffix' is defined, the artifact will have the
# '<base item's animation>_<animation suffix>' animation if it exists, else no
-# change is done.
+# change is done.
# If 'animation' is set, 'animation_suffix' is ignored.
# If an animation with or without suffix is defined and valid for the item,
# it takes precedences over the face with or without suffix.
@@ -767,6 +767,20 @@
item_power 1
last_sp 110
end
+# Silvered Edge (meant to be primarily a crafted item, so its rarer than its power level indicates it should be)
+Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sword_4,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,lspear,spear,poleaxe,taifu_1,trident,vlongsword,sicklesword,serp_sword,t_dagger,sickle1,t_star1,sai1,sai2,kama1,kama2
+chance 1
+difficulty 15
+Object Silvered Edge
+material 8194
+materialname silver
+type 15
+value 10
+# The silver coating adds a little bit of weight
+weight 101
+slaying vampire
+attacktype 2
+end
#
# Daggers (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-10-09 14:12:19
|
Revision: 21484
http://sourceforge.net/p/crossfire/code/21484
Author: silvernexus
Date: 2020-10-09 14:12:17 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
Add crafting file. Add a folder to store crafting items outside misc
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/crafting/
arch/trunk/crafting/README
arch/trunk/crafting/Tools/
arch/trunk/crafting/Tools/file.arc
arch/trunk/crafting/Tools/file.base.111.png
arch/trunk/crafting/Tools/file.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-09 13:13:40 UTC (rev 21483)
+++ arch/trunk/ChangeLog 2020-10-09 14:12:17 UTC (rev 21484)
@@ -1,3 +1,11 @@
+Add crafting tool "file".
+Can be used to powderize metal bars (well, that's the plan anyway).
+crafting/Tools/file.arc
+crafting/Tools/file.base.111.png
+crafting/Tools/file.face
+crafting/README
+Daniel Hawkins 2020-10-09
+
Add artifact entry for silvered weapons.
Ensure it is restricted to stabbing and slicing weapons, since bludgeoning with
silver doesn't seem like it would make much difference.
Added: arch/trunk/crafting/README
===================================================================
--- arch/trunk/crafting/README (rev 0)
+++ arch/trunk/crafting/README 2020-10-09 14:12:17 UTC (rev 21484)
@@ -0,0 +1,5 @@
+This folder contains items that are intermediate products useful only to crafting and other crafting-specific items.
+
+Materials contains items that have no use outside crafting.
+Tools contains items that are used to make intermediary crafting items, like the slicing knife.
+Container contains the cauldron, forge, workbenches, etc.
Added: arch/trunk/crafting/Tools/file.arc
===================================================================
--- arch/trunk/crafting/Tools/file.arc (rev 0)
+++ arch/trunk/crafting/Tools/file.arc 2020-10-09 14:12:17 UTC (rev 21484)
@@ -0,0 +1,18 @@
+# Like the slicing knife, this is more meant to be a tool than a weapon.
+Object file
+nrof 1
+type 15
+body_arm -1
+face file.111
+material 2
+skill one handed weapons
+weight 1000
+value 7
+name file
+name_pl files
+client_type 101
+attacktype 1
+weapontype 1
+dam -2
+last_sp 10
+end
Added: arch/trunk/crafting/Tools/file.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/crafting/Tools/file.base.111.png
===================================================================
--- arch/trunk/crafting/Tools/file.base.111.png 2020-10-09 13:13:40 UTC (rev 21483)
+++ arch/trunk/crafting/Tools/file.base.111.png 2020-10-09 14:12:17 UTC (rev 21484)
Property changes on: arch/trunk/crafting/Tools/file.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/crafting/Tools/file.face
===================================================================
--- arch/trunk/crafting/Tools/file.face (rev 0)
+++ arch/trunk/crafting/Tools/file.face 2020-10-09 14:12:17 UTC (rev 21484)
@@ -0,0 +1,3 @@
+face file.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-10-09 15:15:52
|
Revision: 21485
http://sourceforge.net/p/crossfire/code/21485
Author: silvernexus
Date: 2020-10-09 15:15:49 +0000 (Fri, 09 Oct 2020)
Log Message:
-----------
A silver filings as an arch and the formula to make them using the new file arch.
Modified Paths:
--------------
arch/trunk/formulae
Added Paths:
-----------
arch/trunk/crafting/Materials/
arch/trunk/crafting/Materials/silver_filings.arc
arch/trunk/crafting/Materials/silver_filings.base.111.png
arch/trunk/crafting/Materials/silver_filings.face
Added: arch/trunk/crafting/Materials/silver_filings.arc
===================================================================
--- arch/trunk/crafting/Materials/silver_filings.arc (rev 0)
+++ arch/trunk/crafting/Materials/silver_filings.arc 2020-10-09 15:15:49 UTC (rev 21485)
@@ -0,0 +1,14 @@
+Object silver_filings
+name silver filings
+race gold and jewels
+face silver_filings.111
+nrof 1
+type 60
+material 2
+materialname silver
+value 1
+weight 10
+identified 1
+name_pl silver filings
+client_type 2005
+end
Property changes on: arch/trunk/crafting/Materials/silver_filings.arc
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: arch/trunk/crafting/Materials/silver_filings.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/crafting/Materials/silver_filings.base.111.png
===================================================================
--- arch/trunk/crafting/Materials/silver_filings.base.111.png 2020-10-09 14:12:17 UTC (rev 21484)
+++ arch/trunk/crafting/Materials/silver_filings.base.111.png 2020-10-09 15:15:49 UTC (rev 21485)
Property changes on: arch/trunk/crafting/Materials/silver_filings.base.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/crafting/Materials/silver_filings.face
===================================================================
--- arch/trunk/crafting/Materials/silver_filings.face (rev 0)
+++ arch/trunk/crafting/Materials/silver_filings.face 2020-10-09 15:15:49 UTC (rev 21485)
@@ -0,0 +1,3 @@
+face silver_filings.111
+magicmap grey
+end
Property changes on: arch/trunk/crafting/Materials/silver_filings.face
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2020-10-09 14:12:17 UTC (rev 21484)
+++ arch/trunk/formulae 2020-10-09 15:15:49 UTC (rev 21485)
@@ -3524,7 +3524,7 @@
#
# exp is maybe high, but demon's icor can't be stored, and messenger's head are rare,
# so that should be ok
-# chance is 0 because this recipe is given as a quest reward
+# chance is 0 because this recipe is given as a quest reward
Object NONE
arch holy_symbol
chance 0
@@ -3745,6 +3745,16 @@
combination 1
tool slicingknife,b_slicingknife
#
+# Filing metals into a powder
+Object NONE
+arch silver_filings
+yield 1000
+ingred silver bar
+chance 0
+combination 1
+tool file
+
+#
# gem combos
Object NONE
arch raw_diamond_great_value
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-10-10 02:24:38
|
Revision: 21486
http://sourceforge.net/p/crossfire/code/21486
Author: silvernexus
Date: 2020-10-10 02:24:36 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Add recipes to craft weapons of silvered edge, and allow scythe as a silverable weapon.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
arch/trunk/formulae
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-09 15:15:49 UTC (rev 21485)
+++ arch/trunk/ChangeLog 2020-10-10 02:24:36 UTC (rev 21486)
@@ -1,3 +1,18 @@
+Add formulae for crafting weapons of Silvered Edge
+from the newly-added silver filings.
+Also added scythe to the list of valid weapons to silver.
+formulae
+artifacts
+Daniel Hawkins 2020-10-09
+
+Add silver filings as the first item creatable from
+the nee file crafting tool.
+formulae
+crafting/Materials/silver_filings.arc
+crafting/Materials/silver_filings.base.111.png
+crafting/Materials/silver_filings.face
+Daniel Hawkins 2020-10-09
+
Add crafting tool "file".
Can be used to powderize metal bars (well, that's the plan anyway).
crafting/Tools/file.arc
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-10-09 15:15:49 UTC (rev 21485)
+++ arch/trunk/artifacts 2020-10-10 02:24:36 UTC (rev 21486)
@@ -768,7 +768,7 @@
last_sp 110
end
# Silvered Edge (meant to be primarily a crafted item, so its rarer than its power level indicates it should be)
-Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sword_4,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,lspear,spear,poleaxe,taifu_1,trident,vlongsword,sicklesword,serp_sword,t_dagger,sickle1,t_star1,sai1,sai2,kama1,kama2
+Allowed dagger,axe,axe_2,axe_3,axe_4,axe_5,battle_axe,sword,sword_2,sword_3,sword_4,sabre,rapier,scimitar,light_sword,katana_1,falchion,broadsword,broadsword_2,shortsword,shortsword_2,lspear,spear,poleaxe,taifu_1,trident,vlongsword,sicklesword,serp_sword,t_dagger,sickle1,t_star1,sai1,sai2,kama1,kama2,scythe1
chance 1
difficulty 15
Object Silvered Edge
Modified: arch/trunk/formulae
===================================================================
--- arch/trunk/formulae 2020-10-09 15:15:49 UTC (rev 21485)
+++ arch/trunk/formulae 2020-10-10 02:24:36 UTC (rev 21486)
@@ -448,6 +448,325 @@
cauldron forge
ingred 2 steel bar,brass bar
#
+# ----------------
+# Silvered weapons
+# ----------------
+# It takes a different amount of silver filings depending on the weapon
+# so these all get to be defined seperately
+# The more silver a weapon requires, the higher the difficulty to not mess up the weapon.
+# Swords are estimated as 1% of weapon weight in added silver.
+# Non-swords estimate the amount of weight that is contributed by the sharp parts and use that
+#
+#
+# shortsword
+Object Silvered Edge
+arch shortsword,shortsword_2
+chance 1
+diff 35
+exp 10000
+trans 1
+skill smithery
+cauldron forge
+ingred shortsword,10 silver filings
+#
+# broadsword
+Object Silvered Edge
+arch broadsword
+chance 1
+diff 40
+exp 12000
+trans 1
+skill smithery
+cauldron forge
+ingred broadsword,20 silver filings
+#
+# dagger
+Object Silvered Edge
+arch dagger
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred dagger,2 silver filings
+#
+# sword
+Object Silvered Edge
+arch sword_4
+chance 1
+diff 37
+exp 11000
+trans 1
+skill smithery
+cauldron forge
+ingred sword,15 silver filings
+#
+# long sword
+Object Silvered Edge
+arch sword,sword_2
+chance 1
+diff 37
+exp 11000
+trans 1
+skill smithery
+cauldron forge
+ingred long sword,15 silver filings
+#
+# two-handed sword
+Object Silvered Edge
+arch sword_3
+chance 1
+diff 45
+exp 16000
+trans 1
+skill smithery
+cauldron forge
+ingred two-handed sword,25 silver filings
+#
+# light sword
+Object Silvered Edge
+arch light_sword
+chance 1
+diff 36
+exp 10500
+trans 1
+skill smithery
+cauldron forge
+ingred light sword,12 silver filings
+#
+# katana
+Object Silvered Edge
+arch katana_1
+chance 1
+diff 36
+exp 10500
+trans 1
+skill smithery
+cauldron forge
+ingred katana,11 silver filings
+#
+# falchion
+Object Silvered Edge
+arch falchion
+chance 1
+diff 36
+exp 10500
+trans 1
+skill smithery
+cauldron forge
+ingred falchion,13 silver filings
+#
+# sabre
+Object Silvered Edge
+arch sabre
+chance 1
+diff 36
+exp 10500
+trans 1
+skill smithery
+cauldron forge
+ingred sabre,13 silver filings
+#
+# scimitar
+Object Silvered Edge
+arch scimitar
+chance 1
+diff 37
+exp 11000
+trans 1
+skill smithery
+cauldron forge
+ingred scimitar,15 silver filings
+#
+# rapier
+Object Silvered Edge
+arch rapier
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred rapier,10 silver filings
+#
+# sicklesword
+Object Silvered Edge
+arch sicklesword
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred sicklesword,9 silver filings
+#
+# Serpentman sword
+Object Silvered Edge
+arch serp_sword
+chance 1
+diff 33
+exp 10000
+trans 1
+skill smithery
+cauldron forge
+ingred Serpentman sword,3 silver filings
+#
+# throwing dagger
+Object Silvered Edge
+arch t_dagger
+chance 1
+diff 28
+exp 8000
+trans 1
+skill smithery
+cauldron forge
+ingred throwing dagger,2 silver filings
+#
+# kama
+Object Silvered Edge
+arch kama1,kama2
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred kama,4 silver filings
+#
+# long spear
+Object Silvered Edge
+arch lspear
+chance 1
+diff 25
+exp 5000
+trans 1
+skill smithery
+cauldron forge
+ingred long spear,silver filings
+#
+# poleaxe
+Object Silvered Edge
+arch poleaxe
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred poleaxe,8 silver filings
+#
+# sai
+Object Silvered Edge
+arch sai1,sai2
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred sai,2 silver filings
+#
+# scythe
+Object Silvered Edge
+arch scythe1
+chance 1
+diff 35
+exp 10000
+trans 1
+skill smithery
+cauldron forge
+ingred scythe,10 silver filings
+#
+# sickle
+Object Silvered Edge
+arch sickle1
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred sickle,8 silver filings
+#
+# spear
+Object Silvered Edge
+arch spear
+chance 1
+diff 25
+exp 5000
+trans 1
+skill smithery
+cauldron forge
+ingred spear,silver filings
+#
+# taifu
+Object Silvered Edge
+arch taifu_1
+chance 1
+diff 29
+exp 8500
+trans 1
+skill smithery
+cauldron forge
+ingred taifu,5 silver filings
+#
+# trident
+Object Silvered Edge
+arch trident
+chance 1
+diff 31
+exp 9200
+trans 1
+skill smithery
+cauldron forge
+ingred trident,9 silver filings
+#
+# throwing stars
+Object Silvered Edge
+arch t_star1
+chance 1
+diff 35
+exp 10000
+trans 1
+yield 3
+skill smithery
+cauldron forge
+ingred 3 throwing star,silver filings
+#
+# Battle Axe
+Object Silvered Edge
+arch battle_axe
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred Battle Axe,5 silver filings
+#
+# vicious axe
+Object Silvered Edge
+arch axe_5
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred vicious axe,6 silver filings
+#
+# axes
+Object Silvered Edge
+arch axe,axe_2,axe_3,axe_4
+chance 1
+diff 30
+exp 9000
+trans 1
+skill smithery
+cauldron forge
+ingred axe,5 silver filings
+#
# -----------
# Basic armor
# -----------
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-10-10 02:31:24
|
Revision: 21487
http://sourceforge.net/p/crossfire/code/21487
Author: silvernexus
Date: 2020-10-10 02:31:21 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Allow file to randomly appear in loot.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/treasures.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-10 02:24:36 UTC (rev 21486)
+++ arch/trunk/ChangeLog 2020-10-10 02:31:21 UTC (rev 21487)
@@ -1,3 +1,7 @@
+Add the file as a random drop.
+treasures.trs
+Daniel Hawkins 2020-10-09
+
Add formulae for crafting weapons of Silvered Edge
from the newly-added silver filings.
Also added scythe to the list of valid weapons to silver.
Modified: arch/trunk/treasures.trs
===================================================================
--- arch/trunk/treasures.trs 2020-10-10 02:24:36 UTC (rev 21486)
+++ arch/trunk/treasures.trs 2020-10-10 02:31:21 UTC (rev 21487)
@@ -1713,8 +1713,11 @@
arch lockpicks
chance 5
more
+ arch file
+ chance 3
+ more
list NONE
- chance 25
+ chance 24
end
treasure poor_old
arch bow
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-10-10 16:32:47
|
Revision: 21489
http://sourceforge.net/p/crossfire/code/21489
Author: silvernexus
Date: 2020-10-10 16:32:45 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Make aggravation a castable spell with level-scaling.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/MoodChange/spell_aggravation.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-10 16:14:20 UTC (rev 21488)
+++ arch/trunk/ChangeLog 2020-10-10 16:32:45 UTC (rev 21489)
@@ -1,3 +1,10 @@
+Make aggravation a castable spell, and give it level-scaling
+The code to prevent charm monsters abuse
+from like 2010 appears to have caused the lvl 1
+aggravation horns to be essentially useless.
+spell/MoodChange/spell_aggravation.arc
+Daniel Hawkins 2020-10-10
+
Add the file as a random drop.
treasures.trs
Daniel Hawkins 2020-10-09
@@ -399,7 +406,7 @@
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
+at Sourceforge. Basically, changes for clarity and removed
duplicate and conflicting item properties identified by
Gridarta for Crossfire
armour/helmet/bone_helm.arc
@@ -416,7 +423,7 @@
weapon/sword/giants_knife.base.111.png
Rick Tanner 2017-03-19
-Patch #267 New Items - 7 different items
+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
@@ -608,11 +615,11 @@
random/randomWeal.arc
random/randomWeap.arc
random/random_ore.arc
-random/random_tree.arc
+random/random_tree.arc
RJT 2014-09-08
New graphic and face for random_ore tile, it was using the same
-face as random_mineral before.
+face as random_mineral before.
random/randomOre.base.111.png
random/randomOre.face
random/random_ore.arc
@@ -1215,7 +1222,7 @@
RJT 2012-09-21
New Graphic and archetype for West Guild building and West Guild Storage building.
-Based on existing guild graphics but with a sign or banner on the front.
+Based on existing guild graphics but with a sign or banner on the front.
construct/town/guild2storage_west.base.x11.png
construct/town/guild2storage_west.arc
construct/town/guild2_west.arc
Modified: arch/trunk/spell/MoodChange/spell_aggravation.arc
===================================================================
--- arch/trunk/spell/MoodChange/spell_aggravation.arc 2020-10-10 16:14:20 UTC (rev 21488)
+++ arch/trunk/spell/MoodChange/spell_aggravation.arc 2020-10-10 16:32:45 UTC (rev 21489)
@@ -3,20 +3,22 @@
anim_suffix spellcasting
name aggravation
name_pl aggravation
-level 1
-sp 1
+level 5
+sp 5
+max_sp 10
casting_time 1
path_attuned 1024
-skill ????
+skill sorcery
type 101
subtype 34
-value 10
+value 25
no_drop 1
invisible 1
-range 25
+range 10
+range_modifier 5
undead 1
monster 1
msg
-Aggravation is used to change the mood of unagressive creatures so that they attack the caster.
+With a well-placed taunt, aggravation can drive most creatures into a rage, compelling them to attack you instead of an ally or no one at all.
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...> - 2020-10-10 17:18:29
|
Revision: 21490
http://sourceforge.net/p/crossfire/code/21490
Author: silvernexus
Date: 2020-10-10 17:18:26 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Make the horns that cast aggravation have a level above 1 so that they can actually affect things.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/artifacts
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-10 16:32:45 UTC (rev 21489)
+++ arch/trunk/ChangeLog 2020-10-10 17:18:26 UTC (rev 21490)
@@ -2,7 +2,9 @@
The code to prevent charm monsters abuse
from like 2010 appears to have caused the lvl 1
aggravation horns to be essentially useless.
+Also, make the horns that spawn w/ aggravation have reasonable levels.
spell/MoodChange/spell_aggravation.arc
+artifacts
Daniel Hawkins 2020-10-10
Add the file as a random drop.
Modified: arch/trunk/artifacts
===================================================================
--- arch/trunk/artifacts 2020-10-10 16:32:45 UTC (rev 21489)
+++ arch/trunk/artifacts 2020-10-10 17:18:26 UTC (rev 21490)
@@ -2243,10 +2243,11 @@
Object Aggravation
type 3
other_arch spell_aggravation
-hp -10
-maxhp -10
+hp -30
+maxhp -30
value 3
cursed 1
+level -40
animation_suffix aggravation
end
#
@@ -2255,11 +2256,12 @@
Object Fools
type 3
other_arch spell_aggravation
-hp -10
-maxhp -10
+hp -50
+maxhp -50
value 5
luck -2
Int -2
+level -100
damned 1
animation_suffix fools
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-10-10 17:32:02
|
Revision: 21491
http://sourceforge.net/p/crossfire/code/21491
Author: silvernexus
Date: 2020-10-10 17:32:01 +0000 (Sat, 10 Oct 2020)
Log Message:
-----------
Add aggravation to the list of spells in sorcery books.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/SpellBook/sorcerer_book.trs
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-10 17:18:26 UTC (rev 21490)
+++ arch/trunk/ChangeLog 2020-10-10 17:32:01 UTC (rev 21491)
@@ -3,7 +3,9 @@
from like 2010 appears to have caused the lvl 1
aggravation horns to be essentially useless.
Also, make the horns that spawn w/ aggravation have reasonable levels.
+Add the aggravation spell to the random spell list for sorcery.
spell/MoodChange/spell_aggravation.arc
+spell/SpellBook/sorcerer_book.trs
artifacts
Daniel Hawkins 2020-10-10
Modified: arch/trunk/spell/SpellBook/sorcerer_book.trs
===================================================================
--- arch/trunk/spell/SpellBook/sorcerer_book.trs 2020-10-10 17:18:26 UTC (rev 21490)
+++ arch/trunk/spell/SpellBook/sorcerer_book.trs 2020-10-10 17:32:01 UTC (rev 21491)
@@ -55,6 +55,9 @@
more
arch spell_transference
chance 1
+ more
+ arch spell_aggravation
+ chance 2
end
treasureone sorcery_book_medium
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-10-12 14:00:18
|
Revision: 21495
http://sourceforge.net/p/crossfire/code/21495
Author: silvernexus
Date: 2020-10-12 14:00:17 +0000 (Mon, 12 Oct 2020)
Log Message:
-----------
Prevent race lists for dwarves showing up with "dwarf,gnome,dwarf,dwarf..." and such.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/races
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-11 17:43:03 UTC (rev 21494)
+++ arch/trunk/ChangeLog 2020-10-12 14:00:17 UTC (rev 21495)
@@ -1,3 +1,7 @@
+Fix weirdness involving repeated races on dwarves.
+races
+Daniel Hawkins 2020-10-12
+
Make aggravation a castable spell, and give it level-scaling
The code to prevent charm monsters abuse
from like 2010 appears to have caused the lvl 1
Modified: arch/trunk/races
===================================================================
--- arch/trunk/races 2020-10-11 17:43:03 UTC (rev 21494)
+++ arch/trunk/races 2020-10-12 14:00:17 UTC (rev 21495)
@@ -229,7 +229,7 @@
living_chaos
chaos_witch
RACE dwarf
- gnome
+ !gnome
dwarf
@dwarf_player
dwarf_priest
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-10-12 23:58:00
|
Revision: 21496
http://sourceforge.net/p/crossfire/code/21496
Author: silvernexus
Date: 2020-10-12 23:57:58 +0000 (Mon, 12 Oct 2020)
Log Message:
-----------
Move leathers from misc/ to crafting/Materials/, where they are better organized.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/crafting/Materials/leather.base.111.png
arch/trunk/crafting/Materials/leather.face
arch/trunk/crafting/Materials/leather_black.base.111.png
arch/trunk/crafting/Materials/leather_strips.base.111.png
arch/trunk/crafting/Materials/leather_white.base.111.png
arch/trunk/crafting/Materials/leathers.arc
Removed Paths:
-------------
arch/trunk/misc/leather.base.111.png
arch/trunk/misc/leather.face
arch/trunk/misc/leather_black.base.111.png
arch/trunk/misc/leather_strips.base.111.png
arch/trunk/misc/leather_white.base.111.png
arch/trunk/misc/leathers.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-12 14:00:17 UTC (rev 21495)
+++ arch/trunk/ChangeLog 2020-10-12 23:57:58 UTC (rev 21496)
@@ -1,3 +1,11 @@
+Start to move crafting-specific materials out of misc and into crafting
+crafting/Materials/leathers.arc
+crafting/Materials/leather.face
+crafting/Materials/leather.base.111.png
+crafting/Materials/leather_black.base.111.png
+crafting/Materials/leather_white.base.111.png
+crafting/Materials/leather_strips.base.111.png
+
Fix weirdness involving repeated races on dwarves.
races
Daniel Hawkins 2020-10-12
Copied: arch/trunk/crafting/Materials/leather.base.111.png (from rev 21495, arch/trunk/misc/leather.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Materials/leather.face (from rev 21495, arch/trunk/misc/leather.face)
===================================================================
--- arch/trunk/crafting/Materials/leather.face (rev 0)
+++ arch/trunk/crafting/Materials/leather.face 2020-10-12 23:57:58 UTC (rev 21496)
@@ -0,0 +1,3 @@
+face leather.111
+magicmap orange
+end
\ No newline at end of file
Copied: arch/trunk/crafting/Materials/leather_black.base.111.png (from rev 21495, arch/trunk/misc/leather_black.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Materials/leather_strips.base.111.png (from rev 21495, arch/trunk/misc/leather_strips.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Materials/leather_white.base.111.png (from rev 21495, arch/trunk/misc/leather_white.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Materials/leathers.arc (from rev 21495, arch/trunk/misc/leathers.arc)
===================================================================
--- arch/trunk/crafting/Materials/leathers.arc (rev 0)
+++ arch/trunk/crafting/Materials/leathers.arc 2020-10-12 23:57:58 UTC (rev 21496)
@@ -0,0 +1,46 @@
+# ------------------
+# Leather Items
+# ------------------
+
+# Regular
+Object leather
+face leather.111
+weight 25000
+name_pl leathers
+material 136
+value 500
+nrof 1
+end
+
+# Black
+Object leather_black
+name black leather
+face leather_black.111
+weight 25000
+name_pl black leathers
+material 136
+value 1200
+nrof 1
+end
+
+# White
+Object leather_white
+name white leather
+face leather_white.111
+weight 25000
+material 136
+name_pl white leathers
+value 1300
+nrof 1
+end
+
+# Leather strips
+Object leather_strips
+face leather_strips.111
+weight 500
+name leather strip
+name_pl leather strips
+material 136
+value 10
+nrof 1
+end
Deleted: arch/trunk/misc/leather.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/leather.face
===================================================================
--- arch/trunk/misc/leather.face 2020-10-12 14:00:17 UTC (rev 21495)
+++ arch/trunk/misc/leather.face 2020-10-12 23:57:58 UTC (rev 21496)
@@ -1,3 +0,0 @@
-face leather.111
-magicmap orange
-end
\ No newline at end of file
Deleted: arch/trunk/misc/leather_black.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/leather_strips.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/leather_white.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/leathers.arc
===================================================================
--- arch/trunk/misc/leathers.arc 2020-10-12 14:00:17 UTC (rev 21495)
+++ arch/trunk/misc/leathers.arc 2020-10-12 23:57:58 UTC (rev 21496)
@@ -1,46 +0,0 @@
-# ------------------
-# Leather Items
-# ------------------
-
-# Regular
-Object leather
-face leather.111
-weight 25000
-name_pl leathers
-material 136
-value 500
-nrof 1
-end
-
-# Black
-Object leather_black
-name black leather
-face leather_black.111
-weight 25000
-name_pl black leathers
-material 136
-value 1200
-nrof 1
-end
-
-# White
-Object leather_white
-name white leather
-face leather_white.111
-weight 25000
-material 136
-name_pl white leathers
-value 1300
-nrof 1
-end
-
-# Leather strips
-Object leather_strips
-face leather_strips.111
-weight 500
-name leather strip
-name_pl leather strips
-material 136
-value 10
-nrof 1
-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-10-13 00:04:21
|
Revision: 21497
http://sourceforge.net/p/crossfire/code/21497
Author: silvernexus
Date: 2020-10-13 00:04:18 +0000 (Tue, 13 Oct 2020)
Log Message:
-----------
Move slicing knife stuff from misc/ to crafting/Tools/
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/crafting/Tools/b_slicingknife.base.111.png
arch/trunk/crafting/Tools/b_slicingknife.face
arch/trunk/crafting/Tools/slicingknife.arc
arch/trunk/crafting/Tools/slicingknife.base.111.png
arch/trunk/crafting/Tools/slicingknife.face
Removed Paths:
-------------
arch/trunk/misc/b_slicingknife.base.111.png
arch/trunk/misc/b_slicingknife.face
arch/trunk/misc/slicingknife.arc
arch/trunk/misc/slicingknife.base.111.png
arch/trunk/misc/slicingknife.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-12 23:57:58 UTC (rev 21496)
+++ arch/trunk/ChangeLog 2020-10-13 00:04:18 UTC (rev 21497)
@@ -5,6 +5,12 @@
crafting/Materials/leather_black.base.111.png
crafting/Materials/leather_white.base.111.png
crafting/Materials/leather_strips.base.111.png
+crafting/Tools/b_slicingknife.base.111.png
+crafting/Tools/b_slicingknife.face
+crafting/Tools/slicingknife.arc
+crafting/Tools/slicingknife.base.111.png
+crafting/Tools/slicingknife.face
+Daniel Hawkins 2020-10-12
Fix weirdness involving repeated races on dwarves.
races
Copied: arch/trunk/crafting/Tools/b_slicingknife.base.111.png (from rev 21496, arch/trunk/misc/b_slicingknife.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Tools/b_slicingknife.face (from rev 21496, arch/trunk/misc/b_slicingknife.face)
===================================================================
--- arch/trunk/crafting/Tools/b_slicingknife.face (rev 0)
+++ arch/trunk/crafting/Tools/b_slicingknife.face 2020-10-13 00:04:18 UTC (rev 21497)
@@ -0,0 +1,3 @@
+face b_slicingknife.111
+magicmap white
+end
Copied: arch/trunk/crafting/Tools/slicingknife.arc (from rev 21496, arch/trunk/misc/slicingknife.arc)
===================================================================
--- arch/trunk/crafting/Tools/slicingknife.arc (rev 0)
+++ arch/trunk/crafting/Tools/slicingknife.arc 2020-10-13 00:04:18 UTC (rev 21497)
@@ -0,0 +1,38 @@
+Object b_slicingknife
+nrof 1
+type 15
+body_arm -1
+face b_slicingknife.111
+material 2
+materialname bronze
+skill one handed weapons
+weight 1000
+value 7
+name slicing knife
+name_pl slicing knives
+client_type 101
+#slaying cut
+attacktype 1
+weapontype 1
+dam 1
+last_sp 8
+end
+
+Object slicingknife
+nrof 1
+type 15
+body_arm -1
+face slicingknife.111
+material 2
+skill one handed weapons
+weight 1000
+value 14
+name slicing knife
+name_pl slicing knives
+client_type 101
+#slaying cut
+attacktype 1
+weapontype 1
+dam 1
+last_sp 8
+end
Copied: arch/trunk/crafting/Tools/slicingknife.base.111.png (from rev 21496, arch/trunk/misc/slicingknife.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Tools/slicingknife.face (from rev 21496, arch/trunk/misc/slicingknife.face)
===================================================================
--- arch/trunk/crafting/Tools/slicingknife.face (rev 0)
+++ arch/trunk/crafting/Tools/slicingknife.face 2020-10-13 00:04:18 UTC (rev 21497)
@@ -0,0 +1,3 @@
+face slicingknife.111
+magicmap white
+end
Deleted: arch/trunk/misc/b_slicingknife.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/b_slicingknife.face
===================================================================
--- arch/trunk/misc/b_slicingknife.face 2020-10-12 23:57:58 UTC (rev 21496)
+++ arch/trunk/misc/b_slicingknife.face 2020-10-13 00:04:18 UTC (rev 21497)
@@ -1,3 +0,0 @@
-face b_slicingknife.111
-magicmap white
-end
Deleted: arch/trunk/misc/slicingknife.arc
===================================================================
--- arch/trunk/misc/slicingknife.arc 2020-10-12 23:57:58 UTC (rev 21496)
+++ arch/trunk/misc/slicingknife.arc 2020-10-13 00:04:18 UTC (rev 21497)
@@ -1,38 +0,0 @@
-Object b_slicingknife
-nrof 1
-type 15
-body_arm -1
-face b_slicingknife.111
-material 2
-materialname bronze
-skill one handed weapons
-weight 1000
-value 7
-name slicing knife
-name_pl slicing knives
-client_type 101
-#slaying cut
-attacktype 1
-weapontype 1
-dam 1
-last_sp 8
-end
-
-Object slicingknife
-nrof 1
-type 15
-body_arm -1
-face slicingknife.111
-material 2
-skill one handed weapons
-weight 1000
-value 14
-name slicing knife
-name_pl slicing knives
-client_type 101
-#slaying cut
-attacktype 1
-weapontype 1
-dam 1
-last_sp 8
-end
Deleted: arch/trunk/misc/slicingknife.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/slicingknife.face
===================================================================
--- arch/trunk/misc/slicingknife.face 2020-10-12 23:57:58 UTC (rev 21496)
+++ arch/trunk/misc/slicingknife.face 2020-10-13 00:04:18 UTC (rev 21497)
@@ -1,3 +0,0 @@
-face slicingknife.111
-magicmap white
-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-10-13 00:18:52
|
Revision: 21498
http://sourceforge.net/p/crossfire/code/21498
Author: silvernexus
Date: 2020-10-13 00:18:49 +0000 (Tue, 13 Oct 2020)
Log Message:
-----------
Move crafting containers from misc/Container/ to crafting/Container/
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/crafting/Container/
arch/trunk/crafting/Container/cauldron.arc
arch/trunk/crafting/Container/cauldron.base.111.png
arch/trunk/crafting/Container/cauldron.face
arch/trunk/crafting/Container/cauldron_open.base.111.png
arch/trunk/crafting/Container/cauldron_open.face
arch/trunk/crafting/Container/forge.arc
arch/trunk/crafting/Container/forge.base.111.png
arch/trunk/crafting/Container/forge.base.112.png
arch/trunk/crafting/Container/forge.base.113.png
arch/trunk/crafting/Container/forge.face
arch/trunk/crafting/Container/jeweler_bench.arc
arch/trunk/crafting/Container/jeweler_bench.base.111.png
arch/trunk/crafting/Container/jeweler_bench.face
arch/trunk/crafting/Container/stove.arc
arch/trunk/crafting/Container/stove.base.111.png
arch/trunk/crafting/Container/stove.base.112.png
arch/trunk/crafting/Container/stove.base.113.png
arch/trunk/crafting/Container/stove.face
arch/trunk/crafting/Container/tanbench.arc
arch/trunk/crafting/Container/tanbench.base.111.png
arch/trunk/crafting/Container/tanbench.face
arch/trunk/crafting/Container/thaumaturg_desk.arc
arch/trunk/crafting/Container/thaumaturg_desk.base.111.png
arch/trunk/crafting/Container/thaumaturg_desk.face
arch/trunk/crafting/Container/workbench.arc
arch/trunk/crafting/Container/workbench.base.111.png
arch/trunk/crafting/Container/workbench.face
Removed Paths:
-------------
arch/trunk/misc/Container/cauldron.arc
arch/trunk/misc/Container/cauldron.base.111.png
arch/trunk/misc/Container/cauldron.face
arch/trunk/misc/Container/cauldron_open.base.111.png
arch/trunk/misc/Container/cauldron_open.face
arch/trunk/misc/Container/forge.arc
arch/trunk/misc/Container/forge.base.111.png
arch/trunk/misc/Container/forge.base.112.png
arch/trunk/misc/Container/forge.base.113.png
arch/trunk/misc/Container/forge.face
arch/trunk/misc/Container/jeweler_bench.arc
arch/trunk/misc/Container/jeweler_bench.base.111.png
arch/trunk/misc/Container/jeweler_bench.face
arch/trunk/misc/Container/stove.arc
arch/trunk/misc/Container/stove.base.111.png
arch/trunk/misc/Container/stove.base.112.png
arch/trunk/misc/Container/stove.base.113.png
arch/trunk/misc/Container/stove.face
arch/trunk/misc/Container/tanbench.arc
arch/trunk/misc/Container/tanbench.base.111.png
arch/trunk/misc/Container/tanbench.face
arch/trunk/misc/Container/thaumaturg_desk.arc
arch/trunk/misc/Container/thaumaturg_desk.base.111.png
arch/trunk/misc/Container/thaumaturg_desk.face
arch/trunk/misc/Container/workbench.arc
arch/trunk/misc/Container/workbench.base.111.png
arch/trunk/misc/Container/workbench.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/ChangeLog 2020-10-13 00:18:49 UTC (rev 21498)
@@ -10,6 +10,7 @@
crafting/Tools/slicingknife.arc
crafting/Tools/slicingknife.base.111.png
crafting/Tools/slicingknife.face
+crafting/Container/*
Daniel Hawkins 2020-10-12
Fix weirdness involving repeated races on dwarves.
Copied: arch/trunk/crafting/Container/cauldron.arc (from rev 21497, arch/trunk/misc/Container/cauldron.arc)
===================================================================
--- arch/trunk/crafting/Container/cauldron.arc (rev 0)
+++ arch/trunk/crafting/Container/cauldron.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,33 @@
+Object cauldron
+other_arch cauldron_open
+face cauldron.111
+type 122
+material 2
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl cauldrons
+client_type 51
+end
+Object bad_cauldron
+name cracked cauldron
+other_arch cauldron_open
+face cauldron.111
+type 122
+material 2
+weight 20000
+container 800000
+Str -80
+value 5000
+name_pl cracked cauldrons
+client_type 51
+end
+Object cauldron_open
+name close the cauldron
+face cauldron_open.111
+type 121
+no_pick 1
+no_drop 1
+end
Copied: arch/trunk/crafting/Container/cauldron.base.111.png (from rev 21497, arch/trunk/misc/Container/cauldron.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/cauldron.face (from rev 21497, arch/trunk/misc/Container/cauldron.face)
===================================================================
--- arch/trunk/crafting/Container/cauldron.face (rev 0)
+++ arch/trunk/crafting/Container/cauldron.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face cauldron.111
+magicmap black
+end
Copied: arch/trunk/crafting/Container/cauldron_open.base.111.png (from rev 21497, arch/trunk/misc/Container/cauldron_open.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/cauldron_open.face (from rev 21497, arch/trunk/misc/Container/cauldron_open.face)
===================================================================
--- arch/trunk/crafting/Container/cauldron_open.face (rev 0)
+++ arch/trunk/crafting/Container/cauldron_open.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face cauldron_open.111
+magicmap black
+end
Copied: arch/trunk/crafting/Container/forge.arc (from rev 21497, arch/trunk/misc/Container/forge.arc)
===================================================================
--- arch/trunk/crafting/Container/forge.arc (rev 0)
+++ arch/trunk/crafting/Container/forge.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,17 @@
+Object forge
+face forge.111
+animation forge
+anim_speed 5
+client_anim_random 1
+glow_radius 1
+no_pick 1
+type 122
+material 66
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl forges
+client_type 51
+end
Copied: arch/trunk/crafting/Container/forge.base.111.png (from rev 21497, arch/trunk/misc/Container/forge.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/forge.base.112.png (from rev 21497, arch/trunk/misc/Container/forge.base.112.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/forge.base.113.png (from rev 21497, arch/trunk/misc/Container/forge.base.113.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/forge.face (from rev 21497, arch/trunk/misc/Container/forge.face)
===================================================================
--- arch/trunk/crafting/Container/forge.face (rev 0)
+++ arch/trunk/crafting/Container/forge.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,14 @@
+animation forge
+forge.111
+forge.112
+forge.113
+mina
+face forge.111
+magicmap black
+end
+face forge.112
+magicmap black
+end
+face forge.113
+magicmap black
+end
Copied: arch/trunk/crafting/Container/jeweler_bench.arc (from rev 21497, arch/trunk/misc/Container/jeweler_bench.arc)
===================================================================
--- arch/trunk/crafting/Container/jeweler_bench.arc (rev 0)
+++ arch/trunk/crafting/Container/jeweler_bench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,14 @@
+Object jeweler_bench
+face jeweler_bench.111
+name jeweler's workbench
+no_pick 1
+type 122
+material 16
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl jeweler's workbenches
+client_type 51
+end
Copied: arch/trunk/crafting/Container/jeweler_bench.base.111.png (from rev 21497, arch/trunk/misc/Container/jeweler_bench.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/jeweler_bench.face (from rev 21497, arch/trunk/misc/Container/jeweler_bench.face)
===================================================================
--- arch/trunk/crafting/Container/jeweler_bench.face (rev 0)
+++ arch/trunk/crafting/Container/jeweler_bench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face jeweler_bench.111
+magicmap black
+end
Copied: arch/trunk/crafting/Container/stove.arc (from rev 21497, arch/trunk/misc/Container/stove.arc)
===================================================================
--- arch/trunk/crafting/Container/stove.arc (rev 0)
+++ arch/trunk/crafting/Container/stove.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,17 @@
+Object stove
+face stove.111
+animation stove
+anim_speed 5
+client_anim_random 1
+glow_radius 1
+no_pick 1
+type 122
+material 66
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl stoves
+client_type 51
+end
Copied: arch/trunk/crafting/Container/stove.base.111.png (from rev 21497, arch/trunk/misc/Container/stove.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/stove.base.112.png (from rev 21497, arch/trunk/misc/Container/stove.base.112.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/stove.base.113.png (from rev 21497, arch/trunk/misc/Container/stove.base.113.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/stove.face (from rev 21497, arch/trunk/misc/Container/stove.face)
===================================================================
--- arch/trunk/crafting/Container/stove.face (rev 0)
+++ arch/trunk/crafting/Container/stove.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,14 @@
+animation stove
+stove.111
+stove.112
+stove.113
+mina
+face stove.111
+magicmap black
+end
+face stove.112
+magicmap black
+end
+face stove.113
+magicmap black
+end
Copied: arch/trunk/crafting/Container/tanbench.arc (from rev 21497, arch/trunk/misc/Container/tanbench.arc)
===================================================================
--- arch/trunk/crafting/Container/tanbench.arc (rev 0)
+++ arch/trunk/crafting/Container/tanbench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,15 @@
+Object tanbench
+name tanning bench
+face tanbench.111
+no_pick 1
+type 122
+material 16
+weight 35000
+# Bumped up to 360 kg to hold behemoth's hide
+container 360000
+is_cauldron 1
+Str 0
+value 18000
+name_pl tanning benches
+client_type 51
+end
Copied: arch/trunk/crafting/Container/tanbench.base.111.png (from rev 21497, arch/trunk/misc/Container/tanbench.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/tanbench.face (from rev 21497, arch/trunk/misc/Container/tanbench.face)
===================================================================
--- arch/trunk/crafting/Container/tanbench.face (rev 0)
+++ arch/trunk/crafting/Container/tanbench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face tanbench.111
+magicmap black
+end
Copied: arch/trunk/crafting/Container/thaumaturg_desk.arc (from rev 21497, arch/trunk/misc/Container/thaumaturg_desk.arc)
===================================================================
--- arch/trunk/crafting/Container/thaumaturg_desk.arc (rev 0)
+++ arch/trunk/crafting/Container/thaumaturg_desk.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,14 @@
+Object thaumaturg_desk
+face thaumaturg_desk.111
+name thaumaturgist's desk
+no_pick 1
+type 122
+material 16
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl thaumaturgist's desks
+client_type 51
+end
Copied: arch/trunk/crafting/Container/thaumaturg_desk.base.111.png (from rev 21497, arch/trunk/misc/Container/thaumaturg_desk.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/thaumaturg_desk.face (from rev 21497, arch/trunk/misc/Container/thaumaturg_desk.face)
===================================================================
--- arch/trunk/crafting/Container/thaumaturg_desk.face (rev 0)
+++ arch/trunk/crafting/Container/thaumaturg_desk.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face thaumaturg_desk.111
+magicmap black
+end
Copied: arch/trunk/crafting/Container/workbench.arc (from rev 21497, arch/trunk/misc/Container/workbench.arc)
===================================================================
--- arch/trunk/crafting/Container/workbench.arc (rev 0)
+++ arch/trunk/crafting/Container/workbench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,14 @@
+Object workbench
+name workbench
+face workbench.111
+no_pick 1
+type 122
+material 16
+weight 80000
+container 800000
+is_cauldron 1
+Str 0
+value 18000
+name_pl workbenches
+client_type 51
+end
Copied: arch/trunk/crafting/Container/workbench.base.111.png (from rev 21497, arch/trunk/misc/Container/workbench.base.111.png)
===================================================================
(Binary files differ)
Copied: arch/trunk/crafting/Container/workbench.face (from rev 21497, arch/trunk/misc/Container/workbench.face)
===================================================================
--- arch/trunk/crafting/Container/workbench.face (rev 0)
+++ arch/trunk/crafting/Container/workbench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -0,0 +1,3 @@
+face workbench.111
+magicmap black
+end
Deleted: arch/trunk/misc/Container/cauldron.arc
===================================================================
--- arch/trunk/misc/Container/cauldron.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/cauldron.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,33 +0,0 @@
-Object cauldron
-other_arch cauldron_open
-face cauldron.111
-type 122
-material 2
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl cauldrons
-client_type 51
-end
-Object bad_cauldron
-name cracked cauldron
-other_arch cauldron_open
-face cauldron.111
-type 122
-material 2
-weight 20000
-container 800000
-Str -80
-value 5000
-name_pl cracked cauldrons
-client_type 51
-end
-Object cauldron_open
-name close the cauldron
-face cauldron_open.111
-type 121
-no_pick 1
-no_drop 1
-end
Deleted: arch/trunk/misc/Container/cauldron.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/cauldron.face
===================================================================
--- arch/trunk/misc/Container/cauldron.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/cauldron.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face cauldron.111
-magicmap black
-end
Deleted: arch/trunk/misc/Container/cauldron_open.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/cauldron_open.face
===================================================================
--- arch/trunk/misc/Container/cauldron_open.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/cauldron_open.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face cauldron_open.111
-magicmap black
-end
Deleted: arch/trunk/misc/Container/forge.arc
===================================================================
--- arch/trunk/misc/Container/forge.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/forge.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,17 +0,0 @@
-Object forge
-face forge.111
-animation forge
-anim_speed 5
-client_anim_random 1
-glow_radius 1
-no_pick 1
-type 122
-material 66
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl forges
-client_type 51
-end
Deleted: arch/trunk/misc/Container/forge.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/forge.base.112.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/forge.base.113.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/forge.face
===================================================================
--- arch/trunk/misc/Container/forge.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/forge.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,14 +0,0 @@
-animation forge
-forge.111
-forge.112
-forge.113
-mina
-face forge.111
-magicmap black
-end
-face forge.112
-magicmap black
-end
-face forge.113
-magicmap black
-end
Deleted: arch/trunk/misc/Container/jeweler_bench.arc
===================================================================
--- arch/trunk/misc/Container/jeweler_bench.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/jeweler_bench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,14 +0,0 @@
-Object jeweler_bench
-face jeweler_bench.111
-name jeweler's workbench
-no_pick 1
-type 122
-material 16
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl jeweler's workbenches
-client_type 51
-end
Deleted: arch/trunk/misc/Container/jeweler_bench.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/jeweler_bench.face
===================================================================
--- arch/trunk/misc/Container/jeweler_bench.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/jeweler_bench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face jeweler_bench.111
-magicmap black
-end
Deleted: arch/trunk/misc/Container/stove.arc
===================================================================
--- arch/trunk/misc/Container/stove.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/stove.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,17 +0,0 @@
-Object stove
-face stove.111
-animation stove
-anim_speed 5
-client_anim_random 1
-glow_radius 1
-no_pick 1
-type 122
-material 66
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl stoves
-client_type 51
-end
Deleted: arch/trunk/misc/Container/stove.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/stove.base.112.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/stove.base.113.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/stove.face
===================================================================
--- arch/trunk/misc/Container/stove.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/stove.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,14 +0,0 @@
-animation stove
-stove.111
-stove.112
-stove.113
-mina
-face stove.111
-magicmap black
-end
-face stove.112
-magicmap black
-end
-face stove.113
-magicmap black
-end
Deleted: arch/trunk/misc/Container/tanbench.arc
===================================================================
--- arch/trunk/misc/Container/tanbench.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/tanbench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,15 +0,0 @@
-Object tanbench
-name tanning bench
-face tanbench.111
-no_pick 1
-type 122
-material 16
-weight 35000
-# Bumped up to 360 kg to hold behemoth's hide
-container 360000
-is_cauldron 1
-Str 0
-value 18000
-name_pl tanning benches
-client_type 51
-end
Deleted: arch/trunk/misc/Container/tanbench.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/tanbench.face
===================================================================
--- arch/trunk/misc/Container/tanbench.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/tanbench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face tanbench.111
-magicmap black
-end
Deleted: arch/trunk/misc/Container/thaumaturg_desk.arc
===================================================================
--- arch/trunk/misc/Container/thaumaturg_desk.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/thaumaturg_desk.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,14 +0,0 @@
-Object thaumaturg_desk
-face thaumaturg_desk.111
-name thaumaturgist's desk
-no_pick 1
-type 122
-material 16
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl thaumaturgist's desks
-client_type 51
-end
Deleted: arch/trunk/misc/Container/thaumaturg_desk.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/thaumaturg_desk.face
===================================================================
--- arch/trunk/misc/Container/thaumaturg_desk.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/thaumaturg_desk.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face thaumaturg_desk.111
-magicmap black
-end
Deleted: arch/trunk/misc/Container/workbench.arc
===================================================================
--- arch/trunk/misc/Container/workbench.arc 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/workbench.arc 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,14 +0,0 @@
-Object workbench
-name workbench
-face workbench.111
-no_pick 1
-type 122
-material 16
-weight 80000
-container 800000
-is_cauldron 1
-Str 0
-value 18000
-name_pl workbenches
-client_type 51
-end
Deleted: arch/trunk/misc/Container/workbench.base.111.png
===================================================================
(Binary files differ)
Deleted: arch/trunk/misc/Container/workbench.face
===================================================================
--- arch/trunk/misc/Container/workbench.face 2020-10-13 00:04:18 UTC (rev 21497)
+++ arch/trunk/misc/Container/workbench.face 2020-10-13 00:18:49 UTC (rev 21498)
@@ -1,3 +0,0 @@
-face workbench.111
-magicmap black
-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-10-20 14:10:27
|
Revision: 21516
http://sourceforge.net/p/crossfire/code/21516
Author: ryo_saeba
Date: 2020-10-20 14:10:25 +0000 (Tue, 20 Oct 2020)
Log Message:
-----------
Add descriptions to all skill objects.
Patch by Rebecca Kelly.
https://sourceforge.net/p/crossfire/patches/379/
Modified Paths:
--------------
arch/trunk/ChangeLog
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/evocation.arc
arch/trunk/skills/find_traps.arc
arch/trunk/skills/fishing.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/literacy.arc
arch/trunk/skills/lockpicking.arc
arch/trunk/skills/meditation.arc
arch/trunk/skills/mining.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/woodsman.arc
arch/trunk/skills/wraith_feed.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/ChangeLog 2020-10-20 14:10:25 UTC (rev 21516)
@@ -1,3 +1,11 @@
+Add descriptions to all skill objects.
+This annotates each skill with flavour text and information about what the
+skill's passive, active, and crafting effects (if any) are.
+Note that this information is not actually visible in-game prior to server
+version r21515.
+skill/*.arc
+Rebecca Kelly 2020-10-20
+
Start to move crafting-specific materials out of misc and into crafting
crafting/Materials/leathers.arc
crafting/Materials/leather.face
Modified: arch/trunk/skills/alchemist.arc
===================================================================
--- arch/trunk/skills/alchemist.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/alchemist.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,10 @@
body_skill -1
exp 250
level 250
+msg
+Alchemy is the art of bottling magic; science of combining rare materials and ingredients to create single-use potions, balms, and the like with spells bound up in them. A knowledgeable alchemist can replicate most of the effects of every magical discipline in their workshop, given sufficient supplies.
+(Not to be confused with the spell Alchemy, which transmutes nearby objects into gold.)
+Active: Identify ingredients, alchemy products, and poisons.
+Crafting (Cauldron): Create single-use magical items.
+endmsg
end
Modified: arch/trunk/skills/bargaining.arc
===================================================================
--- arch/trunk/skills/bargaining.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/bargaining.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 50
level 100
+msg
+Bargaining skill allows you to extract more money from shopkeepers when selling items, get more for your coin when buying, and better estimate what a merchant will offer you for your goods.
+Active: Gives you information about what a shop buys and sells and how fair their prices are.
+Passive: Improves buying and selling prices at shops, and improves estimates of item value.
+endmsg
end
Modified: arch/trunk/skills/bowyer.arc
===================================================================
--- arch/trunk/skills/bowyer.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/bowyer.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 100
level 150
+msg
+The study of ranged weapon construction, a bowyer is capable not just of fashioning bows and crossbows, but of permanently imbuing them with magical power. Knowledge gained in the workshop can be applied in the field to identify ranged weapons and their ammo, but it confers no facility with these weapons in combat.
+Active: Identify ranged weapons and their ammunition.
+Crafting (Workbench): Create magical bows/crossbows and ammo.
+endmsg
end
Modified: arch/trunk/skills/clawing.arc
===================================================================
--- arch/trunk/skills/clawing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/clawing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -12,4 +12,8 @@
level 100
wc_increase_rate 4
wc 1
+msg
+Your razor-sharp claws make you a force to be reckoned with even without weapons.
+Melee: A physical attack with +2 damage.
+endmsg
end
Modified: arch/trunk/skills/climbing.arc
===================================================================
--- arch/trunk/skills/climbing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/climbing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 100
level 100
+msg
+Once you leave the cities and roads, the ground rarely does you the courtesy of being flat. Experience traversing rough terrain will help you move at full speed across it.
+Passive: Reduces the speed penalty for hilly terrain.
+endmsg
end
Modified: arch/trunk/skills/disarm_traps.arc
===================================================================
--- arch/trunk/skills/disarm_traps.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/disarm_traps.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 50
level 350
+msg
+Knowledge of the internal workings of traps, both mundane and magical, allows you to safely bypass them -- either by disabling them in place, or tricking them into going off prematurely.
+Active (Dex): Attempts to disarm nearby traps (but only those you know about).
+endmsg
end
Modified: arch/trunk/skills/evocation.arc
===================================================================
--- arch/trunk/skills/evocation.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/evocation.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 0
level 100
+msg
+The magical discipline of Evocation is concerned with the creation and manipulation of fundamental forces. It is the foremost course of study for mages interested in death and destruction, for it encompasses a great many spells well-suited to that purpose.
+Passive (Int): Allows the learning and casting of evocation spells.
+endmsg
end
Modified: arch/trunk/skills/find_traps.arc
===================================================================
--- arch/trunk/skills/find_traps.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/find_traps.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 100
level 150
+msg
+Every trap, no matter how subtle, leaves some sort of trace on its surroundings. With practice you can learn to detect even the most cunning of traps, enabling you to avoid -- or attempt to disarm -- them.
+Active: Attempts to detect traps in the vicinity.
+endmsg
end
Modified: arch/trunk/skills/fishing.arc
===================================================================
--- arch/trunk/skills/fishing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/fishing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 100
level 100
+msg
+If you're hungry, going fishing can be a convenient way of procuring food.
+Active: Attempt to catch fish from an adjacent body of water.
+endmsg
end
Modified: arch/trunk/skills/flame_touch.arc
===================================================================
--- arch/trunk/skills/flame_touch.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/flame_touch.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -14,4 +14,8 @@
level 100
wc_increase_rate 4
wc 1
+msg
+As a being of pure flame, merely touching your enemies is enough to burn them.
+Melee: A fire attack with +2 damage.
+endmsg
end
Modified: arch/trunk/skills/hide.arc
===================================================================
--- arch/trunk/skills/hide.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/hide.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 1
level 100
+msg
+The art of moving unseen and unheard, allowing you to sneak past enemies without attracting their notice. Unlike magical invisibility, this can be attempted even in null-magic areas, but is also likely to fail if you move around too much, or stand in the open or near bright lights.
+Active (Dex): Attempt to conceal yourself temporarily.
+endmsg
end
Modified: arch/trunk/skills/inscription.arc
===================================================================
--- arch/trunk/skills/inscription.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/inscription.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 50
level 250
+msg
+Anyone literate can use a pen and some paper to write notes. Spellcasters can additionally write scrolls of any spell that they can cast, using a blank scroll or overwriting an existing one.
+Active (Int): write a note, or write a spell scroll of your currently readied spell.
+endmsg
end
Modified: arch/trunk/skills/jeweler.arc
===================================================================
--- arch/trunk/skills/jeweler.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/jeweler.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 100
level 300
+msg
+The art of turning precious metals and gemstones into jewelery, and imbuing them with magical forces in the process.
+Active: Identify amulets, rings, and gemstones.
+Crafting (Jeweler's Bench): Create cut gems, and magical amulets and rings.
+endmsg
end
Modified: arch/trunk/skills/jumping.arc
===================================================================
--- arch/trunk/skills/jumping.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/jumping.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -13,4 +13,8 @@
body_skill -1
exp 5
level 250
+msg
+The long jump will not take you as far as a good Dimension Door spell, but it still suffices to get you past traps, pressure plates, and small bodies of water, and you can do it without years of magical training.
+Active (Str,Dex): Jump two spaces in any direction, passing over the intervening tile without touching it.
+endmsg
end
Modified: arch/trunk/skills/karate.arc
===================================================================
--- arch/trunk/skills/karate.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/karate.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -14,4 +14,8 @@
attacktype 1
wc_increase_rate 4
wc 1
+msg
+This martial arts style is usable even by those with claws or tentacles instead of hands, and is the acme of unarmed combat techniques.
+Melee: A physical attack with +4 damage.
+endmsg
end
Modified: arch/trunk/skills/levitation.arc
===================================================================
--- arch/trunk/skills/levitation.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/levitation.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -10,4 +10,8 @@
body_skill -1
exp 50
level 100
+msg
+While not the high-altitude, long-haul flight of the largest of dragons, levitation lets you hover above the ground, moving rapidly across even the worst terrain and passing over traps without setting them off. As a natural ability rather than a spell, your levitation costs no spellpower to use and cannot be disrupted by antimagic fields.
+Active: Toggle between flying and walking.
+endmsg
end
Modified: arch/trunk/skills/literacy.arc
===================================================================
--- arch/trunk/skills/literacy.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/literacy.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 80
level 365
+msg
+The literacy skill lets you read books and scrolls. Importantly for the safety-conscious researcher, it also lets you identify reading material without peeking inside, which can be hazardous with magical documents.
+Active (Int): Identify reading material without reading the contents.
+Passive (Int): Allows reading of books and scrolls (both magical and mundane).
+endmsg
end
Modified: arch/trunk/skills/lockpicking.arc
===================================================================
--- arch/trunk/skills/lockpicking.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/lockpicking.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 100
level 200
+msg
+With a set of lockpicks in hand, some (but not all) locks can be picked, allowing you to open them quickly and quietly without either the key or the messy business of breaking the door down.
+Active (Dex): Attempt to unlock a locked door without the key.
+endmsg
end
Modified: arch/trunk/skills/meditation.arc
===================================================================
--- arch/trunk/skills/meditation.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/meditation.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 10
level 100
+msg
+Meditative techniques allow you to seek inner peace even in on the battlefield, rapidly replenishing your spiritual power and, to a lesser extent, accelerating healing. While novices will need to put down their weapons and strip off cumbersome armour, with practice you can learn to meditate even in full plate.
+Active: Rapidly regain SP and HP.
+endmsg
end
Modified: arch/trunk/skills/mining.arc
===================================================================
--- arch/trunk/skills/mining.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/mining.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 100
level 100
+msg
+A strong pair of arms and a sturdy pick is all you need to extract ores from mountainous terrain. Once in hand, they can be sold, or smelted into metal with the Smithery skill.
+Active: Attempt to mine ores from rocky terrain.
+endmsg
end
Modified: arch/trunk/skills/missile_weap.arc
===================================================================
--- arch/trunk/skills/missile_weap.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/missile_weap.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
exp 0
level 100
wc_increase_rate 5
+msg
+It's said that it takes a lifetime to truly master archery, but basic competence with the bow and crossbow can be attained much more readily.
+Passive (Str,Dex): Allows you to equip and fire ranged weapons.
+endmsg
end
Modified: arch/trunk/skills/one_handed_weapons.arc
===================================================================
--- arch/trunk/skills/one_handed_weapons.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/one_handed_weapons.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -10,4 +10,8 @@
level 100
dam 1
wc_increase_rate 5
+msg
+Daggers, shortswords, maces, and all sorts of other one-handed weapons have a certain commonality of technique to them, and this skill covers them all. The ideal discipline for those to prefer to keep one hand free for a shield.
+Passive (Str,Dex): Allows you to equip and perform melee attacks with one-handed weapons.
+endmsg
end
Modified: arch/trunk/skills/oratory.arc
===================================================================
--- arch/trunk/skills/oratory.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/oratory.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 10
level 250
+msg
+A sufficiently compelling speech can convince the audience to join you in your travels! It won't convince anyone who's already hostile to calm down, though.
+Active (Int,Cha): Attempt to convince a non-hostile creature to join your party.
+endmsg
end
Modified: arch/trunk/skills/praying.arc
===================================================================
--- arch/trunk/skills/praying.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/praying.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -10,4 +10,9 @@
exp 0
level 100
anim_suffix praying
+msg
+By praying you can request assistance from your god, building up a charge of divine energy which can then be expended to work miracles. If you are not sworn to any god, you can still pray to the small gods and nature spirits found everywhere in the world.
+Active: Pray to regain grace quickly.
+Passive (Wis): Allows the learning and casting of prayers.
+endmsg
end
Modified: arch/trunk/skills/punching.arc
===================================================================
--- arch/trunk/skills/punching.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/punching.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -12,4 +12,8 @@
attacktype 1
wc_increase_rate 4
wc 1
+msg
+Punching is the simplest form of melee attack and requires no special training.
+Melee: A basic unarmed attack with no bonuses.
+endmsg
end
Modified: arch/trunk/skills/pyromancy.arc
===================================================================
--- arch/trunk/skills/pyromancy.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/pyromancy.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 0
level 100
+msg
+This magical discipline concerns itself with the weaving of fire and lightning. Some dragons have inborn knowledge of it, but anyone can learn it, with sufficient dedication. Although once considered a specialized branch of Evocation, the fact that even experienced evokers struggle with the simplest of pyromantic spells has put an end to this theory, and Pyromancy is now considered an entirely separate discipline.
+Passive (Int): Allows the learning and casting of Pyromancy spells.
+endmsg
end
Modified: arch/trunk/skills/sense_curse.arc
===================================================================
--- arch/trunk/skills/sense_curse.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/sense_curse.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 5
level 100
+msg
+While the most straightforward way to determine if an item is cursed is to attempt to use it (ideally with a companion on hand to record your gruesome fate), a safer approach is to learn to detect the malignant aura that clings to cursed objects, allowing you to sense the curse without exposing yourself to its effects.
+Active: Detect curses on nearby objects.
+endmsg
end
Modified: arch/trunk/skills/sense_magic.arc
===================================================================
--- arch/trunk/skills/sense_magic.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/sense_magic.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 5
level 100
+msg
+Even non-spellcasters can develop a sensitivity to the flows of mana that permeate the world, and thus, a sensitivity to the way that enchanted objects affect those flows. Which insufficient to determine the precise nature of an enchantment, this lets you distinguish magical and mundane items.
+Active: Detect items that are enchanted or inherently magical.
+endmsg
end
Modified: arch/trunk/skills/set_trap.arc
===================================================================
--- arch/trunk/skills/set_trap.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/set_trap.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,7 @@
body_skill -1
exp 100
level 100
+msg
+(This skill is not implemented, and you should never see this message -- report this as a bug.)
+endmsg
end
Modified: arch/trunk/skills/singing.arc
===================================================================
--- arch/trunk/skills/singing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/singing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
exp 10
level 150
anim_suffix singing
+msg
+The effect of impassioned arias on wildlife is well documented; by choosing the right song and singing it with conviction, you can calm hostile creatures that hear it. It won't work on anything smart enough to hold a grudge or that you've repeatedly angered, however.
+Active (Int,Cha): attempt to calm down nearby hostile unintelligent creatures.
+endmsg
end
Modified: arch/trunk/skills/smithery.arc
===================================================================
--- arch/trunk/skills/smithery.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/smithery.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 25
level 250
+msg
+Everything you need to know to work a forge -- how to smelt ores into pure metal, how to turn that metal into arms and armour, and how to imbue the equipment you make with magical power. Knowing how this equipment is made also helps you identify it in the field.
+Active (Int): Identify weapons and armour.
+Crafting (Forge): Create enchanted weapons and armour.
+endmsg
end
Modified: arch/trunk/skills/sorcery.arc
===================================================================
--- arch/trunk/skills/sorcery.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/sorcery.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 0
level 100
+msg
+The magical discipline of Sorcery encompasses the manipulation, enhancement, or suppression of living things -- spells to improve vigor, drain another's life-force, haste, slow, or confuse friends and enemies, and even move from one point to another without passing through the intervening space.
+Passive (Int): Allows the learning and casting of Sorcery spells.
+endmsg
end
Modified: arch/trunk/skills/stealing.arc
===================================================================
--- arch/trunk/skills/stealing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/stealing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 20
level 70
+msg
+Stealing an object someone else is carrying is not easy, but it can be profitable -- although if noticed, it may provoke a violent response.
+Active (Dex): Attempt to steal an inventory item from someone. If they notice they may become hostile!
+endmsg
end
Modified: arch/trunk/skills/summoning.arc
===================================================================
--- arch/trunk/skills/summoning.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/summoning.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
body_skill -1
exp 0
level 100
+msg
+The magical discipline of Summoning lets you call forth physical objects, ranging from crossbow bolts to living elementals. It is still an open question whether they are brought to the caster from some distant locale, or created ex nihilo by the caster's will.
+Passive (Int): Allows you to learn and cast Summoning spells.
+endmsg
end
Modified: arch/trunk/skills/thaumaturgy.arc
===================================================================
--- arch/trunk/skills/thaumaturgy.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/thaumaturgy.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,9 @@
body_skill -1
exp 150
level 200
+msg
+Thaumaturgy is a sister to Alchemy, concerned with the creation of reusable magical tools like wands and rods.
+Active (Int): Identify wands, rods, horns, and similar tools.
+Crafting (Thaumaturgist's Desk): Create such tools.
+endmsg
end
Modified: arch/trunk/skills/throwing.arc
===================================================================
--- arch/trunk/skills/throwing.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/throwing.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -10,4 +10,8 @@
level 100
wc_increase_rate 4
wc 1
+msg
+The basic ability to throw an item and have it land roughly where you intend is something most people develop naturally; with more training, however, you can develop this into a facility with throwing weapons that allows you to strike foes from afar without relying on a bow or magic.
+Active (Str,Dex): Throw an item. If you want to throw something specific, mark it first.
+endmsg
end
Modified: arch/trunk/skills/two_handed_weapons.arc
===================================================================
--- arch/trunk/skills/two_handed_weapons.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/two_handed_weapons.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -9,4 +9,8 @@
exp 0
level 100
wc_increase_rate 5
+msg
+Two-handed weapons hit harder than their lighter one-handed counterparts, but also require an entirely different set of techniques to wield effectively. This skill includes training training in everything from greatswords to quarterstaves.
+Passive (Str,Dex): Allows you to equip and perform melee attacks with two-handed weapons.
+endmsg
end
Modified: arch/trunk/skills/use_magic_item.arc
===================================================================
--- arch/trunk/skills/use_magic_item.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/use_magic_item.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,8 @@
body_skill -1
exp 0
level 100
+msg
+This skill encompasses familiarity with objects that have spells bound inside them, and can be used to release those spells -- reusable tools like wands and rods, and single-use supplies like dusts and balms. Most adventurers learn how to operate these ubiquitous tools early in their life, but for the ones who don't, it's not hard to pick up the basics.
+Passive: Allows the usage of activated magical items.
+endmsg
end
Modified: arch/trunk/skills/woodsman.arc
===================================================================
--- arch/trunk/skills/woodsman.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/woodsman.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -8,4 +8,11 @@
body_skill -1
exp 25
level 100
+msg
+A comprehensive training in wilderness survival, this skill includes not just pathfinding, but also knowledge of how to identify edible plants and body parts, and how to fashion meals and protective clothing from them.
+Passive: Reduces the speed penalty for wooded terrain.
+Active (Int): Indentify body parts and edible substances.
+Crafting (Tanning Bench): Create leather and clothing.
+Crafting (Stove): Cook meals.
+endmsg
end
Modified: arch/trunk/skills/wraith_feed.arc
===================================================================
--- arch/trunk/skills/wraith_feed.arc 2020-10-20 14:07:56 UTC (rev 21515)
+++ arch/trunk/skills/wraith_feed.arc 2020-10-20 14:10:25 UTC (rev 21516)
@@ -13,4 +13,8 @@
level 100
wc_increase_rate 4
wc 1
+msg
+In shedding their mortality, wraiths trade the natural healing of flesh for a dependence on the vital force of those who are still alive. The touch of a wraith holds its victims immobile while the wraith feeds.
+Melee: A paralyzing, HP-stealing attack.
+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...> - 2020-11-11 03:53:30
|
Revision: 21536
http://sourceforge.net/p/crossfire/code/21536
Author: silvernexus
Date: 2020-11-11 03:53:27 +0000 (Wed, 11 Nov 2020)
Log Message:
-----------
Add ranger class.
This allows greater emphasis on missile weapons in the early game.
Modified Paths:
--------------
arch/trunk/ChangeLog
Added Paths:
-----------
arch/trunk/player/class/Warrior/ranger.arc
arch/trunk/player/class/Warrior/ranger.base.111.png
arch/trunk/player/class/Warrior/ranger.base.112.png
arch/trunk/player/class/Warrior/ranger.base.131.png
arch/trunk/player/class/Warrior/ranger.base.132.png
arch/trunk/player/class/Warrior/ranger.base.151.png
arch/trunk/player/class/Warrior/ranger.base.152.png
arch/trunk/player/class/Warrior/ranger.base.171.png
arch/trunk/player/class/Warrior/ranger.base.172.png
arch/trunk/player/class/Warrior/ranger.clsc.111.png
arch/trunk/player/class/Warrior/ranger.clsc.112.png
arch/trunk/player/class/Warrior/ranger.clsc.131.png
arch/trunk/player/class/Warrior/ranger.clsc.132.png
arch/trunk/player/class/Warrior/ranger.clsc.151.png
arch/trunk/player/class/Warrior/ranger.clsc.152.png
arch/trunk/player/class/Warrior/ranger.clsc.171.png
arch/trunk/player/class/Warrior/ranger.clsc.172.png
arch/trunk/player/class/Warrior/ranger.trs
arch/trunk/player/class/Warrior/ranger_class.face
arch/trunk/player/race/elf_player_class_ranger.base.111.png
arch/trunk/player/race/elf_player_class_ranger.base.112.png
arch/trunk/player/race/elf_player_class_ranger.base.131.png
arch/trunk/player/race/elf_player_class_ranger.base.132.png
arch/trunk/player/race/elf_player_class_ranger.base.151.png
arch/trunk/player/race/elf_player_class_ranger.base.152.png
arch/trunk/player/race/elf_player_class_ranger.base.171.png
arch/trunk/player/race/elf_player_class_ranger.base.172.png
arch/trunk/player/race/elf_player_class_ranger.clsc.111.png
arch/trunk/player/race/elf_player_class_ranger.clsc.112.png
arch/trunk/player/race/elf_player_class_ranger.clsc.131.png
arch/trunk/player/race/elf_player_class_ranger.clsc.132.png
arch/trunk/player/race/elf_player_class_ranger.clsc.151.png
arch/trunk/player/race/elf_player_class_ranger.clsc.152.png
arch/trunk/player/race/elf_player_class_ranger.clsc.171.png
arch/trunk/player/race/elf_player_class_ranger.clsc.172.png
arch/trunk/player/race/elf_player_class_ranger.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/ChangeLog 2020-11-11 03:53:27 UTC (rev 21536)
@@ -1,3 +1,12 @@
+Add new player class -- ranger
+This is intended to allow better early-game focus on missile weapons.
+Also include special handling so the elf race image is also used as
+the elf ranger image.
+player/class/Warrior/ranger.*
+player/class/Warrior/ranger_class.face
+player/race/elf_player_class_ranger.*
+Daniel Hawkins 2020-11-10
+
Add subtype 2 to guide to Close Combat
readable/guide/guide_melee.arc
Daniel Hawkins 2020-10-28
Added: arch/trunk/player/class/Warrior/ranger.arc
===================================================================
--- arch/trunk/player/class/Warrior/ranger.arc (rev 0)
+++ arch/trunk/player/class/Warrior/ranger.arc 2020-11-11 03:53:27 UTC (rev 21536)
@@ -0,0 +1,25 @@
+Object ranger_class
+name ranger
+randomitems ranger_class_items
+anim_suffix class_ranger
+face ranger.151
+animation ranger_class
+msg
+Skills: 1H Weapons, Woodsman, Missile Weapons, Hiding
+Items: hunter's bow & arrows, dagger
+---
+Straddling the gaps between wild places and civilization, you feel equally comfortable in both an inn and a forest. Your frequent use of bow and arrow to procure food has given you a hunter's cunning, stealth, and speed, but has not allowed you to devote time to learn to command magic nor to following any particular diety. You're also a bit terse and straightforward, which is generally offputting to the wealthier folks in town, but most commoners don't seem to mind.
+You're no stranger to goblin raids, and have defended your hauls from them on many occasions.
+endmsg
+is_animated 1
+anim_speed -1
+type 37
+level 1
+Str 1
+Dex 2
+Con -1
+Int 2
+Wis 0
+Pow -4
+Cha -1
+end
Added: arch/trunk/player/class/Warrior/ranger.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.111.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.111.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.111.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.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/player/class/Warrior/ranger.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.112.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.112.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.112.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.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/player/class/Warrior/ranger.base.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.131.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.131.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.131.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.131.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/player/class/Warrior/ranger.base.132.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.132.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.132.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.132.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.132.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/player/class/Warrior/ranger.base.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.151.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.151.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.151.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.151.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/player/class/Warrior/ranger.base.152.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.152.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.152.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.152.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.152.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/player/class/Warrior/ranger.base.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.171.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.171.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.171.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.171.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/player/class/Warrior/ranger.base.172.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.base.172.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.base.172.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.base.172.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.base.172.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/player/class/Warrior/ranger.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.111.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.111.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.111.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.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/player/class/Warrior/ranger.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.112.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.112.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.112.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.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/player/class/Warrior/ranger.clsc.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.131.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.131.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.131.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.131.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/player/class/Warrior/ranger.clsc.132.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.132.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.132.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.132.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.132.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/player/class/Warrior/ranger.clsc.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.151.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.151.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.151.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.151.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/player/class/Warrior/ranger.clsc.152.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.152.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.152.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.152.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.152.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/player/class/Warrior/ranger.clsc.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.171.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.171.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.171.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.171.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/player/class/Warrior/ranger.clsc.172.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/class/Warrior/ranger.clsc.172.png
===================================================================
--- arch/trunk/player/class/Warrior/ranger.clsc.172.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/class/Warrior/ranger.clsc.172.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/class/Warrior/ranger.clsc.172.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/player/class/Warrior/ranger.trs
===================================================================
--- arch/trunk/player/class/Warrior/ranger.trs (rev 0)
+++ arch/trunk/player/class/Warrior/ranger.trs 2020-11-11 03:53:27 UTC (rev 21536)
@@ -0,0 +1,21 @@
+treasure ranger_class_items
+ arch huntersbow
+ more
+ arch arrow
+ nrof 400
+ more
+ arch quiver
+ more
+ arch b_dagger
+ more
+ arch skill_woodsman
+ more
+ arch skill_missile_weapon
+ more
+ arch skill_hide
+ more
+ arch skill_one_handed_weapon
+ more
+ list basic_skills
+ end
+
Property changes on: arch/trunk/player/class/Warrior/ranger.trs
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: arch/trunk/player/class/Warrior/ranger_class.face
===================================================================
--- arch/trunk/player/class/Warrior/ranger_class.face (rev 0)
+++ arch/trunk/player/class/Warrior/ranger_class.face 2020-11-11 03:53:27 UTC (rev 21536)
@@ -0,0 +1,11 @@
+animation ranger_class
+facings 4
+ranger.111
+ranger.112
+ranger.131
+ranger.132
+ranger.151
+ranger.152
+ranger.171
+ranger.172
+mina
Property changes on: arch/trunk/player/class/Warrior/ranger_class.face
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: arch/trunk/player/race/elf_player_class_ranger.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.111.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.111.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.111.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.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/player/race/elf_player_class_ranger.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.112.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.112.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.112.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.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/player/race/elf_player_class_ranger.base.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.131.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.131.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.131.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.131.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/player/race/elf_player_class_ranger.base.132.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.132.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.132.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.132.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.132.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/player/race/elf_player_class_ranger.base.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.151.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.151.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.151.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.151.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/player/race/elf_player_class_ranger.base.152.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.152.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.152.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.152.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.152.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/player/race/elf_player_class_ranger.base.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.171.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.171.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.171.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.171.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/player/race/elf_player_class_ranger.base.172.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.base.172.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.base.172.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.base.172.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.base.172.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/player/race/elf_player_class_ranger.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.111.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.111.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.111.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.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/player/race/elf_player_class_ranger.clsc.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.112.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.112.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.112.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.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/player/race/elf_player_class_ranger.clsc.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.131.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.131.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.131.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.clsc.131.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/player/race/elf_player_class_ranger.clsc.132.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.132.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.132.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.132.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.clsc.132.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/player/race/elf_player_class_ranger.clsc.151.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.151.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.151.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.151.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.clsc.151.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/player/race/elf_player_class_ranger.clsc.152.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.152.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.152.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.152.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.clsc.152.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/player/race/elf_player_class_ranger.clsc.171.png
===================================================================
(Binary files differ)
Index: arch/trunk/player/race/elf_player_class_ranger.clsc.171.png
===================================================================
--- arch/trunk/player/race/elf_player_class_ranger.clsc.171.png 2020-11-09 00:29:09 UTC (rev 21535)
+++ arch/trunk/player/race/elf_player_class_ranger.clsc.171.png 2020-11-11 03:53:27 UTC (rev 21536)
Property changes on: arch/trunk/player/race/elf_player_class_ranger.clsc.171.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/player/race/elf_player_class_ranger.clsc.172.png
===================================================================
(Binary files differ)...
[truncated message content] |
|
From: Crossfire C. r. messages.
<cro...@li...> - 2020-11-12 15:28:50
|
Revision: 21541
http://sourceforge.net/p/crossfire/code/21541
Author: silvernexus
Date: 2020-11-12 15:28:43 +0000 (Thu, 12 Nov 2020)
Log Message:
-----------
New image for composite bow.
Moved old image to classic image set.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/weapon/bow/compositebow.base.111.png
Added Paths:
-----------
arch/trunk/weapon/bow/compositebow.clsc.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-11-12 09:00:44 UTC (rev 21540)
+++ arch/trunk/ChangeLog 2020-11-12 15:28:43 UTC (rev 21541)
@@ -1,3 +1,8 @@
+New image for composite bow. Move the old image to the classic tileset.
+weapon/bow/compositebow.base.111.png
+weapon/bow/compositebow.clsc.111.png
+Daniel Hawkins 2020-11-12
+
Add new player class -- ranger
This is intended to allow better early-game focus on missile weapons.
Also include special handling so the elf race image is also used as
Modified: arch/trunk/weapon/bow/compositebow.base.111.png
===================================================================
(Binary files differ)
Added: arch/trunk/weapon/bow/compositebow.clsc.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/weapon/bow/compositebow.clsc.111.png
===================================================================
--- arch/trunk/weapon/bow/compositebow.clsc.111.png 2020-11-12 09:00:44 UTC (rev 21540)
+++ arch/trunk/weapon/bow/compositebow.clsc.111.png 2020-11-12 15:28:43 UTC (rev 21541)
Property changes on: arch/trunk/weapon/bow/compositebow.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
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-12-01 18:56:55
|
Revision: 21581
http://sourceforge.net/p/crossfire/code/21581
Author: ryo_saeba
Date: 2020-12-01 18:56:53 +0000 (Tue, 01 Dec 2020)
Log Message:
-----------
Make firebolt nicer in diagonals.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/Bolt/firebolt.arc
Added Paths:
-----------
arch/trunk/spell/Bolt/firebolt_S.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-01 18:33:53 UTC (rev 21580)
+++ arch/trunk/ChangeLog 2020-12-01 18:56:53 UTC (rev 21581)
@@ -1,3 +1,6 @@
+Add smoothing to firebolt so diagonals actually merge seamlessly.
+Nicolas Weeger 2020-12-01
+
Make the light bulb invisible lighting arches have no_pick
so that spells can't push them around.
light/light_bulb.arc
Modified: arch/trunk/spell/Bolt/firebolt.arc
===================================================================
--- arch/trunk/spell/Bolt/firebolt.arc 2020-12-01 18:33:53 UTC (rev 21580)
+++ arch/trunk/spell/Bolt/firebolt.arc 2020-12-01 18:56:53 UTC (rev 21581)
@@ -10,4 +10,9 @@
glow_radius 1
no_pick 1
weight 500
+smoothlevel 100
+smoothface firebolt.121 firebolt_S.111
+smoothface firebolt.141 firebolt_S.111
+smoothface firebolt.161 firebolt_S.111
+smoothface firebolt.181 firebolt_S.111
end
Added: arch/trunk/spell/Bolt/firebolt_S.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/Bolt/firebolt_S.base.111.png
===================================================================
--- arch/trunk/spell/Bolt/firebolt_S.base.111.png 2020-12-01 18:33:53 UTC (rev 21580)
+++ arch/trunk/spell/Bolt/firebolt_S.base.111.png 2020-12-01 18:56:53 UTC (rev 21581)
Property changes on: arch/trunk/spell/Bolt/firebolt_S.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...> - 2020-12-02 14:43:20
|
Revision: 21582
http://sourceforge.net/p/crossfire/code/21582
Author: silvernexus
Date: 2020-12-02 14:43:19 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Fiddle with the big tomato image so that it no longer has the light-colored outline.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/food/produce/tomato_big.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-01 18:56:53 UTC (rev 21581)
+++ arch/trunk/ChangeLog 2020-12-02 14:43:19 UTC (rev 21582)
@@ -1,3 +1,7 @@
+Fiddle with the big tomato image so that it doesn't have the insufficient-transparency outline.
+food/produce/tomato_big.base.111.png
+Daniel Hawkins 2020-12-02
+
Add smoothing to firebolt so diagonals actually merge seamlessly.
Nicolas Weeger 2020-12-01
Modified: arch/trunk/food/produce/tomato_big.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...> - 2020-12-02 15:56:37
|
Revision: 21584
http://sourceforge.net/p/crossfire/code/21584
Author: ryo_saeba
Date: 2020-12-02 15:56:29 +0000 (Wed, 02 Dec 2020)
Log Message:
-----------
Add new animation for counterwall.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/spell/MagicWall/spell_counterwall.arc
Added Paths:
-----------
arch/trunk/spell/MagicWall/counterwall.arc
arch/trunk/spell/MagicWall/counterwall.base.111.png
arch/trunk/spell/MagicWall/counterwall.base.112.png
arch/trunk/spell/MagicWall/counterwall.base.121.png
arch/trunk/spell/MagicWall/counterwall.base.122.png
arch/trunk/spell/MagicWall/counterwall.base.131.png
arch/trunk/spell/MagicWall/counterwall.base.132.png
arch/trunk/spell/MagicWall/counterwall.base.141.png
arch/trunk/spell/MagicWall/counterwall.base.142.png
arch/trunk/spell/MagicWall/counterwall.face
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/ChangeLog 2020-12-02 15:56:29 UTC (rev 21584)
@@ -1,3 +1,17 @@
+Change face for counterwall, add animation.
+spells/MagicWall/counterwall.arc
+spells/MagicWall/counterwall.base.111.png
+spells/MagicWall/counterwall.base.112.png
+spells/MagicWall/counterwall.base.121.png
+spells/MagicWall/counterwall.base.122.png
+spells/MagicWall/counterwall.base.131.png
+spells/MagicWall/counterwall.base.132.png
+spells/MagicWall/counterwall.base.141.png
+spells/MagicWall/counterwall.base.142.png
+spells/MagicWall/counterwall.face
+spells/MagicWall/spell_counterwall.arc
+Nicolas Weeger 2020-12-02
+
Add horn of Mysteries as a horn artifact. It casts wonder.
artifacts
Daniel Hawkins 2020-12-02
Added: arch/trunk/spell/MagicWall/counterwall.arc
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.arc (rev 0)
+++ arch/trunk/spell/MagicWall/counterwall.arc 2020-12-02 15:56:29 UTC (rev 21584)
@@ -0,0 +1,15 @@
+Object counterwall
+name counter wall
+type 102
+subtype 7
+move_on walk fly_low
+face counterwall.111
+animation counterwall
+is_animated 1
+is_turnable 1
+wc -30
+speed 1
+move_type fly_low
+no_pick 1
+smoothlevel 25
+end
Added: arch/trunk/spell/MagicWall/counterwall.base.111.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.111.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.111.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.111.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.111.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.112.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.112.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.112.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.112.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.112.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.121.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.121.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.121.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.121.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.121.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.122.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.122.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.122.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.122.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.122.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.131.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.131.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.131.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.131.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.131.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.132.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.132.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.132.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.132.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.132.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.141.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.141.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.141.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.141.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.141.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.base.142.png
===================================================================
(Binary files differ)
Index: arch/trunk/spell/MagicWall/counterwall.base.142.png
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.base.142.png 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/counterwall.base.142.png 2020-12-02 15:56:29 UTC (rev 21584)
Property changes on: arch/trunk/spell/MagicWall/counterwall.base.142.png
___________________________________________________________________
Added: svn:mime-type
## -0,0 +1 ##
+application/octet-stream
\ No newline at end of property
Added: arch/trunk/spell/MagicWall/counterwall.face
===================================================================
--- arch/trunk/spell/MagicWall/counterwall.face (rev 0)
+++ arch/trunk/spell/MagicWall/counterwall.face 2020-12-02 15:56:29 UTC (rev 21584)
@@ -0,0 +1,23 @@
+face counterwall.111
+magicmap light_blue
+end
+animation counterwall
+counterwall.111
+counterwall.112
+counterwall.111
+counterwall.112
+counterwall.121
+counterwall.122
+counterwall.131
+counterwall.132
+counterwall.141
+counterwall.142
+counterwall.111
+counterwall.112
+counterwall.121
+counterwall.122
+counterwall.131
+counterwall.132
+counterwall.141
+counterwall.142
+mina
Modified: arch/trunk/spell/MagicWall/spell_counterwall.arc
===================================================================
--- arch/trunk/spell/MagicWall/spell_counterwall.arc 2020-12-02 15:14:26 UTC (rev 21583)
+++ arch/trunk/spell/MagicWall/spell_counterwall.arc 2020-12-02 15:56:29 UTC (rev 21584)
@@ -8,7 +8,7 @@
attacktype 524288
casting_time 14
path_attuned 256
-other_arch counterspell
+other_arch counterwall
skill summoning
type 101
subtype 15
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-12-04 13:23:04
|
Revision: 21588
http://sourceforge.net/p/crossfire/code/21588
Author: silvernexus
Date: 2020-12-04 13:23:02 +0000 (Fri, 04 Dec 2020)
Log Message:
-----------
Give deep sea an underscoreless name.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/ground/deep_sea.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-02 16:29:47 UTC (rev 21587)
+++ arch/trunk/ChangeLog 2020-12-04 13:23:02 UTC (rev 21588)
@@ -1,3 +1,7 @@
+Add name for deep sea, so it does not show up in-game with an underscore.
+ground/deep_sea.arc
+Daniel Hawkins 2020-12-04
+
Change face for counterwall, add animation.
spells/MagicWall/counterwall.arc
spells/MagicWall/counterwall.base.111.png
Modified: arch/trunk/ground/deep_sea.arc
===================================================================
--- arch/trunk/ground/deep_sea.arc 2020-12-02 16:29:47 UTC (rev 21587)
+++ arch/trunk/ground/deep_sea.arc 2020-12-04 13:23:02 UTC (rev 21588)
@@ -1,4 +1,5 @@
Object deep_sea
+name deep sea
face deep_sea.111
animation deep_sea
smoothlevel 17
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-12-08 08:58:52
|
Revision: 21590
http://sourceforge.net/p/crossfire/code/21590
Author: ryo_saeba
Date: 2020-12-08 08:58:49 +0000 (Tue, 08 Dec 2020)
Log Message:
-----------
Remove 'damage_physical'.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/skills/flame_touch.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-07 18:45:20 UTC (rev 21589)
+++ arch/trunk/ChangeLog 2020-12-08 08:58:49 UTC (rev 21590)
@@ -1,3 +1,7 @@
+Remove damage_physical from flame touch.
+skills/flame_touch.arc
+Nicolas Weeger 2020-12-08
+
Add name for deep sea, so it does not show up in-game with an underscore.
ground/deep_sea.arc
Daniel Hawkins 2020-12-04
Modified: arch/trunk/skills/flame_touch.arc
===================================================================
--- arch/trunk/skills/flame_touch.arc 2020-12-07 18:45:20 UTC (rev 21589)
+++ arch/trunk/skills/flame_touch.arc 2020-12-08 08:58:49 UTC (rev 21590)
@@ -4,7 +4,6 @@
type 43
invisible 1
dam 2
-damage_physical 1
last_sp 4
attacktype 4
no_drop 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...> - 2020-12-08 18:37:05
|
Revision: 21593
http://sourceforge.net/p/crossfire/code/21593
Author: silvernexus
Date: 2020-12-08 18:37:02 +0000 (Tue, 08 Dec 2020)
Log Message:
-----------
Reduce image file size for tinted ores.
Modified Paths:
--------------
arch/trunk/ChangeLog
arch/trunk/jewel/ores/ore_g.base.111.png
arch/trunk/jewel/ores/ore_r.base.111.png
arch/trunk/jewel/ores/ore_y.base.111.png
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-08 17:44:24 UTC (rev 21592)
+++ arch/trunk/ChangeLog 2020-12-08 18:37:02 UTC (rev 21593)
@@ -1,3 +1,9 @@
+Clean up tinted ores (green, yellow, red) to no longer use an alpha channel.
+jewel/ores/ore_g.base.111.png
+jewel/ores/ore_r.base.111.png
+jewel/ores/ore_y.base.111.png
+Daniel Hawkins 2020-12-08
+
Remove damage_physical from flame touch.
skills/flame_touch.arc
Nicolas Weeger 2020-12-08
Modified: arch/trunk/jewel/ores/ore_g.base.111.png
===================================================================
(Binary files differ)
Modified: arch/trunk/jewel/ores/ore_r.base.111.png
===================================================================
(Binary files differ)
Modified: arch/trunk/jewel/ores/ore_y.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...> - 2020-12-10 18:06:06
|
Revision: 21595
http://sourceforge.net/p/crossfire/code/21595
Author: ryo_saeba
Date: 2020-12-10 18:06:04 +0000 (Thu, 10 Dec 2020)
Log Message:
-----------
Remove unused archetypes and face.
Modified Paths:
--------------
arch/trunk/ChangeLog
Removed Paths:
-------------
arch/trunk/system/editcursor.arc
arch/trunk/system/editcursor.face
arch/trunk/system/editor.arc
Modified: arch/trunk/ChangeLog
===================================================================
--- arch/trunk/ChangeLog 2020-12-08 19:26:19 UTC (rev 21594)
+++ arch/trunk/ChangeLog 2020-12-10 18:06:04 UTC (rev 21595)
@@ -1,3 +1,9 @@
+Remove unused archetypes.
+system/editcursor.arc
+system/editcursor.face
+system/editor.arc
+Nicolas Weeger 2020-12-10
+
Clean up tinted ores (green, yellow, red) to no longer use an alpha channel.
jewel/ores/ore_g.base.111.png
jewel/ores/ore_r.base.111.png
Deleted: arch/trunk/system/editcursor.arc
===================================================================
--- arch/trunk/system/editcursor.arc 2020-12-08 19:26:19 UTC (rev 21594)
+++ arch/trunk/system/editcursor.arc 2020-12-10 18:06:04 UTC (rev 21595)
@@ -1,4 +0,0 @@
-Object editcursor
-face wizard.151
-animation editcursor
-end
Deleted: arch/trunk/system/editcursor.face
===================================================================
--- arch/trunk/system/editcursor.face 2020-12-08 19:26:19 UTC (rev 21594)
+++ arch/trunk/system/editcursor.face 2020-12-10 18:06:04 UTC (rev 21595)
@@ -1,10 +0,0 @@
-animation editcursor
-wizard.111
-wizard.131
-wizard.151
-wizard.171
-wizardmask.111
-wizardmask.131
-wizardmask.151
-wizardmask.171
-mina
Deleted: arch/trunk/system/editor.arc
===================================================================
--- arch/trunk/system/editor.arc 2020-12-08 19:26:19 UTC (rev 21594)
+++ arch/trunk/system/editor.arc 2020-12-10 18:06:04 UTC (rev 21595)
@@ -1,2 +0,0 @@
-Object editor_archetype
-end
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|