Flaming: Difference between revisions

Jump to navigation Jump to search
1,212 bytes added ,  17:31, 4 October 2021
add list of eligible items
m (Can't be applied to ranged weapons anymore)
(add list of eligible items)
Line 14: Line 14:
|complexity = 1
|complexity = 1
}}
}}
{{name}} is a weapon mod that adds extra damage that does not need to penetrate in order to deal damage. On hit, the struck object's [[temperature]] will also increase by (2 * Tier)d8. Enemies slain with flaming weapons will often be turned to [[Ashes|ash]].
{{name}} is a weapon mod that adds extra damage that does not need to penetrate in order to deal damage. On hit, the struck object's [[temperature]] will also increase by (2 * Tier)d8. Enemies slain with flaming weapons will often be turned to [[Ashes|ash]]. Adding this to a weapon causes it to become [[EMP sensitive]] and use up 10 charge per melee hit.{{Code Reference|class=ModFlaming}}


Adding this to a weapon causes it to become [[EMP sensitive]] and use up 10 charge per melee hit.
== Eligible Items ==
{{#cargo_query:
  | tables = Modability=M,ItemsTable=IT,GeneralData=GD
  | join on = M.JoinKey=IT.JoinKey,M.JoinKey=GD.JoinKey
  | fields = CONCAT('{{(}}favilink id{{!}}',M.ObjectID,'{{)}}')=Item,
            CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END=Tier,
            CONCAT('{{(}}Heart{{)}}', CASE WHEN GD.Tier <> 0 AND COALESCE(GD.Tier,1) > 2
              THEN
                CONCAT('{{(}}dice tooltip{{!}}',
                ROUND((CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END)*0.8,0),'-',
                ROUND((CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END)*1.2,0),'{{)}}')
              ELSE
                ROUND((CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END)*0.8,0)
              END)=Heat Damage on Hit,
            CONCAT('{{(}}qud text{{!}}&R+ {{(}}dice tooltip{{!}}',(CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END)*2,'d8{{)}}°{{)}}')=Temperature on Hit
  | where = M.SupportedMods HOLDS 'WeaponMods'
  | order by = (CASE WHEN GD.Tier <> 0 THEN COALESCE(GD.Tier,1) ELSE 1 END) DESC,GD.PlainName
  | format = table
  | limit = 999
}}
 
{{references|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}

Navigation menu