Differences From
Artifact [dcc87d6f8a]:
54 54 misfortune = makeChip("Sold1er0fMisf0rtune TOP Schematic Crackz REPACK", {
55 55 {'starsoul_electronics:battery_chemical_usukwinya_mid', 0};
56 56 {'starsoul_electronics:battery_hybrid_imperial_small', 0};
57 57 -- ammunition
58 58 }, {});
59 59 }
60 60
61 +local battery = function(name)
62 + local s = ItemStack(name)
63 + starsoul.mod.electronics.battery.setChargeF(s, 1.0)
64 + return s
65 +end
66 +
61 67
62 68 table.insert(scenario, {
63 69 id = 'starsoul_scenario:imperialExpat';
64 70 name = 'Imperial Expat';
65 - desc = "Hoping to escape a miserable life deep in the grinding gears of the capitalist machine for the bracing freedom of the frontier, you sought entry as a colonist to the new Commune world of Thousand Petal. Fate -- which is to say, terrorists -- intervened, and you wound up stranded on Farthest Shadow with little more than the nanosuit on your back, ship blown to tatters and your soul thoroughly mauled by the explosion of some twisted alien artifact -- which SOMEONE neglected to inform you your ride would be carrying.\nAt least you got some nifty psionic powers out of this whole clusterfuck. Hopefully they're safe to use.";
71 + desc = "Hoping to escape a miserable life deep in the grinding gears of the capitalist machine for the bracing freedom of the frontier, you sought entry as a colonist to the new Commune world of Thousand Petal. Fate -- which is to say, terrorists -- intervened, and you wound up stranded on Farthest Shadow with little more than the nanosuit on your back, ship blown to tatters and your soul thoroughly mauled by the explosion of a twisted alien artifact -- which SOMEONE neglected to inform you your ride would be carrying.\nAt least you got some nifty psionic powers out of this whole clusterfuck. Hopefully they're safe to use.";
66 72
67 73 species = 'human';
68 74 speciesVariant = 'female';
69 75 soul = {
70 76 externalChannel = true; -- able to touch other souls in the spiritual realm
71 77 physicalChannel = true; -- able to extend influence into physical realm
72 78 damage = 1;
................................................................................
74 80 social = {
75 81 empire = 'workingClass';
76 82 commune = 'metic';
77 83 };
78 84
79 85 startingItems = {
80 86 suit = ItemStack('starsoul_suit:suit_survival_commune');
81 - suitBatteries = {ItemStack('starsoul_electronics:battery_carbon_commune_small')};
87 + suitBatteries = {battery 'starsoul_electronics:battery_carbon_commune_small'};
82 88 suitChips = {
83 89 chipLibrary.survivalware;
84 90 -- you didn't notice it earlier, but your Commune environment suit
85 91 -- came with this chip already plugged in. it's apparently true
86 92 -- what they say: the Commune is always prepared for everything.
87 93 -- E V E R Y T H I N G.
88 94 };
................................................................................
115 121 };
116 122 social = {
117 123 empire = 'lord';
118 124 };
119 125
120 126 startingItems = {
121 127 suit = 'starsoul_suit:suit_survival_imperial';
122 - suitBatteries = {ItemStack('starsoul_electronics:battery_supercapacitor_imperial_mid')};
128 + suitBatteries = {battery 'starsoul_electronics:battery_supercapacitor_imperial_mid'};
123 129 suitChips = {
124 130 chipLibrary.compendium;
125 131 -- Mother, bless her soul, simply insisted on buying you this as a parting
126 132 -- gift. "it's dangerous out there for a young man," she proclaimed as
127 133 -- if she had profound firsthand experience of the matter. mindful of the
128 134 -- husband she endures, you suffered to humor her, and made a big show of
129 135 -- installing it your brand-new nanosuit before you fled the family seat.