This commit is contained in:
Oscar
2025-06-28 18:13:47 +03:00
parent 875d594038
commit 23a35fe3cd
23 changed files with 2579 additions and 607 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

24
Assets/Items/rifle.ammo Normal file
View File

@@ -0,0 +1,24 @@
{
"AmmoType": "Rifle",
"Damage": 20,
"Penetration": 0,
"IsExplosive": false,
"ExplosionRadius": 0,
"CompatibleWeapons": "",
"Category": "Ammo",
"Name": "Rifle Ammo",
"Description": "",
"Prefab": {
"_type": "gameobject",
"prefab": "prefabs/weapon/rifle_ammo.prefab"
},
"ImageTexture": null,
"ImageUrl": null,
"MaxCount": 256,
"Rarity": "Common",
"Weight": 1,
"IsStackable": true,
"IsEquipable": false,
"__references": [],
"__version": 0
}

33
Assets/Items/rifle.weapon Normal file
View File

@@ -0,0 +1,33 @@
{
"Slot": "RightHand",
"HoldType": "Rifle",
"WeaponDefinition": {
"Position": "0,0,0",
"Rotation": "0,0,0,0",
"Scale": "0,0,0"
},
"Damage": 20,
"FireRate": 14,
"Range": 1000,
"MagazineSize": 40,
"AmmoType": "Rifle",
"ReloadTime": 2,
"Spread": 0.02,
"IsAutomatic": true,
"Category": "Weapon",
"Name": "Rifle",
"Description": "Rifle test",
"Prefab": {
"_type": "gameobject",
"prefab": "prefabs/weapon/rifle.prefab"
},
"ImageTexture": null,
"ImageUrl": null,
"MaxCount": 1,
"Rarity": "Common",
"Weight": 1,
"IsStackable": false,
"IsEquipable": true,
"__references": [],
"__version": 0
}