🌟 | 現在、 鉄壁ヘッドショットには対応済みです。 鉄壁HSは通常HSと同じダメージになります。LMG及びDMR、チャージライフル、ハンマーポイント弾を除き、すべてのダメージ値が一致していることを確認しています。 |
「モジュール:TestImage」の版間の差分
ナビゲーションに移動
検索に移動
(ページの作成:「local p = {} function p.main(frame) return '[File:Attachments_Scopes_1倍HCOG\'クラシック\'.png|16px|link=|alt=1倍HCOG\'クラシック\'|class=image-rarity image…」) |
(カッコ忘れ) |
||
2行目: | 2行目: | ||
function p.main(frame) | function p.main(frame) | ||
return '[File:Attachments_Scopes_1倍HCOG\'クラシック\'.png|16px|link=|alt=1倍HCOG\'クラシック\'|class=image-rarity image-rarity-common image-rarity-size16]]' | return '[[File:Attachments_Scopes_1倍HCOG\'クラシック\'.png|16px|link=|alt=1倍HCOG\'クラシック\'|class=image-rarity image-rarity-common image-rarity-size16]]' | ||
end | end | ||
return p | return p |
2021年2月9日 (火) 10:29時点における最新版
このモジュールについての説明文ページを モジュール:TestImage/doc に作成できます
local p = {} function p.main(frame) return '[[File:Attachments_Scopes_1倍HCOG\'クラシック\'.png|16px|link=|alt=1倍HCOG\'クラシック\'|class=image-rarity image-rarity-common image-rarity-size16]]' end return p