Minecraft Wiki
(ページの作成:「return { settings = { align = 'middle', classname = 'dungeonseffect-sprite', image = 'DungeonsEffectCSS.png', linkprefix = 'MCD:', sheetsize = 240, size = 40…」)
 
(en:1811131に更新)
8行目: 8行目:
 
size = 40,
 
size = 40,
 
stylesheet = false,
 
stylesheet = false,
url = require( [[Module:Sprite]] ).getUrl( 'DungeonsEffectCSS.png', 'version=1599241895535', '' ),
+
url = require( [[Module:Sprite]] ).getUrl( 'DungeonsEffectCSS.png', 'cb=20210226023029', '' ),
 
},
 
},
 
sections = {
 
sections = {
16行目: 16行目:
 
['?'] = { pos = 1, section = 1 },
 
['?'] = { pos = 1, section = 1 },
 
accelerating = { pos = 4, section = 1 },
 
accelerating = { pos = 4, section = 1 },
blinded = { pos = 2, section = 1 },
+
blinded = { pos = 2, section = 1, deprecated = true },
  +
blindness = { pos = 2, section = 1 },
 
burning = { pos = 3, section = 1 },
 
burning = { pos = 3, section = 1 },
 
chained = { pos = 5, section = 1 },
 
chained = { pos = 5, section = 1 },
 
cowardice = { pos = 6, section = 1 },
 
cowardice = { pos = 6, section = 1 },
  +
['death-barter'] = { pos = 25, section = 1 },
  +
['death-barter-charging'] = { pos = 26, section = 1 },
 
defense = { pos = 7, section = 1 },
 
defense = { pos = 7, section = 1 },
  +
['dense-brew'] = { pos = 27, section = 1 },
  +
['dynamo-melee'] = { pos = 28, section = 1 },
  +
['dynamo-ranged'] = { pos = 29, section = 1 },
 
frenzied = { pos = 8, section = 1 },
 
frenzied = { pos = 8, section = 1 },
 
frozen = { pos = 9, section = 1 },
 
frozen = { pos = 9, section = 1 },
31行目: 37行目:
 
rampaging = { pos = 16, section = 1 },
 
rampaging = { pos = 16, section = 1 },
 
regeneration = { pos = 17, section = 1 },
 
regeneration = { pos = 17, section = 1 },
  +
['roll-charge'] = { pos = 30, section = 1 },
 
['shadow-form'] = { pos = 18, section = 1 },
 
['shadow-form'] = { pos = 18, section = 1 },
 
slowness = { pos = 19, section = 1 },
 
slowness = { pos = 19, section = 1 },

2021年2月26日 (金) 02:32時点における版

このモジュールには解説がありません。もしあなたがこのモジュールを使用する方法を知っている場合は、解説ページを作成してください。
return {
	settings = {
		align = 'middle',
		classname = 'dungeonseffect-sprite',
		image = 'DungeonsEffectCSS.png',
		linkprefix = 'MCD:',
		sheetsize = 240,
		size = 40,
		stylesheet = false,
		url = require( [[Module:Sprite]] ).getUrl( 'DungeonsEffectCSS.png', 'cb=20210226023029', '' ),
	},
	sections = {
		{ name = 'Uncategorised', id = 1 },
	},
	ids = {
		['?'] = { pos = 1, section = 1 },
		accelerating = { pos = 4, section = 1 },
		blinded = { pos = 2, section = 1, deprecated = true },
		blindness = { pos = 2, section = 1 },
		burning = { pos = 3, section = 1 },
		chained = { pos = 5, section = 1 },
		cowardice = { pos = 6, section = 1 },
		['death-barter'] = { pos = 25, section = 1 },
		['death-barter-charging'] = { pos = 26, section = 1 },
		defense = { pos = 7, section = 1 },
		['dense-brew'] = { pos = 27, section = 1 },
		['dynamo-melee'] = { pos = 28, section = 1 },
		['dynamo-ranged'] = { pos = 29, section = 1 },
		frenzied = { pos = 8, section = 1 },
		frozen = { pos = 9, section = 1 },
		['ghost-form'] = { pos = 10, section = 1 },
		invunerability = { pos = 11, section = 1 },
		mushroomized = { pos = 12, section = 1 },
		['oakwood-brew'] = { pos = 13, section = 1 },
		poisoned = { pos = 14, section = 1 },
		['potion-barrier'] = { pos = 15, section = 1 },
		rampaging = { pos = 16, section = 1 },
		regeneration = { pos = 17, section = 1 },
		['roll-charge'] = { pos = 30, section = 1 },
		['shadow-form'] = { pos = 18, section = 1 },
		slowness = { pos = 19, section = 1 },
		['spirit-speed'] = { pos = 20, section = 1 },
		strength = { pos = 21, section = 1 },
		stunned = { pos = 22, section = 1 },
		swiftness = { pos = 23, section = 1 },
		weakened = { pos = 24, section = 1 },
	},
}