Statistics: Posted by KD7BCH — 23 Nov 2015, 15:08
Statistics: Posted by rxnnxs — 21 Nov 2015, 20:42
Statistics: Posted by rxnnxs — 21 Nov 2015, 01:33
name = "slowPace"
version = 1
copyright = "no"
icon = "/mods/slowpace/def.png"
description = "Mass from Mexes is halfed, ACU generates 8 mass from the start and has a greater E&M storage"
author = "rxnnxs"
url = "http://forums.faforever.com/forums/viewtopic.php?f=41&t=10999&p=114458#p114458"
uid = "7CC33EE4-80D5-11E5-9B89-D6771D5D46B0"
exclusive = false
ui_only = false
-- Blueprints.lua (hooked)
--
-- Author : Ivan Rumsey
-- Description : edited by rxnnxs for better pace in game (hopefully)
--
-- Copyright © 2007 Gas Powered Games - All rights reserved
do
local overridden = ModBlueprints
function ModBlueprints(blueprints)
overridden(blueprints)
for id,bp in blueprints.Unit do
if bp.Description
and table.find(bp.Categories, 'COMMAND') then
bp.Economy.ProductionPerSecondMass = 8
--bp.Economy.ProductionPerSecondEnergy = 200*bp.Economy.ProductionPerSecondEnergy
bp.Economy.StorageMass = 1200
bp.Economy.StorageEnergy = 10000
end
if bp.Description
and table.find(bp.Categories, 'MASSEXTRACTION') then
bp.Economy.ProductionPerSecondMass = 0.5*bp.Economy.ProductionPerSecondMass
end
end
end
end
Statistics: Posted by rxnnxs — 20 Nov 2015, 22:32
Statistics: Posted by Exotic_Retard — 20 Nov 2015, 00:46
Statistics: Posted by nine2 — 19 Nov 2015, 16:01
Statistics: Posted by rxnnxs — 17 Nov 2015, 23:19
Statistics: Posted by rxnnxs — 22 Oct 2015, 22:48