diff --git a/CHANGES b/CHANGES index 47dab8da1..bbf6392fb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ Changes for CVS top of tree: +Add archetypes from Todd Mitchell. These add wolfs and bears, +with bodyparts for them. Also changes races for readable scroll +objects so that scrollcase objects can be used. Add ruined tower. +New images for some objects. +Commited by MSW 2002-08-20 + Fix monster arcs that had incorrect wrists/foot (1 instead of 2) Fix update_monster script that generated the errors in the first place. Add body information to the player/old/*.arc for very old player files. diff --git a/armour/mail/mithril_ar.base.111.png b/armour/mail/mithril_ar.base.111.png index 11321590b..a89e1dadf 100644 Binary files a/armour/mail/mithril_ar.base.111.png and b/armour/mail/mithril_ar.base.111.png differ diff --git a/armour/mail/mithril_ar.base.112.png b/armour/mail/mithril_ar.base.112.png index 4e83467c2..513dbaae0 100644 Binary files a/armour/mail/mithril_ar.base.112.png and b/armour/mail/mithril_ar.base.112.png differ diff --git a/armour/mail/mithril_ar.base.113.png b/armour/mail/mithril_ar.base.113.png index 844243afb..0118ef739 100644 Binary files a/armour/mail/mithril_ar.base.113.png and b/armour/mail/mithril_ar.base.113.png differ diff --git a/armour/mail/mithril_ar_ele.arc b/armour/mail/mithril_ar_ele.arc index d4d8d2b61..4867f92d9 100644 --- a/armour/mail/mithril_ar_ele.arc +++ b/armour/mail/mithril_ar_ele.arc @@ -4,11 +4,14 @@ name mithril chainmail of lightning name_pl mithril chainmails of lightning client_type 250 type 16 -face mithril_ar.111 +face mithril_ar_ele.111 anim -mithril_ar.111 -mithril_ar.112 -mithril_ar.113 +mithril_ar_ele.111 +mithril_ar_ele.111 +mithril_ar_ele.112 +mithril_ar_ele.112 +mithril_ar_ele.113 +mithril_ar_ele.113 mina speed 0.3 ac 4 diff --git a/gods/items/mithril_ar_ele_sorig.arc b/gods/items/mithril_ar_ele_sorig.arc index d300ce2d8..f23328283 100644 --- a/gods/items/mithril_ar_ele_sorig.arc +++ b/gods/items/mithril_ar_ele_sorig.arc @@ -2,7 +2,7 @@ Object mithril_ar_ele_sorig nrof 1 name mithril chainmail of lightning of Sorig type 16 -face mithril_ar.111 +face mithril_ar_ele.111 animation mithril_ar_ele speed 0.3 ac 4 diff --git a/readable/note.arc b/readable/note.arc index 47750586a..be4a8a1d6 100644 --- a/readable/note.arc +++ b/readable/note.arc @@ -1,5 +1,6 @@ Object note face note.111 +race scrolls nrof 1 type 8 material 1 diff --git a/readable/scroll.arc b/readable/scroll.arc index e2dcb2d12..9165d813c 100644 --- a/readable/scroll.arc +++ b/readable/scroll.arc @@ -1,5 +1,6 @@ Object scroll name scroll +race scrolls face scrollr.111 nrof 1 type 8 diff --git a/readable/scroll_2.arc b/readable/scroll_2.arc index db3114e39..4c71b0ab4 100644 --- a/readable/scroll_2.arc +++ b/readable/scroll_2.arc @@ -1,6 +1,7 @@ Object scroll_2 name scroll face scroll_2.111 +race scrolls nrof 1 type 8 material 1 diff --git a/skills/scroll_alchemy.arc b/skills/scroll_alchemy.arc index c9e09922a..f96875f8e 100644 --- a/skills/scroll_alchemy.arc +++ b/skills/scroll_alchemy.arc @@ -2,6 +2,7 @@ Object scroll_alchemy name scroll of alchemistry slaying skill_alchemy face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_bargain.arc b/skills/scroll_bargain.arc index e6b29cc63..aeae45cd6 100644 --- a/skills/scroll_bargain.arc +++ b/skills/scroll_bargain.arc @@ -2,6 +2,7 @@ Object scroll_bargaining name scroll of shopping slaying skill_bargaining face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_bowyer.arc b/skills/scroll_bowyer.arc index d6c1baad9..3996b4939 100644 --- a/skills/scroll_bowyer.arc +++ b/skills/scroll_bowyer.arc @@ -2,6 +2,7 @@ Object scroll_bowyer name scroll of fletching slaying skill_bowyer face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_boxing.arc b/skills/scroll_boxing.arc index 69a9688ec..0aeb335d5 100644 --- a/skills/scroll_boxing.arc +++ b/skills/scroll_boxing.arc @@ -2,6 +2,7 @@ Object scroll_boxing name scroll of punching slaying skill_boxing face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_cast_cleric.arc b/skills/scroll_cast_cleric.arc index 238e9bfdc..51414c610 100644 --- a/skills/scroll_cast_cleric.arc +++ b/skills/scroll_cast_cleric.arc @@ -2,6 +2,7 @@ Object scroll_praying name scroll of piety slaying skill_praying face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_climbing.arc b/skills/scroll_climbing.arc index ce8caeb38..851f6ae27 100644 --- a/skills/scroll_climbing.arc +++ b/skills/scroll_climbing.arc @@ -2,6 +2,7 @@ Object scroll_climbing name scroll of scaling slaying skill_climbing face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_find_traps.arc b/skills/scroll_find_traps.arc index 1530a8d15..c44cec115 100644 --- a/skills/scroll_find_traps.arc +++ b/skills/scroll_find_traps.arc @@ -2,6 +2,7 @@ Object scroll_find_traps name scroll of searching slaying skill_find_traps face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_hiding.arc b/skills/scroll_hiding.arc index a92c84ebf..624097306 100644 --- a/skills/scroll_hiding.arc +++ b/skills/scroll_hiding.arc @@ -2,6 +2,7 @@ Object scroll_hiding name scroll of concealment slaying skill_hide face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_jeweler.arc b/skills/scroll_jeweler.arc index 0b6502b0b..2f048c13e 100644 --- a/skills/scroll_jeweler.arc +++ b/skills/scroll_jeweler.arc @@ -2,6 +2,7 @@ Object scroll_jewelry name scroll of appraisment slaying skill_jeweler face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_jumping.arc b/skills/scroll_jumping.arc index f05caa087..f43223fb9 100644 --- a/skills/scroll_jumping.arc +++ b/skills/scroll_jumping.arc @@ -2,6 +2,7 @@ Object scroll_jumping name scroll of jumping slaying skill_jumping face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_karate.arc b/skills/scroll_karate.arc index 3d96a28f5..3e97a7c0d 100644 --- a/skills/scroll_karate.arc +++ b/skills/scroll_karate.arc @@ -2,6 +2,7 @@ Object scroll_karate name scroll of karate slaying skill_karate face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_literacy.arc b/skills/scroll_literacy.arc index f2641ff83..ab0a7efe3 100644 --- a/skills/scroll_literacy.arc +++ b/skills/scroll_literacy.arc @@ -2,6 +2,7 @@ Object scroll_literacy name scroll of literacy slaying skill_literacy face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_lockpick.arc b/skills/scroll_lockpick.arc index e6c92e881..45c8f96be 100644 --- a/skills/scroll_lockpick.arc +++ b/skills/scroll_lockpick.arc @@ -2,6 +2,7 @@ Object scroll_lockpick name scroll of lockpicking slaying skill_lockpick face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_melee_weap.arc b/skills/scroll_melee_weap.arc index f9e439a6e..289912541 100644 --- a/skills/scroll_melee_weap.arc +++ b/skills/scroll_melee_weap.arc @@ -2,6 +2,7 @@ Object scroll_melee_weap name scroll of melee weapons slaying skill_melee_weapon face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_missile_weap.arc b/skills/scroll_missile_weap.arc index 9302cc9b1..b8e769c82 100644 --- a/skills/scroll_missile_weap.arc +++ b/skills/scroll_missile_weap.arc @@ -2,6 +2,7 @@ Object scroll_missile_weap name scroll of missile weapons slaying skill_missile_weapon face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_oratory.arc b/skills/scroll_oratory.arc index 7ff1ea172..e8bb65ad5 100644 --- a/skills/scroll_oratory.arc +++ b/skills/scroll_oratory.arc @@ -2,6 +2,7 @@ Object scroll_oratory name scroll of oratory slaying skill_oratory face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_praying.arc b/skills/scroll_praying.arc index 149702b3a..141b8d4f4 100644 --- a/skills/scroll_praying.arc +++ b/skills/scroll_praying.arc @@ -2,6 +2,7 @@ Object scroll_praying name scroll of piety slaying skill_praying face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_punching.arc b/skills/scroll_punching.arc index 8eddab782..05f9380e8 100644 --- a/skills/scroll_punching.arc +++ b/skills/scroll_punching.arc @@ -2,6 +2,7 @@ Object scroll_punching name scroll of punching slaying skill_punching face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_sense_curse.arc b/skills/scroll_sense_curse.arc index f13acb6c2..2f7f09033 100644 --- a/skills/scroll_sense_curse.arc +++ b/skills/scroll_sense_curse.arc @@ -2,6 +2,7 @@ Object scroll_sense_curse name scroll of sense curse slaying skill_sense_curse face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_sense_mag.arc b/skills/scroll_sense_mag.arc index 2299b5e7c..e7a1360a2 100644 --- a/skills/scroll_sense_mag.arc +++ b/skills/scroll_sense_mag.arc @@ -2,6 +2,7 @@ Object scroll_sense_mag name scroll of sense magic slaying skill_sense_magic face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_set_traps.arc b/skills/scroll_set_traps.arc index b3db32824..64d072597 100644 --- a/skills/scroll_set_traps.arc +++ b/skills/scroll_set_traps.arc @@ -2,6 +2,7 @@ Object scroll_set_traps name scroll of snares slaying skill_set_trap face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_singing.arc b/skills/scroll_singing.arc index 45a4ecaaf..260a1bd5c 100644 --- a/skills/scroll_singing.arc +++ b/skills/scroll_singing.arc @@ -2,6 +2,7 @@ Object scroll_singing name scroll of singing slaying skill_singing face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_smith.arc b/skills/scroll_smith.arc index fc0495333..404211ea5 100644 --- a/skills/scroll_smith.arc +++ b/skills/scroll_smith.arc @@ -2,6 +2,7 @@ Object scroll_smithing name scroll of smithing slaying skill_smithery face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_spellcasting.arc b/skills/scroll_spellcasting.arc index ac9507fae..bcf353c66 100644 --- a/skills/scroll_spellcasting.arc +++ b/skills/scroll_spellcasting.arc @@ -2,6 +2,7 @@ Object scroll_spellcasting name scroll of spell casting slaying skill_spellcasting face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_stealing.arc b/skills/scroll_stealing.arc index 2077704d8..80f99bb23 100644 --- a/skills/scroll_stealing.arc +++ b/skills/scroll_stealing.arc @@ -2,6 +2,7 @@ Object scroll_stealing name scroll of stealing slaying skill_stealing face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_thaumaturgy.arc b/skills/scroll_thaumaturgy.arc index 34d317910..4a7314ce8 100644 --- a/skills/scroll_thaumaturgy.arc +++ b/skills/scroll_thaumaturgy.arc @@ -2,6 +2,7 @@ Object scroll_thaumaturgy name scroll of thaumaturgy slaying skill_thaumaturgy face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_woodsman.arc b/skills/scroll_woodsman.arc index 103f4328b..37a01012a 100644 --- a/skills/scroll_woodsman.arc +++ b/skills/scroll_woodsman.arc @@ -2,6 +2,7 @@ Object scroll_woodsman name scroll of wood lore slaying skill_woodsman face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/skills/scroll_wrestling.arc b/skills/scroll_wrestling.arc index 95cc63f93..69f31c7ca 100644 --- a/skills/scroll_wrestling.arc +++ b/skills/scroll_wrestling.arc @@ -2,6 +2,7 @@ Object scroll_wrestling name scroll of wrestling slaying skill_wrestling face scrollr.111 +race scrolls color_fg white nrof 1 type 130 diff --git a/spell/ench_armour.arc b/spell/ench_armour.arc index 315a64407..9a64301cc 100644 --- a/spell/ench_armour.arc +++ b/spell/ench_armour.arc @@ -1,5 +1,6 @@ Object ench_armour name Enchant Armour +race scrolls face scroll.111 color_fg white nrof 1 diff --git a/spell/impr_cha.arc b/spell/impr_cha.arc index 136001658..d183b663c 100644 --- a/spell/impr_cha.arc +++ b/spell/impr_cha.arc @@ -1,6 +1,7 @@ Object improve_cha name Improve Charisma Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_con.arc b/spell/impr_con.arc index a91d0b1b7..752c7e013 100644 --- a/spell/impr_con.arc +++ b/spell/impr_con.arc @@ -1,6 +1,7 @@ Object improve_con name Improve Constitution Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_dam.arc b/spell/impr_dam.arc index e4bdfeee9..0d94266bd 100644 --- a/spell/impr_dam.arc +++ b/spell/impr_dam.arc @@ -1,6 +1,7 @@ Object improve_damage name Improve Weapon Damage face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_dex.arc b/spell/impr_dex.arc index 2ec9c4970..691b19d15 100644 --- a/spell/impr_dex.arc +++ b/spell/impr_dex.arc @@ -1,6 +1,7 @@ Object improve_dex name Improve Dexterity Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_ench.arc b/spell/impr_ench.arc index 854683046..fc8bd01c9 100644 --- a/spell/impr_ench.arc +++ b/spell/impr_ench.arc @@ -1,6 +1,7 @@ Object improve_enchantment name Enchant Weapon face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_int.arc b/spell/impr_int.arc index 0f4fa18a9..223d7aabd 100644 --- a/spell/impr_int.arc +++ b/spell/impr_int.arc @@ -1,6 +1,7 @@ Object improve_int name Improve Intelligence Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_pow.arc b/spell/impr_pow.arc index 5c7c2e59c..2bb61d62d 100644 --- a/spell/impr_pow.arc +++ b/spell/impr_pow.arc @@ -1,6 +1,7 @@ Object improve_pow name Improve Power Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_str.arc b/spell/impr_str.arc index 85b5c8b84..add8f088f 100644 --- a/spell/impr_str.arc +++ b/spell/impr_str.arc @@ -1,6 +1,7 @@ Object improve_str name Improve Strength Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_weigh.arc b/spell/impr_weigh.arc index 9f8d94a5c..5f861e745 100644 --- a/spell/impr_weigh.arc +++ b/spell/impr_weigh.arc @@ -1,6 +1,7 @@ Object improve_weight name Lower Weapon Weight face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/impr_wis.arc b/spell/impr_wis.arc index 61d2bf19b..4e4834d0a 100644 --- a/spell/impr_wis.arc +++ b/spell/impr_wis.arc @@ -1,6 +1,7 @@ Object improve_wis name Improve Wisdom Bonus face scroll.111 +race scrolls color_fg white nrof 1 type 124 diff --git a/spell/scroll_new.arc b/spell/scroll_new.arc index 199f0aa07..664f88084 100644 --- a/spell/scroll_new.arc +++ b/spell/scroll_new.arc @@ -1,5 +1,6 @@ Object scroll_new name scroll +race scrolls face scroll.111 color_fg white nrof 1 diff --git a/weapon/bow/elven_bow.base.111.png b/weapon/bow/elven_bow.base.111.png index c52e1de8e..c7f9e2825 100644 Binary files a/weapon/bow/elven_bow.base.111.png and b/weapon/bow/elven_bow.base.111.png differ diff --git a/weapon/bow/magic_bow.base.111.png b/weapon/bow/magic_bow.base.111.png index a58e4a0ef..19a490c77 100644 Binary files a/weapon/bow/magic_bow.base.111.png and b/weapon/bow/magic_bow.base.111.png differ diff --git a/weapon/bow/magic_bow.base.112.png b/weapon/bow/magic_bow.base.112.png index aa7244bdc..3cb85af15 100644 Binary files a/weapon/bow/magic_bow.base.112.png and b/weapon/bow/magic_bow.base.112.png differ diff --git a/weapon/bow/magic_bow.base.113.png b/weapon/bow/magic_bow.base.113.png index f37924f2f..0155556af 100644 Binary files a/weapon/bow/magic_bow.base.113.png and b/weapon/bow/magic_bow.base.113.png differ diff --git a/weapon/bow/magic_bow.base.114.png b/weapon/bow/magic_bow.base.114.png index 5c9257f04..df77950c4 100644 Binary files a/weapon/bow/magic_bow.base.114.png and b/weapon/bow/magic_bow.base.114.png differ diff --git a/weapon/other/saw.base.111.png b/weapon/other/saw.base.111.png index cf97e9b6d..564f80fec 100644 Binary files a/weapon/other/saw.base.111.png and b/weapon/other/saw.base.111.png differ