This commit is contained in:
Zac Surplice
2013-11-21 12:48:12 +11:00
parent a8ba937e63
commit 1b5cec1078
8 changed files with 50027 additions and 199 deletions

View File

@@ -187,7 +187,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -209,7 +209,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -231,7 +231,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -253,7 +253,7 @@ class CfgMagazines {
{
class Upgrades
{
text = $STR_EPOCH_PLAYER_299; // TODO: localize
text = "Upgrade Vehicle"; // TODO: localize
script = "spawn player_upgradeVehicle;";
};
};
@@ -273,7 +273,7 @@ class CfgMagazines {
sfx = "document";
class Crafting
{
text = $STR_EPOCH_PLAYER_301;
text = "Craft Plot Pole";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemToolbox"};
@@ -352,7 +352,7 @@ class CfgMagazines {
{
class Obituaries
{
text = $STR_EPOCH_PLAYER_302; // TODO: localize
text = "Read Obituaries"; // TODO: localize
script = ";player removeMagazine _id;spawn player_deathBoard;";
};
};
@@ -3884,7 +3884,7 @@ class CfgMagazines {
/*
class Crafting2
{
text = $STR_EPOCH_PLAYER_309;
text = "Craft M240 Nest";
script = ";['Crafting2','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"workshop"};
requiretools[] = {"ItemEtool","ItemToolbox","M240_DZ"};
@@ -3953,14 +3953,14 @@ class CfgMagazines {
weight = 50;
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_303;
text = "Build H-barrier cube";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "Land_HBarrier1_DZ";
};
class Crafting
{
text = $STR_EPOCH_PLAYER_304;
text = "Craft Triple H-barrier";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {};
requiretools[] = {"ItemEtool","ItemToolbox"};
@@ -3982,7 +3982,7 @@ class CfgMagazines {
weight = 150;
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_305;
text = "Build Triple H-barrier";
script = "spawn player_build;";
require[] = {"ItemEtool"};
create = "Land_HBarrier3_DZ";
@@ -4020,7 +4020,7 @@ class CfgMagazines {
class ItemActions {
class Build {
text = $STR_EPOCH_PLAYER_306;
text = "Place Trap";
script = "spawn player_setTrap;";
require[] = {"ItemToolbox"};
create = "BearTrap_DZ";
@@ -4071,7 +4071,7 @@ class CfgMagazines {
class ItemActions {
class ReloadMag {
text = $STR_EPOCH_PLAYER_307;
text = "Combine into Quiver";
script = "spawn player_reloadMag;";
use[] = {"WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow","WoodenArrow"};
output[] = {"Quiver"};
@@ -4093,7 +4093,7 @@ class CfgMagazines {
{
class Crafting
{
text = $STR_EPOCH_PLAYER_308;
text = "Melt into Bars";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};
@@ -4621,7 +4621,7 @@ class CfgMagazines {
{
class Crafting
{
text = $STR_EPOCH_PLAYER_308;
text = "Melt into Bars";
script = ";['Crafting','CfgMagazines', _id] spawn player_craftItem;";
neednearby[] = {"fire"};
requiretools[] = {"ItemToolbox"};

View File

@@ -1,7 +1,7 @@
class MeleeFlashlight : Pistol {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_300;
text = "STR_EPOCH_PLAYER_300";
};
};
};
@@ -9,7 +9,7 @@ class MeleeFlashlight : Pistol {
class ItemFlashlight : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_299;
text = "STR_EPOCH_PLAYER_299";
};
};
};
@@ -17,7 +17,7 @@ class MeleeFlashlight : Pistol {
class MeleeFlashlightRed : MeleeFlashlight {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_300;
text = "STR_EPOCH_PLAYER_300";
};
};
};
@@ -25,7 +25,7 @@ class MeleeFlashlight : Pistol {
class ItemFlashlightRed : ItemCore {
class ItemActions {
class Toolbelt {
text = $STR_EPOCH_PLAYER_299;
text = "STR_EPOCH_PLAYER_299";
};
};
};

File diff suppressed because it is too large Load Diff

View File

@@ -9,7 +9,7 @@ class ItemCrowbar: ItemCore
{
class Toolbelt
{
text = $STR_EPOCH_PLAYER_295;
text = "STR_EPOCH_PLAYER_295";
script="spawn player_addToolbelt;";
use[]=
{

View File

@@ -15,7 +15,7 @@ class EpochDeathBoardDialog
class RscText_1001: RscText
{
idc = -1;
text = $STR_EPOCH_PLAYER_300;
text = "Kill Board";
x = 0.283659 * safezoneW + safezoneX;
y = 0.224978 * safezoneH + safezoneY;
w = 0.432681 * safezoneW;
@@ -34,7 +34,7 @@ class EpochDeathBoardDialog
class RscText_1002: RscText
{
idc = -1;
text = $STR_EPOCH_PLAYER_299;
text = "Murders";
x = 0.29042 * safezoneW + safezoneX;
y = 0.293733 * safezoneH + safezoneY;
w = 0.0540852 * safezoneW;

View File

@@ -207,7 +207,7 @@ class TraderDialog
class RscTextTraderDialog_1003: RscTextTraderDialog
{
idc = -1;
text = $STR_EPOCH_PLAYER_293;
text = "Buy For";
x = 0.290407 * safezoneW + safezoneX;
y = 0.555016 * safezoneH + safezoneY;
w = 0.0743718 * safezoneW;
@@ -216,7 +216,7 @@ class TraderDialog
class RscTextTraderDialog_1004: RscTextTraderDialog
{
idc = -1;
text = $STR_EPOCH_PLAYER_294;
text = "Sell For";
x = 0.290407 * safezoneW + safezoneX;
y = 0.623786 * safezoneH + safezoneY;
w = 0.0743718 * safezoneW;

View File

@@ -991,7 +991,7 @@ class RscDisplayGear
idc = 1101;
x = 0.0416704;
y = 0.627451;
text = "";
text = "Gear of the unit:";
};
class CA_Money: RscText
{
@@ -1001,7 +1001,7 @@ class RscDisplayGear
x = -2.50409;
y = -2.85784;
w = 0.228;
text = "";
text = "Money:";
};
class CA_Money_Value: RscText
{