Comments for mapping.
This commit is contained in:
parent
da703e3e35
commit
affd301ead
30 changed files with 388 additions and 2 deletions
|
|
@ -238,6 +238,10 @@ Class FabricatorTier1 : AmmoFabricator
|
|||
|
||||
Default
|
||||
{
|
||||
//$Title Fabricator (Common)
|
||||
//$Group Ammo
|
||||
//$Sprite graphics/HUD/Icons/I_Fabricator1.png
|
||||
//$Icon ammo
|
||||
Tag "$T_FABRICATOR1";
|
||||
Stamina -2500;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Fabricator1.png";
|
||||
|
|
@ -255,6 +259,10 @@ Class FabricatorTier2 : AmmoFabricator
|
|||
|
||||
Default
|
||||
{
|
||||
//$Title Fabricator (Rare)
|
||||
//$Group Ammo
|
||||
//$Sprite graphics/HUD/Icons/I_Fabricator2.png
|
||||
//$Icon ammo
|
||||
Tag "$T_FABRICATOR2";
|
||||
Stamina -12000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Fabricator2.png";
|
||||
|
|
@ -272,6 +280,10 @@ Class FabricatorTier3 : AmmoFabricator
|
|||
|
||||
Default
|
||||
{
|
||||
//$Title Fabricator (Very Rare)
|
||||
//$Group Ammo
|
||||
//$Sprite graphics/HUD/Icons/I_Fabricator3.png
|
||||
//$Icon ammo
|
||||
Tag "$T_FABRICATOR3";
|
||||
Stamina -80000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Fabricator3.png";
|
||||
|
|
@ -287,6 +299,10 @@ Class FabricatorTier4 : AmmoFabricator
|
|||
{
|
||||
Default
|
||||
{
|
||||
//$Title Fabricator (Super Rare)
|
||||
//$Group Ammo
|
||||
//$Sprite graphics/HUD/Icons/I_Fabricator4.png
|
||||
//$Icon ammo
|
||||
Tag "$T_FABRICATOR4";
|
||||
Stamina -1000000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Fabricator4.png";
|
||||
|
|
@ -509,8 +525,13 @@ Class HammerspaceEmbiggener : Inventory
|
|||
|
||||
Default
|
||||
{
|
||||
//$Title Hammerspace Embiggener
|
||||
//$Group Ammo
|
||||
//$Sprite graphics/HUD/Icons/I_Embiggener.png
|
||||
//$Icon ammo
|
||||
Tag "$T_EMBIGGENER";
|
||||
Stamina -800000;
|
||||
Inventory.Icon "graphics/HUD/Icons/I_Embiggener.png";
|
||||
Inventory.PickupMessage "$T_EMBIGGENER";
|
||||
Inventory.MaxAmount 8;
|
||||
Inventory.InterHubAmount 8;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue