#Bl2: Skag Summoner Gaige (Beta)

1 messages · Page 1 of 1 (latest)

distant juniper
#

Proof of concept as a first sort of custom summon with working ai. Not fully complete, but a decent start for any mods that might want to add a custom summon. I didn't find anything on custom summons so here's something for anyone that wants an example to use as reference material.

Requirements:

  • Python SDK
  • Command Extensions

Known Bugs:

  • The skag has like 10 attacks, but just spams the shock attack
  • Doesn't include map merging for every map at the moment, doesn't work in some maps.

Note:

  • Balanced around my mod, not vanilla. The summons probably gonna be underpowered without touching it's damage values. Oh and no clue if the patient pack skills works, but the rest does

Explanations:

  • Loads the Stockade_Combat package so skags are loaded in to be able to clone them. If you were making a bullymong for example you'd probably load the map Three horns divide.
  • The parts cloning attacks is so it's not doing the same two moves, basically like how deathtrap gets more moves as you put points into some skills. It technically probably only needs one attack, but I didn't want to change the BPD that deathtrap uses.
  • Gaige since her action skills already a summon, so probably the easiest character to make a summon for.
#

Bl2: Skag Summoner Gaige (Beta)