Khaos 
Master
 
Posts: 595
Likes Given: 166
Likes Received: 83 in 51 posts
Joined: Mar 2012
Reputation: 11
![]()
|
RE: Sphere Community Pack 2.0
This an example NPC from my collection;
Code:
// Orc
// Head is mountable with a taxidermy kit
[chardef 011]
defname=c_orc
name=orc
can=mt_walk|mt_run|mt_usehands|mt_equip
moverate=100
dam=5,7
icon=i_pet_orc
resources=1 i_ribs_raw
foodtype=15 t_food, t_meat_raw, t_fruit
aversions=t_trap
desires=i_gold, t_coin, t_gem, t_jewelry
bloodcolor=0
tevents=sounds_orc
tspeech=
reslevel=0
resdispdnid=c_orc
resdispdnhue=0
category=Humanoids
subsection=Orcs
description=Orc
on=@create
npc=brain_monster
name=#names_orc
fame=1500
karma=-1500
tag.slayer=slayer_orc|slayer_repond
modar=25,30
resfire=20,30
rescold=10,20
respoison=10,20
resenergy=20,30
ostr={ 95 120 }
odex={ 80 105 }
oint={ 35 60 }
maxhits={ 58 72 }
wrestling={ 50.0 70.0 }
tactics={ 55.0 80.0 }
magicresistance={ 50.0 75.0 }
anatomy=0.0
item=loot_orc_00
[template loot_orc_00]
defname=loot_orc_default
category=Templates - NPC Loot
subsection=Orcs
description=Orc
//container=i_backpack
item=i_gold, { 50 100 }
item=i_boots_thigh
item=random_food
item={ i_bola_ball 1 0 19 }
item={ ttm_lvl1 1 0 19 }
item={ i_whip_stout 1 0 19 }
|
|
07-19-2012 02:08 AM |
|
|