<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://fs.playcodex.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AItem%2FTypes</id>
	<title>Modul:Item/Types - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://fs.playcodex.de/index.php?action=history&amp;feed=atom&amp;title=Modul%3AItem%2FTypes"/>
	<link rel="alternate" type="text/html" href="https://fs.playcodex.de/index.php?title=Modul:Item/Types&amp;action=history"/>
	<updated>2026-04-21T03:26:03Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Firestone Idle Rpg Wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://fs.playcodex.de/index.php?title=Modul:Item/Types&amp;diff=162&amp;oldid=prev</id>
		<title>Webmaster: Die Seite wurde neu angelegt: „-- Modul:Item/Types -- Gruppiert Item-Keys nach Typ. -- Aktuell: nur &quot;currencies&quot; (Währungen).  local types = {}  types.currencies = {     &#039;gold&#039;,     &#039;firestones&#039;,     &#039;gems&#039;,     &#039;void_crystals&#039;,     &#039;meteorites&#039;,     &#039;talent_points&#039;,     &#039;honor&#039;,     &#039;strange_dust&#039;,     &#039;glory&#039;,     &#039;contracts&#039;,     &#039;guild_coins&#039;,     &#039;expedition_tokens&#039;,     &#039;beer&#039;,     &#039;game_tokens&#039;,     &#039;luck&#039;,     &#039;golden_keys&#039;,     &#039;prestige_tokens&#039;,     &#039;exotic_coins&#039;,     &#039;arca…“</title>
		<link rel="alternate" type="text/html" href="https://fs.playcodex.de/index.php?title=Modul:Item/Types&amp;diff=162&amp;oldid=prev"/>
		<updated>2025-11-24T08:45:37Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „-- Modul:Item/Types -- Gruppiert Item-Keys nach Typ. -- Aktuell: nur &amp;quot;currencies&amp;quot; (Währungen).  local types = {}  types.currencies = {     &amp;#039;gold&amp;#039;,     &amp;#039;firestones&amp;#039;,     &amp;#039;gems&amp;#039;,     &amp;#039;void_crystals&amp;#039;,     &amp;#039;meteorites&amp;#039;,     &amp;#039;talent_points&amp;#039;,     &amp;#039;honor&amp;#039;,     &amp;#039;strange_dust&amp;#039;,     &amp;#039;glory&amp;#039;,     &amp;#039;contracts&amp;#039;,     &amp;#039;guild_coins&amp;#039;,     &amp;#039;expedition_tokens&amp;#039;,     &amp;#039;beer&amp;#039;,     &amp;#039;game_tokens&amp;#039;,     &amp;#039;luck&amp;#039;,     &amp;#039;golden_keys&amp;#039;,     &amp;#039;prestige_tokens&amp;#039;,     &amp;#039;exotic_coins&amp;#039;,     &amp;#039;arca…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Modul:Item/Types&lt;br /&gt;
-- Gruppiert Item-Keys nach Typ.&lt;br /&gt;
-- Aktuell: nur &amp;quot;currencies&amp;quot; (Währungen).&lt;br /&gt;
&lt;br /&gt;
local types = {}&lt;br /&gt;
&lt;br /&gt;
types.currencies = {&lt;br /&gt;
    &amp;#039;gold&amp;#039;,&lt;br /&gt;
    &amp;#039;firestones&amp;#039;,&lt;br /&gt;
    &amp;#039;gems&amp;#039;,&lt;br /&gt;
    &amp;#039;void_crystals&amp;#039;,&lt;br /&gt;
    &amp;#039;meteorites&amp;#039;,&lt;br /&gt;
    &amp;#039;talent_points&amp;#039;,&lt;br /&gt;
    &amp;#039;honor&amp;#039;,&lt;br /&gt;
    &amp;#039;strange_dust&amp;#039;,&lt;br /&gt;
    &amp;#039;glory&amp;#039;,&lt;br /&gt;
    &amp;#039;contracts&amp;#039;,&lt;br /&gt;
    &amp;#039;guild_coins&amp;#039;,&lt;br /&gt;
    &amp;#039;expedition_tokens&amp;#039;,&lt;br /&gt;
    &amp;#039;beer&amp;#039;,&lt;br /&gt;
    &amp;#039;game_tokens&amp;#039;,&lt;br /&gt;
    &amp;#039;luck&amp;#039;,&lt;br /&gt;
    &amp;#039;golden_keys&amp;#039;,&lt;br /&gt;
    &amp;#039;prestige_tokens&amp;#039;,&lt;br /&gt;
    &amp;#039;exotic_coins&amp;#039;,&lt;br /&gt;
    &amp;#039;arcane_crystals&amp;#039;,&lt;br /&gt;
    &amp;#039;ethereal_shards&amp;#039;,&lt;br /&gt;
    &amp;#039;blueprints&amp;#039;,&lt;br /&gt;
    &amp;#039;tools&amp;#039;,&lt;br /&gt;
    &amp;#039;emblems_of_valor&amp;#039;,&lt;br /&gt;
    &amp;#039;elixirs_of_life&amp;#039;,&lt;br /&gt;
    &amp;#039;emblems_of_courage&amp;#039;,&lt;br /&gt;
    &amp;#039;pickaxes&amp;#039;,&lt;br /&gt;
    &amp;#039;nobles_token&amp;#039;,&lt;br /&gt;
    &amp;#039;pharaohs_tokens&amp;#039;,&lt;br /&gt;
    &amp;#039;ancient_coins&amp;#039;,&lt;br /&gt;
    &amp;#039;scarabs&amp;#039;,&lt;br /&gt;
    &amp;#039;soul_embers&amp;#039;,&lt;br /&gt;
    &amp;#039;cobra_keys&amp;#039;,&lt;br /&gt;
    &amp;#039;twilight_hourglasses&amp;#039;,&lt;br /&gt;
    &amp;#039;moon_stones&amp;#039;,&lt;br /&gt;
    &amp;#039;eclipse_stones&amp;#039;,&lt;br /&gt;
    &amp;#039;orbs_of_light&amp;#039;,&lt;br /&gt;
    &amp;#039;dark_runes&amp;#039;,&lt;br /&gt;
    &amp;#039;dragon_blood&amp;#039;,&lt;br /&gt;
    &amp;#039;soul_shards&amp;#039;,&lt;br /&gt;
    &amp;#039;virtue&amp;#039;,&lt;br /&gt;
    &amp;#039;emblems_of_brotherhood&amp;#039;,&lt;br /&gt;
    &amp;#039;star_essence&amp;#039;,&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
return types&lt;/div&gt;</summary>
		<author><name>Webmaster</name></author>
	</entry>
</feed>