diff --git a/ChangeLog b/ChangeLog index 15ccfda3c..9a1215f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,23 @@ +New items -- armor of lead +This is intented to be craftable with smithery for moderate acid resistance. +Presumably, one could craft a full set of leaden armor for good acid protection, +but it would be heavy and give poor protection for everything else. +armour/shield/lead_shield.arc +armour/shield/lead_shield.base.111.png +armour/shield/lead_shield.face +armour/mail/lead_scale_mail.arc +armour/mail/lead_scale_mail.base.111.png +armour/mail/lead_scale_mail.face +armour/helmet/lead_fullhelmet.arc +armour/helmet/lead_fullhelmet.base.111.png +armour/helmet/lead_fullhelmet.face +formulae +Daniel Hawkins 2020-09-07 + Prevent xp shenanigans with dip command by making empty containers be identified. Did all of them, rather than just empty water bottles, for consistency and future-proofing. potion/emptybottles.arc -Daniel Hawkins +Daniel Hawkins 2020-09-07 New spell -- Searing Weapon Appears in spellbooks only at this point. diff --git a/armour/helmet/lead_fullhelmet.arc b/armour/helmet/lead_fullhelmet.arc new file mode 100644 index 000000000..0f566af30 --- /dev/null +++ b/armour/helmet/lead_fullhelmet.arc @@ -0,0 +1,18 @@ +Object lead_full_helmet +nrof 1 +name full helmet +name_pl full helmets +title of lead +client_type 271 +type 34 +face lead_fullhelmet.111 +Dex -1 +resist_physical 1 +resist_acid 20 +# Calculated using the density ratio of lead to iron +weight 17313 +value 32000 +material 1024 +body_head -1 +gen_sp_armour 13 +end diff --git a/armour/helmet/lead_fullhelmet.base.111.png b/armour/helmet/lead_fullhelmet.base.111.png new file mode 100644 index 000000000..e72e51e68 Binary files /dev/null and b/armour/helmet/lead_fullhelmet.base.111.png differ diff --git a/armour/helmet/lead_fullhelmet.face b/armour/helmet/lead_fullhelmet.face new file mode 100644 index 000000000..c545d92d2 --- /dev/null +++ b/armour/helmet/lead_fullhelmet.face @@ -0,0 +1,3 @@ +face lead_fullhelmet.111 +magicmap grey +end diff --git a/armour/mail/lead_scale_mail.arc b/armour/mail/lead_scale_mail.arc new file mode 100644 index 000000000..3a5d382df --- /dev/null +++ b/armour/mail/lead_scale_mail.arc @@ -0,0 +1,20 @@ +Object lead_scale_mail +nrof 1 +name scale mail +name_pl scale mails +title of lead +client_type 253 +type 16 +face lead_scale_mail.111 +last_sp 8 +material 1032 +ac 1 +Dex -2 +resist_physical 5 +resist_acid 40 +# Calculated based on the density ratio of lead to iron +weight 28855 +value 5000 +body_torso -1 +gen_sp_armour 15 +end diff --git a/armour/mail/lead_scale_mail.base.111.png b/armour/mail/lead_scale_mail.base.111.png new file mode 100644 index 000000000..cd4e21c35 Binary files /dev/null and b/armour/mail/lead_scale_mail.base.111.png differ diff --git a/armour/mail/lead_scale_mail.face b/armour/mail/lead_scale_mail.face new file mode 100644 index 000000000..7b98f2e8d --- /dev/null +++ b/armour/mail/lead_scale_mail.face @@ -0,0 +1,3 @@ +face scale_mail.111 +magicmap black +end diff --git a/armour/shield/lead_shield.arc b/armour/shield/lead_shield.arc new file mode 100644 index 000000000..f5a03c300 --- /dev/null +++ b/armour/shield/lead_shield.arc @@ -0,0 +1,21 @@ +# Lead reacts slowly with with hydrochloric and nitric acid, and does not react with sulphuric acid. +# Presumably this means that lead could be used as a crafting material to create acid-resistant armor. +# Though lead is soft, so it doesn't give an armor boost and is heavy, making it difficult to maneuver in. +Object lead_shield +nrof 1 +name shield +name_pl shields +title of lead +client_type 261 +type 33 +face lead_shield.111 +Dex -1 +resist_acid 15 +item_power 1 +# This was calculated using the ratio of densities between lead and iron. +weight 21641 +value 3000 +material 1032 +materialname lead +body_arm -1 +end diff --git a/armour/shield/lead_shield.base.111.png b/armour/shield/lead_shield.base.111.png new file mode 100644 index 000000000..2711a57d6 Binary files /dev/null and b/armour/shield/lead_shield.base.111.png differ diff --git a/armour/shield/lead_shield.face b/armour/shield/lead_shield.face new file mode 100644 index 000000000..f09d198b5 --- /dev/null +++ b/armour/shield/lead_shield.face @@ -0,0 +1,3 @@ +face lead_shield.111 +magicmap orange +end