11 Commits
Author SHA1 Message Date
FluffyandGitHub c5dabb9cda Armor defines (#20563)
Added armor defines
Converted raw strings use to defines
Added UT test to ensure people set the armor var correctly (to a list)

No player facing changes
2025-03-09 21:37:46 +00:00
FluffyandGitHub c25c8b6a37 Last editorconfig fixup (#17782)
* one

* two

* three

* fsdsdf
2023-11-20 18:22:42 +00:00
Matt AtlasandGitHub f9d8fc6f04 Security weaponry and balance tweaks. (#15297) 2023-01-23 15:05:40 +01:00
GeevesandGitHub 9dbe696d96 Stronger Mechs (#12192)
Mech ballistic and laser armor has been buffed, allowing them to function for longer in firefights. Combat armor melee armor has also been buffed.
    Fixed analyzing mechs not giving the correct integrity values.
2021-07-24 21:51:48 +03:00
GeevesandGitHub 8913df9e81 Robotics Sprites & Descriptions (#11753) 2021-04-29 22:06:27 -03:00
Matt AtlasandGitHub 1e1c25baa5 Nerfs most armor across the board, shuffles guns values around. (#11467) 2021-03-25 16:02:40 +01:00
Matt AtlasandGitHub e7eef8b7db Fixes rig armor not working and some other armor stuff. (#11365) 2021-03-04 12:52:27 -03:00
GeevesandGitHub bcdfbfd4a7 Exosuit Part Examine Tweak (#11260) 2021-02-24 16:00:39 +01:00
Matt AtlasandGitHub c30cd94024 Reworks armor damage reduction + armor components + more goodies. (#11106)
Ports Baystation12/Baystation12#27254 and Baystation12/Baystation12#24787 and everything inbetween I guess.

Note that this PR makes guns and armor overall stronger. Lasers also once again do organ damage.
2021-02-14 17:54:45 +02:00
Mykhailo BykhovtsevandErki 8c1e92edcd Fixing Mechs more. The fight between armor and armour (#7723)
The armour and armor again strikes:

    Apparently original Mech port PR has overridden borg's armor definition and was using it. This fixes it by making mech's armor a child of borg's armor instead.

    renames borg's armour to armor references.

    Mech's melee damage has been increased. It depends on manipulator type. Light: 15, Regular: 20, Combat 30, Heavy: 50. Fixes #7665

    Adds missed check in mech's destroy proc
2019-12-19 21:41:23 +02:00
Mykhailo BykhovtsevandErki a4a6fb5f03 Lots of fixes for Mechs (#7692)
Spent lots of time and lots of changes to fix issues:

    bugfix: "Mechs no longer runtime during destroy call."

    bugfix: "Turrets and NPCS no longer target empty mechs."

    bugfix: "Mechs no longer runtime during armor check. Mechs now use their armor and values for it. Before it would ignore them entirely and deal 100% damage."

    Added ismech() define and also QDEL_NULL_LIST() define from TG. Matt's suggestion

    renamed any armour references in mech code to armor to keep it consistent
2019-12-17 17:28:31 +02:00