Search found 5 matches
- Thu 19 Mar, 2020 1:17 am
- Forum: Modding
- Topic: Creating levelable skills for non-hero units
- Replies: 5
- Views: 3856
Re: Creating levelable skills for non-hero units
I'll take a look at that. Thank you.
- Wed 18 Mar, 2020 12:40 am
- Forum: Modding
- Topic: Creating levelable skills for non-hero units
- Replies: 5
- Views: 3856
Re: Creating levelable skills for non-hero units
ability entry: sm_heal_target_apoth_1.rbf GameData: { | ability_bag: { | | activation: "targeted"; | | cost: { | | | $REF: "cost_table"; | | | popcap: 0f; | | | requisition: 0f; | | | power: 0f; | | | waaagh: 0f; | | }; | | duration_time: 0.2f; | | global_recharge: false; | | re...
- Wed 18 Mar, 2020 12:39 am
- Forum: Modding
- Topic: Creating levelable skills for non-hero units
- Replies: 5
- Views: 3856
Re: Creating levelable skills for non-hero units
sbps entry: sm_apothecary_1.rbf GameData: { | squad_loadout_ext: { | | $REF: "squad_extensions\squad_loadout_ext"; | | max_leaders: 0; | | unit_list: { | | | squad_loadout_unit_entry: { | | | | $REF: "squad_loadout_unit_entry"; | | | | num: 1; | | | | max: 1; | | | | type: "...
- Wed 18 Mar, 2020 12:39 am
- Forum: Modding
- Topic: Creating levelable skills for non-hero units
- Replies: 5
- Views: 3856
Re: Creating levelable skills for non-hero units
ebps entry: sm_apothecary_1.rbf GameData: { | combat_ext: { | | $REF: "entity_extensions\combat_ext"; | | hardpoints: { | | | hardpoint_details: { | | | | $REF: "hardpoint_details"; | | | | weapon_table: { | | | | }; | | | | default_position_info: { | | | | | heading: { | | | | ...
- Wed 18 Mar, 2020 12:38 am
- Forum: Modding
- Topic: Creating levelable skills for non-hero units
- Replies: 5
- Views: 3856
Creating levelable skills for non-hero units
I'm trying to make an apothecary that is trainable from the hq. I've got the apothecary unit made, trainable, and assigned abilities and wargear. The issue I'm running into is that I want the apothecary heal ability to level with the apothecary (the unit's max level is now 4 and has its own troop en...
