Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:View/Expedition
(view source)
Revision as of 17:27, 18 July 2019
12 bytes added
,
5 years ago
no edit summary
Line 204:
Line 204:
fleet = args.explicit[id .. ' fleet'] or '??',
fleet = args.explicit[id .. ' fleet'] or '??',
drums = args.explicit[id .. ' drums'] or '??',
drums = args.explicit[id .. ' drums'] or '??',
−
fuel_cost =
args
.
explicit[id
..
' fuel cost']
or '
??
',
+
fuel_cost =
e
.
use_fuel > 0 and '-'
..
10 * e.use_fuel
or '',
−
ammo_cost =
args
.
explicit[id
..
' ammo cost']
or '
??
',
+
ammo_cost =
e
.
use_bull > 0 and '-'
..
10 * e.use_bull
or '',
}
}
end)) .. "\n|}"
end)) .. "\n|}"
がか
cssedit, gkautomate
7,064
edits