Gigantic: Difference between revisions

1,135 bytes added ,  19:17, 3 October 2021
no edit summary
mNo edit summary
No edit summary
Line 1: Line 1:
{{As Of Patch|2.0.200.81}}
{{Mod
{{Mod
| title      = {{qud text|gigantic}}
| title      = {{qud text|gigantic}}
Line 12: Line 11:
| desc      = &CGigantic: This weapon has +1 damage and is twice as effective when you Slam with it. It's also much heavier.
| desc      = &CGigantic: This weapon has +1 damage and is twice as effective when you Slam with it. It's also much heavier.
}}
}}
Gigantic is a cudgel mod that cudgels sometimes spawn with. This cannot be tinkered intentionally, but may appear randomly on the base cudgel if one is built, similar to how player-tinkered items can spawn [[jewel-encrusted]].
Gigantic is a cudgel mod that cudgels sometimes spawn with. This cannot be tinkered intentionally, but it can appear on random items that generate in the world, and it also has a small chance to  appear spontaneously on tinkered items, similar to how player-tinkered items can spawn [[jewel-encrusted]].


A gigantic cudgel will weigh {{pounds|5}} more and deal +1 damage.
A gigantic cudgel will weigh at least {{pounds|5}} more. If the base weapon weighs more than 5 pounds, its weight will instead be doubled. The gigantic cudgel will also deal +1 damage.{{Code Reference|class=ModColossal}}


== 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,
            CONCAT('<span style="display:inline-block;white-space:nowrap;width:75px;">{{(}}Heart{{)}}{{(}}dice tooltip{{!}}',COALESCE(IT.Damage,'1d2'),'{{)}}</span>',
                        GD.Weight,'{{(}}qud text{{!}}&amp;K#{{)}}')=Stats Before,
            CONCAT('<span style="display:inline-block;white-space:nowrap;width:75px;">{{(}}Heart{{)}}{{(}}dice tooltip{{!}}{{(}}dice add to roll{{!}}',COALESCE(IT.Damage,'1d2'),'{{!}}1{{)}}{{)}}</span>',
                        CASE WHEN GD.Weight < 5 THEN GD.Weight+5 ELSE GD.Weight*2 END,'{{(}}qud text{{!}}&amp;K#{{)}}')=Stats After,
  | where = M.SupportedMods HOLDS 'CudgelMods'
  | order by = GD.PlainName
  | format = table
}}
{{References|2.0.201.114}}
{{Mod Navbox}}
{{Mod Navbox}}