marrub
/
Lithia
Archived
1
0
Fork 0
This repository has been archived on 2023-06-17. You can view files and clone it, but cannot push or open issues/pull-requests.
Lithia/pksrc/lscripts/Items/Ammo.dec

28 lines
312 B
Plaintext

actor Lith_MagicAmmo : Ammo
{
Inventory.MaxAmount 1000
}
actor Lith_ShellAmmo : Ammo
{
Inventory.MaxAmount 60
}
actor Lith_RocketAmmo : Ammo
{
Inventory.MaxAmount 200
}
actor Lith_PlasmaAmmo : Ammo
{
Inventory.MaxAmount 14000
}
actor Lith_CannonAmmo : Ammo
{
Inventory.MaxAmount 40
}
// EOF