Add modification information

This commit is contained in:
Cmdr McDonald
2016-10-24 13:17:11 +01:00
parent 499f1d05e1
commit c1f21cf6f1
6 changed files with 183 additions and 3 deletions

41
dist/index.js vendored
View File

@@ -11971,5 +11971,44 @@ module.exports = {
recover: 1
} ]
}
},
Modifications: {
modifiers: {
"1": {
value: "pGen",
description: "Modifier for power generation",
operator: "multiply"
},
"2": {
value: "power",
description: "Modifier for power usage",
operator: "multiply"
},
"3": {
value: "integrity",
description: "Modifier for integrity",
operator: "multiply"
},
"4": {
value: "mass",
description: "Modifier for mass",
operator: "multiply"
},
"5": {
value: "eff",
description: "Modifier for heat efficiency",
operator: "multiply"
}
},
validity: {
pp: [ 1, 3, 4, 5 ],
t: [ 2, 3, 4, 5 ],
fsd: [ 2, 3, 4, 5 ],
ls: [ 2, 3, 4, 5 ],
pd: [ 2, 3, 4, 5 ],
s: [ 2, 3, 4, 5 ],
ft: [],
pas: []
}
}
};
};