Commit Graph

2059 Commits (59df3fcb8f23c327bfeb6a772f229a5dcd9aa673)

Author SHA1 Message Date
silvernexus 59df3fcb8f Added empty popcorn bag image to classic imageset.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19155 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-12-02 16:35:20 +00:00
silvernexus 5e6a750dbd Use the leg_mutton image with the leg_mutton arch. Also give it a singular name, so it does not appear as leg_mutton in-game.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19153 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-12-01 04:28:22 +00:00
silvernexus 984e322adc Tweaked chair to be in perspective. Moved old image to classic imageset.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19143 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-25 23:42:08 +00:00
silvernexus e837c3be00 Slightly adjusted hue of gold nuggets and reduced to 30 colors.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19142 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-25 23:18:28 +00:00
silvernexus 72cbc07ce3 New images for helmet of xray vision.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19104 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-08 03:09:52 +00:00
silvernexus 45696de1c4 Rotated frost shield to match standard lighting requirements.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19102 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-07 04:09:11 +00:00
silvernexus 5744a5ce77 Pixel cleanup on the dancing sword faces.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19101 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-07 03:54:07 +00:00
silvernexus 1639a70078 Added better shading to popcorn to give better depth. Reinstated old image to the classic image set.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19100 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-11-07 03:44:53 +00:00
silvernexus 20cc5a5664 Fixed lighting on small shield images. Added classic bronze small shield with old lighting.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19088 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-10-28 20:22:50 +00:00
silvernexus 29f43f6164 Redesigned small and large gold nuggets.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19086 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-10-27 13:53:54 +00:00
silvernexus f3f222983c Added txture to lampost, making it not so eerily smooth.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19084 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-10-26 18:01:11 +00:00
ryo_saeba 8600a6a3b6 Add faces for various horns.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18924 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-08-11 18:23:28 +00:00
partmedia c496b09155 Fix 'sp' field for converters and add missing gold-> silver converter.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18893 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-08-06 07:14:09 +00:00
partmedia 0662407712 Make check and checkbook worthless.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18885 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-08-04 12:53:42 +00:00
partmedia 90a5f8c3bd Improve checkbook and add new check type.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18884 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-08-04 12:42:14 +00:00
partmedia beb067cd41 Fix food table archetypes.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18845 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-28 04:55:59 +00:00
kstenger 2ba06d7461 Correct path for the magic_whistle event.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18828 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-23 19:10:02 +00:00
kstenger a2db74bff3 New item: magic pet's whistle.
Why this item:
    In some cases pets may get angry at their owner and attack him.
    This whistle intends to give the player a chance to make his pets friendly again.
    This won't prevent the pet from getting angry again for whatever reason, which
    is ok.

Including: archetype, image, treasure list (for the whistle inventory to work 
           properly), python script which makes the "real work".

Hope to add a map soon to make this available to the players.

A    maps/trunk/python/items/magic_whistle.py
A    arch/trunk/misc/magic_whistle.trs
A    arch/trunk/misc/magic_whistle.arc
AM   arch/trunk/misc/magic_whistle.base.111.png


git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18827 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-23 18:56:37 +00:00
ryo_saeba 06f9b7fc87 Faces for dusts.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18822 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-21 13:04:07 +00:00
ryo_saeba 834c26fe46 Faces for various balms.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18820 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-21 12:31:44 +00:00
silvernexus 1bb0aea867 Adding images that were missed in r18803 and r18818 to complete the patch.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18819 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-20 16:17:35 +00:00
silvernexus dd92fe30b4 Adding images that were missed in r18803
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18818 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-20 16:11:26 +00:00
rjtanner f620dafd1a Patch #340 New items: black dragon scale and black dragon mail, courtesy of SilverNexus.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18803 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-07-18 18:45:43 +00:00
ryo_saeba 9d8fd2f8aa Remove unused attribute.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18718 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 19:03:31 +00:00
ryo_saeba eb95de5a73 Raw amethyst, to be used with alchemy.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18716 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 17:08:52 +00:00
ryo_saeba 68ef3df291 Raw emerald, to be used with alchemy.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18714 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 17:05:24 +00:00
ryo_saeba 5bf86ab5c7 Fix plural name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18713 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 16:19:29 +00:00
ryo_saeba aaca004e1f Raw sapphire, to be used with alchemy.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18711 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 16:18:10 +00:00
ryo_saeba b978cac32b Raw ruby, to be used with alchemy.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18709 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 16:13:10 +00:00
ryo_saeba 43879371d5 Raw diamonds, to be used with alchemy.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18707 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-05-11 16:01:09 +00:00
ryo_saeba 652ff8971b Add missing name.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18662 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-04-06 10:28:21 +00:00
rjtanner 54ce7d778d New archetypes and graphics for Draughts (aka checkers), includes playing pieces (red, black, red king, black king) and a new house for the world maps.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18652 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-04-02 07:01:42 +00:00
rjtanner 4331f989a0 Patch #320 by SilverNexus. Redesigned holy shield face graphic, making it bigger and lit in perspective (armour/shield/holyshield.base.111.png). Moved old image (armour/shield/holyshield.clsc.111.png) to the classic set.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18603 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-03-19 23:34:16 +00:00
ryo_saeba f88ca361c2 Archetypes for wall art.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18584 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-03-03 17:04:11 +00:00
ryo_saeba e55b3de4b6 Recenter pictures to match walls's size.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18583 282e977c-c81d-0410-88c4-b93c2d0d6712
2013-03-03 17:03:34 +00:00
silvernexus 1c55a7ee71 Added classic placeholder images so classic image set won't revert to base set for most of goblin_leader facings.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18553 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-12-21 04:19:54 +00:00
silvernexus 467f743bd9 Redesigned river faces to match the lakes. No animations for them yet, though.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18552 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-12-18 03:38:28 +00:00
silvernexus e854a10501 Recolored blade of classic dagger to make bronze variation.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18550 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-12-08 04:01:53 +00:00
rjtanner cd60bdffee Patch: 3588680, Removed outlines around planes in lamp post image. Credit to SilverNexus.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18541 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-30 00:29:41 +00:00
rjtanner 49bf092f94 Patch: 3586098, Minor touch-up on some stores. Credit to SilverNexus.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18540 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-30 00:25:57 +00:00
rjtanner 1d710921b4 Patch: 3588679, Recolored air elemental image to create new dust elemental image. Moved old images to classic image set. Credit to SilverNexus.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18539 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-30 00:20:42 +00:00
silvernexus f899dded8d Redesigned wine glass faces.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18538 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-29 20:19:24 +00:00
silvernexus 543e269953 CHANGES entry for previous commit.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18537 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-29 04:03:49 +00:00
silvernexus bdded9f4fa Fixed faces for nonplayer warrior humanoids.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18536 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-29 03:57:55 +00:00
silvernexus 71d119c98b Added distinct graphic for rune of icestorm.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18535 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-28 18:07:42 +00:00
silvernexus c78434dea0 Recolored classic axe_3 to make golden version.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18534 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-28 17:16:27 +00:00
silvernexus 6ee368f10a Redesigned the coffee cup to be in perspective.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18533 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-28 16:24:58 +00:00
silvernexus cce003161f Recolored classic shield to make bronze version.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18532 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-28 15:49:08 +00:00
silvernexus 42938d1429 Redesigned Evil Master Bonehead images to be in perspective.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18531 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-27 21:01:25 +00:00
silvernexus c634cf99fb Redesigned black fire elemental images to be in perspective.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@18530 282e977c-c81d-0410-88c4-b93c2d0d6712
2012-11-27 19:11:47 +00:00