Initial commit.
This commit is contained in:
20
base/ext_data/siege/classes/jediwarrior.scl
Normal file
20
base/ext_data/siege/classes/jediwarrior.scl
Normal file
@@ -0,0 +1,20 @@
|
||||
//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"
|
||||
Reference in New Issue
Block a user