Skip to content

Commit

Permalink
Merge branch 'master' of github.com:massif-press/lancer-data
Browse files Browse the repository at this point in the history
  • Loading branch information
jarena3 committed Jul 26, 2023
2 parents 99428d0 + c2a4500 commit f147896
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1223,6 +1223,8 @@ The optional type and size parameters will restrict any weapon-related bonus to
| `drone_tech_attack` | Add tech attack to all deployed Drones | integer |
| `drone_save` | Add save to all deployed Drones | integer |
| `drone_speed` | Add speed to all deployed Drones | integer |
| `pilot_gear_slots` | Increase Pilot Gear capacity | integer |
| `pilot_weapon_slots` | Increase Pilot Weapon capacity | integer |

The `overwrite` flag will _overwrite_ any integer value bonus with the highest bonus of the same type from any source that has an `overwrite` flag. Which is to say: all applicable bonuses of that bonus ID will be collected and everything will be discarded _except for_ the bonus of the highest value _that has an `overwrite` flag_.
Eg: a mech with items that give +4, +2, +3 (overwrite) and +2 (overwrite) AI Cap will result in a +3 AI Cap bonus.
Expand Down

0 comments on commit f147896

Please sign in to comment.