All public logs
Combined display of all available logs of Phantasy Star Universe Clementine. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:49, 30 March 2024 Mika talk contribs created page Module:Cargo (Created page with "--Takes a series of ELEMENT_status_ids and corresponding ELEMENT_status_levels and returns unique strings, delineated by a line break. Supports SEs that don't exist. Depends on Template:Status Effect. local p = {} function p.status_effect(frame) unique_statuses = {} result = {} elements = {'neutral', 'fire', 'ice', 'lightning', 'ground', 'light', 'dark'} for i=1,table.getn(elements) do if(frame.args[elements[i] .. "_status_id"] and frame.args...")