Welcome to the Kancolle Wiki!
If you have any questions regarding site content, account registration, etc., please visit the
KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 19:01, 16 September 2018
152 bytes removed
,
6 years ago
m
no edit summary
Line 202:
Line 202:
function format_value(key, ship, target)
function format_value(key, ship, target)
+
if shipCapabilities[key] then
+
local a, b = shipCapabilities[key](shipCapabilities)
+
return format_lua(b or a)
+
end
local formatting_function = formatting_functions[key]
local formatting_function = formatting_functions[key]
if formatting_function then
if formatting_function then
−
if ship then
+
return formatting_function(ship, target)
−
return
formatting_function
(ship
, target
)
+
end
+
if ship
then
+
local lua = ship[key]
+
if type(lua) == "function"
then
+
return
format_lua(lua
(ship
)
)
else
else
−
return formatting_function(ship, target)
+
return format_lua(lua)
−
end
−
else
−
if shipCapabilities[key] then
−
local a, b = shipCapabilities[key](shipCapabilities)
−
return format_lua(b or a)
−
elseif ship then
−
local lua = ship[key]
−
if type(lua) == "function" then
−
return format_lua(lua(ship))
−
else
−
return format_lua(lua)
−
end
end
end
end
end
がか
cssedit, gkautomate
7,064
edits
Navigation menu
Personal tools
Log in
Request account
Namespaces
Module
Discussion
Variants
Views
Read
View source
View history
More
Search
Content Navigation
Kancolle Wiki
Random page
Recent changes
Batch Uploading
Current Mini-event
Naval District Saury Festival
Sortie
Sortie
World 1 (Naval Base Waters)
World 2 (Nansei Island Waters)
World 3 (Northern Waters)
World 7 (South Western Waters)
World 4 (Western Waters)
World 5 (Southern Waters)
World 6 (Central Waters)
Events
Shortcuts
Expeditions
Quests
Ships Maximum Status
Equipment
Construction
Development
Akashi's Improvement Arsenal
Shop
Inventory
Combat Mechanics
Glossary
Drop List
Interviews
Tutorials
How to Register
How To Play
Leveling
Resource Farming
Ship Priority
Equipment Setup
Akashi Upgrades
Event Preparation
Troubleshooting
FAQ
Community
Help
Sandbox
Tools
Upload file
Special pages
Printable version