Remove unused race changing.
parent
d83c014f8f
commit
358b56a7e2
61
races
61
races
|
@ -1,28 +1,13 @@
|
||||||
|
# Monster list by race, used for summoning cult monsters.
|
||||||
#
|
#
|
||||||
# the races file
|
# To start a new race category, write a line with 'RACE' identifier then
|
||||||
|
# list the name of the archetypes singly on lines below.
|
||||||
#
|
#
|
||||||
# To start a new race category w/ 'RACE' identifier
|
# If the arch is a creature, it is added to a linked
|
||||||
# list the name of the archetypes singly on lines below
|
|
||||||
#
|
|
||||||
# Each arch entered will have thei op->race reset to
|
|
||||||
# the value listed for the last occuring 'RACE'. Also,
|
|
||||||
# if the arch is a creature, it is added to a linked
|
|
||||||
# list of monsters that all have the same race.
|
# list of monsters that all have the same race.
|
||||||
# Any type of archetype may be listed, but monsters
|
# Any type of archetype may be listed, but monsters
|
||||||
# should be ordered by inherent level value/exp
|
# should be ordered by inherent level value/exp, as higher summoning levels
|
||||||
#
|
# should yield more powerful creatures.
|
||||||
# This appears to be only used for summoning cult monsters.
|
|
||||||
# Hence the need for order by level.
|
|
||||||
#
|
|
||||||
# Prepending a '!' will prevent an item from having its
|
|
||||||
# op->race field reset to RACE.
|
|
||||||
#
|
|
||||||
# Prepending a '@' will prevent a creature from having its
|
|
||||||
# arch listed on the summoning list.
|
|
||||||
#
|
|
||||||
# You can have an entry with both '@' and '!' (ie "@!<name>")
|
|
||||||
# but that is the same as not listing the arch!
|
|
||||||
#
|
|
||||||
#
|
#
|
||||||
RACE undead
|
RACE undead
|
||||||
generate_ghost
|
generate_ghost
|
||||||
|
@ -145,7 +130,6 @@ RACE unnatural
|
||||||
golem_necro
|
golem_necro
|
||||||
RACE dragon
|
RACE dragon
|
||||||
generate_dragon
|
generate_dragon
|
||||||
@pl_dragon
|
|
||||||
dragon
|
dragon
|
||||||
baby_dragon
|
baby_dragon
|
||||||
chinese_dragon
|
chinese_dragon
|
||||||
|
@ -155,7 +139,7 @@ RACE dragon
|
||||||
Cwyvern
|
Cwyvern
|
||||||
big_dragon_worthless
|
big_dragon_worthless
|
||||||
RACE water_elemental
|
RACE water_elemental
|
||||||
!para_mud
|
para_mud
|
||||||
para_water
|
para_water
|
||||||
para_ice
|
para_ice
|
||||||
water_elemental
|
water_elemental
|
||||||
|
@ -229,9 +213,8 @@ RACE chaos
|
||||||
living_chaos
|
living_chaos
|
||||||
chaos_witch
|
chaos_witch
|
||||||
RACE dwarf
|
RACE dwarf
|
||||||
!gnome
|
gnome
|
||||||
dwarf
|
dwarf
|
||||||
@dwarf_player
|
|
||||||
dwarf_priest
|
dwarf_priest
|
||||||
dwarf_wiz
|
dwarf_wiz
|
||||||
lesser_dwarven_guard
|
lesser_dwarven_guard
|
||||||
|
@ -250,19 +233,19 @@ RACE insect
|
||||||
xan
|
xan
|
||||||
# this is the summoning list for the god ruggilli
|
# this is the summoning list for the god ruggilli
|
||||||
RACE consuming_fire_creatures
|
RACE consuming_fire_creatures
|
||||||
!para_fire
|
para_fire
|
||||||
!fire_serpent
|
fire_serpent
|
||||||
!fire_elemental
|
fire_elemental
|
||||||
!fire_witch
|
fire_witch
|
||||||
!dragon
|
dragon
|
||||||
!baby_dragon
|
baby_dragon
|
||||||
!big_dragon
|
big_dragon
|
||||||
# this is the summoning list for the goddess Ixalovh
|
# this is the summoning list for the goddess Ixalovh
|
||||||
RACE chaotic_water_creatures
|
RACE chaotic_water_creatures
|
||||||
!para_water
|
para_water
|
||||||
!water_elemental
|
water_elemental
|
||||||
!lokanth
|
lokanth
|
||||||
!tentacle
|
tentacle
|
||||||
!water_witch
|
water_witch
|
||||||
!tentacle2
|
tentacle2
|
||||||
!chinese_dragon
|
chinese_dragon
|
||||||
|
|
Loading…
Reference in New Issue