From 2a9fa03c19db79d0ceeeca7de6ac7c898420d388 Mon Sep 17 00:00:00 2001 From: partmedia Date: Sat, 24 May 2014 17:32:18 +0000 Subject: [PATCH] Add random ores. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@19489 282e977c-c81d-0410-88c4-b93c2d0d6712 --- random/random_ore.arc | 7 +++++++ treasures.trs | 31 +++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 random/random_ore.arc diff --git a/random/random_ore.arc b/random/random_ore.arc new file mode 100644 index 000000000..d4d0bc397 --- /dev/null +++ b/random/random_ore.arc @@ -0,0 +1,7 @@ +Object random_ore +face randomMin.111 +type 4 +hp 1 +randomitems random_ore +auto_apply 1 +end diff --git a/treasures.trs b/treasures.trs index 7de57ce15..149d2a29e 100644 --- a/treasures.trs +++ b/treasures.trs @@ -1658,6 +1658,37 @@ treasureone random_artifact list rare_artifacts chance 5 end +treasureone random_ore + arch rubble + chance 50 + more + arch zincore + chance 30 + more + arch copperore + chance 30 + more + arch leadore + chance 25 + more + arch tinore + chance 20 + more + arch ironore + chance 15 + more + arch uraniumore + chance 12 + more + arch silverore + chance 9 + more + arch goldore + chance 3 + more + arch platore + chance 1 + end treasureone uncommon_items arch horn chance 5