Advertisement
GraceCB

Untitled

Dec 7th, 2021
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. scn MiguiArmorHnLG
  2.  
  3. int bYes
  4.  
  5. Begin Function{bYes}
  6. if bYes == 0 || FileExists "config\MigArmorDegen.ini" == 0
  7. Return
  8. endif
  9.  
  10. ArmorDamageFormula = GetINIFloat "Setup:Formula" "MigArmorDegen.ini"
  11. ArmorDamageUnequip = GetINIFloat "Setup:Unequip" "MigArmorDegen.ini"
  12.  
  13. ArmorDamageMult = GetINIFloat "Setup:DamageMult" "MigArmorDegen.ini"
  14. ArmorDamageMultExpl = GetINIFloat "Setup:DamageMultExpl" "MigArmorDegen.ini"
  15.  
  16. ArmorDamageCompPerk = GetINIFloat "Setup:CompMaintenancePerk" "MigArmorDegen.ini"
  17. ArmorDamageHitBodyMult = GetINIFloat "Setup:BodyArmorSizes" "MigArmorDegen.ini"
  18.  
  19. ArmorDamageNPCtoPlayer = GetINIFloat "Setup:NPCtoPlayer" "MigArmorDegen.ini"
  20. ArmorDamageNPCtoComp = GetINIFloat "Setup:NPCtoComp" "MigArmorDegen.ini"
  21. ArmorDamageNPCtoNPC = GetINIFloat "Setup:NPCtoNPC" "MigArmorDegen.ini"
  22.  
  23. ArmorDamagePlayerToNPC = GetINIFloat "Setup:PlayerToNPC" "MigArmorDegen.ini"
  24. ArmorDamageCompToNPC = GetINIFloat "Setup:CompToNPC" "MigArmorDegen.ini"
  25. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement