| 681 | } |
| 682 | |
| 683 | static const ThingEffectItem* GetTEArmorList() |
| 684 | { |
| 685 | static const ThingEffectItem TEArmorList[] = {ThingEffectItem("FxExploArmor1", 0.2), |
| 686 | ThingEffectItem("FxExploArmor2", 0.2), // any probability rest |
| 687 | ThingEffectItem("FxExploArmor3", 0.2), |
| 688 | ThingEffectItem("FxExploArmor4", 0.2), // any probability rest |
| 689 | ThingEffectItem("FxExploGround1", 0.1), |
| 690 | ThingEffectItem("FxExploGround2", 10), // any probability rest |
| 691 | ThingEffectItem()}; |
| 692 | return TEArmorList; |
| 693 | } |
| 694 | |
| 695 | static const ThingEffectItem* GetTECartridgeList() |
| 696 | { |
no test coverage detected