User contributions for Skkias
Jump to navigation
Jump to search
11 December 2024
- 16:1116:11, 11 December 2024 diff hist −1 User:Skkias →Tool Quick Access
- 16:1116:11, 11 December 2024 diff hist +255 N User:Skkias/Sandbox/Template:DictionaryData Created page with "{{#switch: {{{term}}} | Clearfell Encampment = The first town found in the beginning of Act 1. | Attack = This is the ability that is attached to your weapon. Skills and modifiers are calculated separately from this. | #default = Entry not found. }}"
- 16:1116:11, 11 December 2024 diff hist −255 User:Skkias/sandbox/Template:DictionaryEntry Blanked the page current Tag: Blanking
- 16:1016:10, 11 December 2024 diff hist +39 User:Skkias/sandbox/Template:DictionaryEntry No edit summary
- 16:0916:09, 11 December 2024 diff hist +29 User:Skkias/sandbox/TermDictionary:Clearfell Encampment No edit summary current
- 16:0716:07, 11 December 2024 diff hist −215 Module:Sandbox/Skkias/TestDictionary No edit summary
- 16:0716:07, 11 December 2024 diff hist +137 N User:Skkias/sandbox/TermDictionary:Clearfell Encampment Created page with "{{DictionaryEntry | term = Clearfell Encampment | category = Town | definition = The first town found in the beginning of Act 1. }}"
- 16:0316:03, 11 December 2024 diff hist −12 User:Skkias/sandbox/Dictionary →Dictionary Index
- 16:0216:02, 11 December 2024 diff hist −7 User:Skkias/sandbox/Dictionary/Locations →Town Entries
- 16:0016:00, 11 December 2024 diff hist −197 User:Skkias/sandbox/Dictionary →Test Dictionary
- 16:0016:00, 11 December 2024 diff hist +141 User:Skkias/sandbox/Dictionary →Test Dictionary
- 15:5915:59, 11 December 2024 diff hist −4 Module:Sandbox/Skkias/TestDictionary No edit summary
- 15:5715:57, 11 December 2024 diff hist +65 User:Skkias →Tool Quick Access
- 15:5515:55, 11 December 2024 diff hist +100 User:Skkias →Profile Test Edit
- 15:5415:54, 11 December 2024 diff hist +9 User:Skkias/sandbox/Dictionary/Locations →Town Entries
- 15:5215:52, 11 December 2024 diff hist +20 User:Skkias/sandbox/Dictionary/Locations →Town Entries
- 15:5215:52, 11 December 2024 diff hist +78 N User:Skkias/sandbox/Dictionary/Locations Created page with "== Town Entries == {{DictionaryEntry|term=Clearfell Encampment|category=Town}}"
- 15:5115:51, 11 December 2024 diff hist +67 User:Skkias/sandbox/Dictionary →Test Dictionary
- 15:5015:50, 11 December 2024 diff hist +19 User:Skkias/sandbox/Template:DictionaryEntry No edit summary
- 15:5015:50, 11 December 2024 diff hist +55 User:Skkias/sandbox/Template:DictionaryEntry No edit summary
- 15:4915:49, 11 December 2024 diff hist +636 N Module:Sandbox/Skkias/TestDictionary Created page with "local p = {} -- Sample data for testing local dictionary = { ["Town"] = { ["Clearfell Encampment"] = "A large coastal city and key location in the story.", }, ["Mechanic"] = { ["Attack"] = "This is the ability that is attached to your weapon. Skills and modifiers are calculated separately from this.", }, } function p.getEntry(frame) local term = frame.args.term or "Unknown" local category = frame.args.category or "Town" if di..."
- 15:4615:46, 11 December 2024 diff hist +142 N User:Skkias/sandbox/Template:DictionaryEntry Created page with "<div class="dictionary-entry"> <h3>{{{term}}}</h3> <p>{{{definition}}}</p> <p><strong>Category:</strong> {{{category}}}</p> </div>"
10 December 2024
- 21:0921:09, 10 December 2024 diff hist +20 User:Skkias/sandbox/Module:Skill No edit summary current
- 21:0421:04, 10 December 2024 diff hist +27 User:Skkias/sandbox/Dictionary/Skills →Testing Skill Module current
- 21:0321:03, 10 December 2024 diff hist +576 N User:Skkias/sandbox/Module:Skill Created page with "local data = require('Module:SkillData') local p = {} function p.showSkill(frame) local skillName = frame.args[1] or "Spark" local skill = data[skillName] if not skill then return "Skill not found." end local result = "Skill: " .. skill.name .. "\nDescription: " .. skill.description .. "\nLevels:\n" for _, level in ipairs(skill.levels) do result = result .. "Level " .. level.level .. ": " .. level.damage_min .. " to " .. level.da..."
- 21:0321:03, 10 December 2024 diff hist −576 User:Skkias/Module:Skill Blanked the page current Tag: Blanking
- 21:0221:02, 10 December 2024 diff hist +280 N User:Skkias/sandbox/Module:SkillData Created page with "local p = {} p.Spark = { name = "Spark", description = "Launches a spray of sparking Projectiles...", levels = { {level = 1, damage_min = 1, damage_max = 8, mana_cost = 6}, {level = 2, damage_min = 1, damage_max = 11, mana_cost = 6}, } } return p" current
- 21:0221:02, 10 December 2024 diff hist −280 User:Skkias/Module:SkillData Blanked the page current Tag: Blanking
- 20:5920:59, 10 December 2024 diff hist −15 User:Skkias/sandbox/Dictionary/Skills →Testing Skill Module
- 20:5920:59, 10 December 2024 diff hist +563 User:Skkias/Module:Skill No edit summary
- 20:5820:58, 10 December 2024 diff hist +280 N User:Skkias/Module:SkillData Created page with "local p = {} p.Spark = { name = "Spark", description = "Launches a spray of sparking Projectiles...", levels = { {level = 1, damage_min = 1, damage_max = 8, mana_cost = 6}, {level = 2, damage_min = 1, damage_max = 11, mana_cost = 6}, } } return p"
- 20:4920:49, 10 December 2024 diff hist −8 User:Skkias/sandbox/Dictionary/Skills →Testing Skill Module
- 20:4920:49, 10 December 2024 diff hist +25 User:Skkias/sandbox/Dictionary/Skills No edit summary
- 20:4820:48, 10 December 2024 diff hist +13 N User:Skkias/Module:Skill Created page with "-- New Module"
- 20:3520:35, 10 December 2024 diff hist −164 User:Skkias/sandbox/Module:BaseStats No edit summary current
- 20:2520:25, 10 December 2024 diff hist +2,258 N User:Skkias/sandbox/Module:BaseStats Created page with "local BaseStats = {} -- Core Attributes BaseStats.attributes = { strength = { name = "Strength", bonus = { life = 2, -- +2 Life per Strength }, description = "Vital for melee weapons and survivability." }, dexterity = { name = "Dexterity", bonus = { accuracy = 5, -- +5 Accuracy per Dexterity evasion = 2, -- Hypothetical bonus }, description = "Essential for ra..."
- 20:1620:16, 10 December 2024 diff hist +3 User:Skkias/sandbox/Template:SkillEntry →{{PAGENAME}} current
- 20:1520:15, 10 December 2024 diff hist +262 N User:Skkias/sandbox/Template:InfoboxSkill Created page with "<div class="infobox-skill"> {| class="wikitable" style="width: 300px;" ! colspan="2" | Skill Information |- | Name || {{{name|Unknown}}} |- | Type || {{{type|Unknown}}} |- | Mana Cost || {{{mana_cost|Unknown}}} |- | Cast Time || {{{cast_time|Unknown}}} |} </div>" current
- 20:1420:14, 10 December 2024 diff hist +48 User:Skkias/sandbox/Dictionary/Skills No edit summary
- 20:1420:14, 10 December 2024 diff hist +197 N User:Skkias/sandbox/Template:DictionaryNav Created page with "<div class="dictionary-nav"> Skills | Passives | Currency </div>" current
- 20:1320:13, 10 December 2024 diff hist −140 User:Skkias →Test Dictionary Tag: Manual revert
- 20:1220:12, 10 December 2024 diff hist +140 User:Skkias →Test Dictionary
- 20:1120:11, 10 December 2024 diff hist +58 N User:Skkias/sandbox/Dictionary/Skills Created page with "== Fireball == {{User:Skkias/sandbox/Template:SkillEntry}}"
- 20:1120:11, 10 December 2024 diff hist +26 User:Skkias/sandbox/Template:SkillEntry →{{PAGENAME}}
- 19:5419:54, 10 December 2024 diff hist +80 User:Skkias →Profile Test Edit
- 19:5319:53, 10 December 2024 diff hist +390 N User:Skkias/sandbox/Template:SkillEntry Created page with "<div class="skill-entry"> == {{PAGENAME}} == {{Infobox skill |name = {{PAGENAME}} |type = Fire, Spell |mana_cost = 6 |cast_time = 0.75s |damage = #% of base }} === Description === {{PAGENAME}} launches a fiery projectile that explodes upon impact, dealing fire damage. === Mechanics === - Scales with fire and spell damage modifiers. - Can be enhanced with projectile support gems. </div>"
- 19:5219:52, 10 December 2024 diff hist −58 User:Skkias/sandbox/Dictionary →Test Dictionary
- 19:5219:52, 10 December 2024 diff hist +339 N User:Skkias/sandbox/Dictionary Created page with "== Test Dictionary == This is a test setup for a Path of Exile 2 dictionary system. * Main Dictionary Page * Skill Dictionary * Passive Tree Dictionary * Currency Dictionary"
- 19:2519:25, 10 December 2024 diff hist −5 User:Skkias →Profile Test Edit
- 19:2519:25, 10 December 2024 diff hist +196 N User:Skkias Created page with "=Profile Test Edit= This is a test for Skkias to play with and understand the syntax and mechanics of the wiki editing functionality of the site. This page will be more fleshed out in the future."