Resource icon

Range 2 Machine Guns 1

Modinfo:

Code:
<?xml version="1.0" encoding="utf-8"?>
<Mod id="d1249ff8-9084-4631-8738-321266fd613e" version="1">
  <Properties>
    <Name>Range 2 Machine Guns</Name>
    <Description>Gives Machine Guns Range 2 instead of 1.</Description>
    <Teaser>Gives Machine Guns Range 2 instead of 1.</Teaser>
    <Authors>fodazd</Authors>
  </Properties>
  <InGameActions>
    <UpdateDatabase id="NewAction">
      <File>Range.sql</File>
    </UpdateDatabase>
  </InGameActions>
  <Files>
    <File>Range.sql</File>
  </Files>
</Mod>


Range.sql:

Code:
-- Range
-- Author: fodazd
-- DateCreated: 4/1/2017 7:55:27 AM
--------------------------------------------------------------

UPDATE Units SET Range='2' WHERE UnitType='UNIT_MACHINE_GUN';


Workshop Link: http://steamcommunity.com/sharedfiles/filedetails/?id=899648180
 
Back
Top Bottom