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 21:11, 21 November 2021
184 bytes added
,
3 years ago
no edit summary
Line 33:
Line 33:
all_names = function() return require('Module:Collection/Ships') end,
all_names = function() return require('Module:Collection/Ships') end,
enemy = function() return require('Module:Collection/EnemyShips') end,
enemy = function() return require('Module:Collection/EnemyShips') end,
−
equipment = function() return U.imap(EquipmentCollection, function(e) return e._name end) end,
+
equipment = function()
+
equipment = true
+
return U.imap(EquipmentCollection, function(e) return e._name end)
+
end,
allEquipment = function()
allEquipment = function()
+
equipment = true
local result = {}
local result = {}
for i = 1, 700 do
for i = 1, 700 do
Line 44:
Line 48:
end,
end,
enemyEquipment = function()
enemyEquipment = function()
+
equipment = true
local result = {}
local result = {}
for i = 501, 700 do
for i = 501, 700 do
Line 375:
Line 380:
sequence = {}
sequence = {}
for _, e in ipairs(enumerating_function()) do
for _, e in ipairs(enumerating_function()) do
−
local ship = Ship(e)
+
local
ship
+
if equipment then
+
ship = Equipment(e)
+
else
+
ship = Ship(e)
+
end
if #filterArgs > 0 then
if #filterArgs > 0 then
local test = true
local test = true
がか
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