View Single Post
Author Message
ztar
Member
Join Date: Mar 2010
Old 06-07-2010 , 23:11   [L4D2] LAST BOSS
Reply With Quote #1

First, I'm not good at English. Sorry for poor Sentence
and I might not be able to do appropriate answer.

1.Description:
 Special Tank spawns during finale event. He has original status and special skills,
 and changes form up to four stages according to the health residual quantity.
 A lot of visual and sound effects are used. Default setting is described below.

 Default Health : 30000

 1-1.First form - [THE BOSS] (Health :30000~22000)
  COLOR :Yellow  SPEED :Normal   FORCE :Normal  EFFECT :None
  Skills:
   Blast Rock - Rock explodes when survivors are hit.

 1-2.Second form - [STEEL OVERLORD] (Health :22000~14000)
  COLOR :Green   SPEED :Little fast   FORCE :Strong  EFFECT :None
  Skills:
   Blast Rock - Rock explodes when survivors are hit.
   Gravity Claw - Attacked survivor's gravity reduced between a few seconds.
   Steel Skin - Tank's weight is very heavy and no damage by melee weapon.

 1-3.Third form - [NIGHT STALKER] (Health :14000~8000)
  COLOR :Blue->Stealth  SPEED :Little fast  FORCE :Weak  EFFECT :Smoke
  Skills:
   Blast Rock - Rock explodes when survivors are hit.
   Stealth Skin - Tank gradually becomes transparent and cannot be burnt.
   Dread Claw - Attacked survivor becomes blind between a few seconds.

 1-4.Fourth form - [SPIRIT OF FIRE] (Health :8000~0)
  COLOR :Red  SPEED :Fast  FORCE :Strong   EFFECT :Fire
  Skills:
   Comet Strike - Rock explodes and burns when survivors are hit.
   Burn Claw - Attacked survivor's health turned into temp health.
   Mad Spring - Tank jumps frequently.
   Flame Gush - If survivors attacked by melee weapon, Fire spreads around Tank.

 1-5.Commonness
  Skills:
   Earth Quake - When Special Tank attacks incapped survivor, survivors around him is blown off.
   Reflesh - Special Tank extinguish his own fire when form is changed.
   Fenix Tail - Special Tank spawns in forth form when rescue vehicle has come.
   Call of Abyss - When Special Tank changes form(third to fourth), He howls and call horde.
   Fatal Mirror - Special Tank teleports near one survivor every 35(default)sec. (New)

2.Restriction:
 - Two or more special Tank cannot spawn. Only one.
 - Not support Versus mode now. However, it is likely to possibly work.
 - Default setting of CVARs are set for my custom server. It is not balanced yet.
 - He is so strong, so I recommend to apply some plugin that strengthens survivor.
 - If you'd like to change particle, sound and announce, Look at the upper part of .sp file.

3.ConVar:
 3-1.About ON/OFF
  sm_lastboss_enable 1 : Special Tank spawned in Finale.(0:OFF 1:ON(Finale Only) 2:ON(Always) 3:ON(Second Tank Only))
  sm_lastboss_enable_announce 1 : Enable announce when spawns and changing form.(0:OFF 1:ON)
  sm_lastboss_enable_steel 1 : Special Tank can use Steel Skin.(0:OFF 1:ON)
  sm_lastboss_enable_stealth 1 : Special Tank can use Stealth Skin.(0:OFF 1:ON)
  sm_lastboss_enable_gravity 1 : Special Tank can use Gravity Claw.(0:OFF 1:ON)
  sm_lastboss_enable_burn 1 : Special Tank can use Burn Claw.(0:OFF 1:ON)
  sm_lastboss_enable_quake 1 : Special Tank can use Earth Quake.(0:OFF 1:ON)
  sm_lastboss_enable_jump 1 : Special Tank can use Mad Spring.(0:OFF 1:ON)
  sm_lastboss_enable_comet 1 : Special Tank can use Blast Rock and Comet Strike.(0:OFF 1:ON)
  sm_lastboss_enable_dread 1 : Special Tank can use Dread Claw.(0:OFF 1:ON) 
  sm_lastboss_enable_gush 1 : Special Tank can use Flame Gush.(0:OFF 1:ON) 
  sm_lastboss_enable_abyss 1 : Special Tank can use Call of Abyss.(0:OFF 1:ON(Fourth form only) 2:ON(All forms))
  sm_lastboss_enable_warp 1 : Special Tank can use Fatal Mirror.(0:OFF 1:ON) (New)

 3-2.About Basic Status
  sm_lastboss_health_max 30000 : Maximum health of Special Tank.
  sm_lastboss_health_second 22000 : When health becomes below this value, change into second form.
  sm_lastboss_health_third 14000 : When health becomes below this value, change into third form.
  sm_lastboss_health_forth 8000 : When health becomes below this value, change into fourth form.

  sm_lastboss_color_first 255 255 80 : Color of first form. (RGB value)
  sm_lastboss_color_second 80 255 80 : Color of second form. (RGB value)
  sm_lastboss_color_third 80 80 155 : Color of third form. (RGB value)
  sm_lastboss_color_forth 255 80 80 : Color of fourth form. (RGB value)

  sm_lastboss_force_first 1000 : Force of first form. (Not damage)
  sm_lastboss_force_second 1500 : Force of second form. (Not damage)
  sm_lastboss_force_third 800 : Force of third form. (Not damage)
  sm_lastboss_force_forth 1800 : Force of fourth form. (Not damage)

  sm_lastboss_speed_first 0.9 : Speed rate of first form.
  sm_lastboss_speed_second 1.1 : Speed rate of second form.
  sm_lastboss_speed_third 1.0 : Speed rate of third form.
  sm_lastboss_speed_forth 1.2 : Speed rate of fourth form.

 3-3.About Skill
  sm_lastboss_weight_second 8.0 : Weight rate of second form.
  sm_lastboss_stealth_third 10.0 : It starts to become transparent after this value elapsed in third form.
  sm_lastboss_jumpinterval_forth 1.0 : Interval of "Mad Spring".
  sm_lastboss_jumpheight_forth 300.0 : Jump power of "Mad Spring".
  sm_lastboss_gravityinterval 6.0 : Effective time of "Gravity Claw".
  sm_lastboss_quake_radius 600.0 : Radius of "Earth Quake".
  sm_lastboss_quake_force 350.0 : Force of "Earth Quake".
  sm_lastboss_dreadinterval 10.0 : Effective time of "Dread Claw". 
  sm_lastboss_dreadrate 235 : Blind rate of "Dread Claw". (0-255)
  sm_lastboss_warp_interval 35 : Warp interval of "Fatal Mirror". (New)
  sm_lastboss_forth_c5m5_bridge 0 : If 1, Form is from the beginning to forth in "Bridge" because of unique finale. (New)

4.Change:
  version 1.3 - First release in SourceMod. I tested in five official campaign.
  version 1.4 - Added skill "Dread Claw" for third form.
            Added skill "Flame Gash" for forth form.
            Added skill "Call of Abyss" for each form.
            Remove "Gravity Claw" from third form.
            Fixed call stack error.
  version 1.5 - "Call of Abyss" only works when special Tank changed form third to fourth.
            Fixed small bug.
  version 1.7 - Support multitank. You can spawn another Tank when special Tank exists.
            Added skill "Fatal Mirror" for each form.
Attached Files
File Type: sp Get Plugin or Get Source (l4d2_lastboss.sp - 14938 views - 33.2 KB)

Last edited by ztar; 07-17-2010 at 12:43.
ztar is offline