Files
Jedi-Academy/base/ext_data/siege/classes/jediwarrior.scl
2013-04-04 14:32:05 -07:00

21 lines
596 B
Plaintext

//Siege class def file.
ClassInfo
{
name "Jedi Warrior"
weapons WP_SABER
saber1 dual_1
sabercolor 3
saberstyle SS_STAFF
forcepowers FP_SABER_OFFENSE,2|FP_SABER_DEFENSE,3|FP_LEVITATION,2|FP_PUSH,2|FP_PULL,1|FP_PROTECT,3|FP_ABSORB,1|FP_HEAL,1
maxhealth 100
maxarmor 0
model "jedi_kdm" //this is optional, if it's here it forces the model to this.
speed 1.25
skin "siege" //this is optional, if it's here it forces the skin to this.
uishader "models/players/jedi_kdm/icon_siege"
class_shader "gfx/mp/c_icon_infantry"
}
description "@SIEGE_INF_JEDI_WARRIOR"