Talk:Character: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Illviljan
(Created page with "==SMW queries== So I wanted to try these queries with leech rate. The query gives: {{#ask: -Has subobject::Character Has stat id::maximum_life_leech_rate_%_per_...")
>Illviljan
mNo edit summary
Line 8: Line 8:
{{#expr:{{#ask: [[-Has subobject::Character]] [[Has stat id::maximum_life_leech_rate_%_per_minute]] |?Has stat value= |mainlabel=- |limit=1}} /60}}
{{#expr:{{#ask: [[-Has subobject::Character]] [[Has stat id::maximum_life_leech_rate_%_per_minute]] |?Has stat value= |mainlabel=- |limit=1}} /60}}


This does not work because it is displayed as 1,200, not 1200. Anyone know how to solve it?
This does not work because it is displayed as 1,200, not 1200. Anyone know how to solve it?--[[User:Illviljan|Illviljan]] ([[User talk:Illviljan|talk]]) 19:07, 23 November 2015 (UTC)

Revision as of 19:07, 23 November 2015

SMW queries

So I wanted to try these queries with leech rate. The query gives:

       {{#ask: -Has subobject::Character Has stat id::maximum_life_leech_rate_%_per_minute |?Has stat value= |mainlabel=- |limit=1}}  <- Was 1,200 at the time of writing this.

Which is the rate per minute. So I decided to divide the value with 60 to get per second:

Expression error: Unrecognized punctuation character "{".

This does not work because it is displayed as 1,200, not 1200. Anyone know how to solve it?--Illviljan (talk) 19:07, 23 November 2015 (UTC)