From 38570368a377f688faebb03a56116ba80c0d55c0 Mon Sep 17 00:00:00 2001 From: SilverNexus Date: Thu, 6 Apr 2023 19:10:12 -0400 Subject: [PATCH] Add a demon horn as a flesh item. Make it drop from demons. --- ChangeLog | 9 +++++++++ flesh/demon/demonhorn.arc | 11 +++++++++++ flesh/demon/demonhorn.base.111.png | Bin 0 -> 274 bytes flesh/demon/demonhorn.base.LICENSE | 6 ++++++ flesh/demon/demonhorn.face | 3 +++ monster/demon/demon_parts.trs | 3 +++ 6 files changed, 32 insertions(+) create mode 100644 flesh/demon/demonhorn.arc create mode 100644 flesh/demon/demonhorn.base.111.png create mode 100644 flesh/demon/demonhorn.base.LICENSE create mode 100644 flesh/demon/demonhorn.face diff --git a/ChangeLog b/ChangeLog index 2b6e9b5be..bb9323ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +New flesh item: demon horn. +Set up to drop from demons. Could be repurposed to drop from dragons if needed too. +flesh/demon/demonhorn.base.111.png +flesh/demon/demonhorn.base.LICENSE +flesh/demon/demonhorn.arc +flesh/demon/demonhorn.face +monster/demon/demon_parts.trs +Daniel Hawkins 2023-04-06 + New message to describe writing spell scrolls. messages Daniel Hawkins 2023-03-17 diff --git a/flesh/demon/demonhorn.arc b/flesh/demon/demonhorn.arc new file mode 100644 index 000000000..d7c3d92ba --- /dev/null +++ b/flesh/demon/demonhorn.arc @@ -0,0 +1,11 @@ +Object demonhorn +name horn +nrof 1 +face demonhorn.111 +material 32 +type 72 +weight 6 +value 50 +name_pl horns +client_type 626 +end diff --git a/flesh/demon/demonhorn.base.111.png b/flesh/demon/demonhorn.base.111.png new file mode 100644 index 0000000000000000000000000000000000000000..2156c2904ad02cf9a016ea1b50d1fa62f98db18f GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv^#Gp`*WzLzi^0Lcp}xL;|Ni}( zl$35QRrr6M;s1Yz1_p)&LAqyK?LR#0x$`4+Gf*94NswPKgTu2MX+X|QPZ!4!jq}L~ z3seO}L_{1OuD|4WOQYdTcyPX+am!~(@!Vkjyga>TZNXbp?%gSRQc$fFQke?ELdfb?`GK4XlV3^Wz~T!Psc4EQd1TfGBD`oX-Qq+ S$`%1SlEKr}&t;ucLK6UF(P2;k literal 0 HcmV?d00001 diff --git a/flesh/demon/demonhorn.base.LICENSE b/flesh/demon/demonhorn.base.LICENSE new file mode 100644 index 000000000..bd65b271c --- /dev/null +++ b/flesh/demon/demonhorn.base.LICENSE @@ -0,0 +1,6 @@ +comment Original art by Daniel Hawkins, made specifically for Crossfire RPG Game +comment Used a reference photo of a goat for the horn shape. +license CC-BY-SA-4.0 +licenseurl https://creativecommons.org/licenses/by-sa/4.0/ +sourcename FarborAnna +sourceurl https://commons.wikimedia.org/wiki/File:Afrikansk_dv%C3%A4rgget_Kallh%C3%A4lls_4H-g%C3%A5rd_4.jpg diff --git a/flesh/demon/demonhorn.face b/flesh/demon/demonhorn.face new file mode 100644 index 000000000..0c1071134 --- /dev/null +++ b/flesh/demon/demonhorn.face @@ -0,0 +1,3 @@ +face demonhorn.111 +magicmap yellow +end diff --git a/monster/demon/demon_parts.trs b/monster/demon/demon_parts.trs index 819e1fdd4..94c7fceea 100644 --- a/monster/demon/demon_parts.trs +++ b/monster/demon/demon_parts.trs @@ -8,4 +8,7 @@ more more arch demon_head chance 15 +more + arch demonhorn + chance 10 end