From 7d14ad65a48cefc3966d4a2ca9c27143eaa65454 Mon Sep 17 00:00:00 2001 From: ryo_saeba Date: Sat, 12 Apr 2008 20:47:59 +0000 Subject: [PATCH] Fish archetypes and treasure list. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@8746 282e977c-c81d-0410-88c4-b93c2d0d6712 --- food/fish.arc | 129 ++++++++++++++++++++++++++++++++++++++++++++++++++ food/fish.trs | 19 ++++++++ 2 files changed, 148 insertions(+) create mode 100644 food/fish.arc create mode 100644 food/fish.trs diff --git a/food/fish.arc b/food/fish.arc new file mode 100644 index 000000000..fecaf2c44 --- /dev/null +++ b/food/fish.arc @@ -0,0 +1,129 @@ +# Source: http://commons.wikimedia.org/wiki/Image:Argyropelecus_gigas_(Giant_hatchetfish).gif +# Licence: +# The author is Dr Tony Ayling, the illustration was originally published in Guide to the Sea Fishes of New Zealand by Tony Ayling & Geoffrey Cox, (William Collins Publishers Ltd, Auckland, New Zealand 1982) ISBN 0-00-216987-8 +Object fish_1 +name fish +face fish_1.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end + +# Source: from http://commons.wikimedia.org/wiki/Image:Allocyttus_verrucosus_(Warty_oreo).gif +# Licence: +# This illustration is licensed under the Creative Commons Attribution ShareAlike 1.0 license. The author is Dr Tony Ayling, the illustration was originally published in Guide to the Sea Fishes of New Zealand by Tony Ayling & Geoffrey Cox, (William Collins Publishers Ltd, Auckland, New Zealand 1982) ISBN 0-00-216987-8. +Object fish_2 +name fish +face fish_2.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end + + +# The 4 following pics have the following licence: +# Source: http://www.fishbase.org +# This is a drawing by former FishBase staff member Robbie N. Cada. +# Drawings done by Robbie Cada are public domain and can be used freely, however, FishBase would appreciate a proper indication of the source. + +# Source: http://commons.wikimedia.org/wiki/Image:Apcoc_u0.gif +Object fish_3 +name fish +face fish_3.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end + +# Source: http://commons.wikimedia.org/wiki/Image:Amper_u0.gif +Object fish_4 +name fish +face fish_4.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end + +# Source: http://commons.wikimedia.org/wiki/Image:Amoce_u0.gif +Object fish_5 +name fish +face fish_5.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end + +# Source: http://commons.wikimedia.org/wiki/Image:Ammel_u0.gif +Object fish_6 +name fish +face fish_6.111 +color_fg green +food 100 +nrof 1 +type 6 +material 32 +value 4 +weight 3500 +identified 1 +name_pl fishes +client_type 601 +harvest_race fish +harvest_exp 100 +harvest_level 1 +harvest_tool pole +end diff --git a/food/fish.trs b/food/fish.trs new file mode 100644 index 000000000..a2016d494 --- /dev/null +++ b/food/fish.trs @@ -0,0 +1,19 @@ +treasure fish + arch fish_1 + chance 10 + more + arch fish_2 + chance 10 + more + arch fish_3 + chance 10 + more + arch fish_4 + chance 10 + more + arch fish_5 + chance 10 + more + arch fish_6 + chance 10 +end