예시로 AK-103 코드임
조준경 이름은 scope_4x
gun_item 수정해야 되는데 내가 gun 수정하는걸로 잘못 알려줘서 안먹힌듯

entities.blk에 복붙할것


ak_103_gun{

  _override:b=yes

  _use:t="gun_with_initial_ammo"

  _use:t="paid_loot_ressuply"

  paid_loot__ressuplyCost:i=10  

}


ak_103_gun_item{

  _override:b=yes

  _use:t="item_gun"

  _group{

    _tags:t="server"

     "customProps:object"{

    "gunMods:object"{

      scope:t="scope_4x"

      }

    }

    "gun__initialAmmoHoldersCount:list<i>"{

      item:i=16

    }

  }

}