ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/arch/res/artifacts
(Generate patch)

Comparing deliantra/arch/res/artifacts (file contents):
Revision 1.2 by elmex, Wed Jun 23 08:38:04 2010 UTC vs.
Revision 1.3 by root, Fri Apr 15 22:13:14 2011 UTC

63# control of probability and creation conditions. 63# control of probability and creation conditions.
64# 64#
65# Allowed is followed with a comma seperated list of items that 65# Allowed is followed with a comma seperated list of items that
66# that artifact is allowed for. A ! can precede the object name, 66# that artifact is allowed for. A ! can precede the object name,
67# to mean that the object is allowed for all objects except those with 67# to mean that the object is allowed for all objects except those with
68# that name. The name will be matched to either the normal item 68# that name. The name will be matched to the name of the archetype
69# name, or the name of the archetype. 69# (in cf: also the name)
70# 70#
71# After the 'Allowed <whatever>' field, a 'chance <value>' field 71# After the 'Allowed <whatever>' field, a 'chance <value>' field
72# follows. This is how likely the item is to be created. It is relative 72# follows. This is how likely the item is to be created. It is relative
73# to other objects of the same type. What happens is that all of the 73# to other objects of the same type. What happens is that all of the
74# artifacts with the same type are put on 1 list, and their chance 74# artifacts with the same type are put on 1 list, and their chance

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines