Class ideas from mb2 (Serious) #01

Posts
63
Likes
57
a class involving the Kaminoans, being a scientist class, being a weak class because it is not trained in combat but in healing and armies, having an adequate HP, they have healing equipment and healing abilities, in addition to being able to summon clone troopers(bots ) being his triumph. being a class focused on support, healing your allies and bots.
images
images
images



They are kind of a neutral class, being on both teams, acting as scientists, with Kaminoans, among other races, or Human scientists who have already appeared in Star Wars.
 
Posts
63
Likes
57
how do you want this work out?
This is more an idea for Legends!
apparently the devs plan to create new classes, so I was thinking about making a suggestion for this class for Open(recently added the bots for a player to use) and it would be a good use for bots
 

2cwldys

FA Contributor
Donator
Internal Beta Team
Posts
129
Likes
139
If you're interested in modding such a character into legends yourself. Consider below.

Then, once finding your suitable model for a kaminoan,
In their .mbch file, grant them:


Code:
    model           " "
    skin            " "
    uishader        " "

    //e.g:
    //model            "stormie" // Model path used
    //skin            "default" // Model skin used
    //uishader        "models/players/stormie/mb2_icon_default" // Class icon
   
    maxhealth      
    maxarmor
    //whatever values you want
   
    MBClass        "MB_CLASS_HERO"
    //whatever class you want

    classflags    CFL_STATVIEWER
    holdables    HI_HEALTHDISP|HI_ARMORDISP

.mbch files can be studied in MBAssets3, /ext_data/mb2/characters && /ext_data/mb2/teamconfig,
You can find uishaders or find character skins you want by checking out the zz_MBModelsX in Gamedata/MBII.
 
Top