Skip to content

Releases: SecretFox/AgentMittens

v-0.7.0

17 Oct 19:20
Compare
Choose a tag to compare
  • Added druid mittens

v-0.6.0

02 Aug 13:28
Compare
Choose a tag to compare
  • Added image for Jack Boone

v-0.5.0

20 Jul 17:51
Compare
Choose a tag to compare
  • New hooking method
  • Added pictures for the 3 new agents coming with the faction missions
  • Changed "faerie" in Siobhan Gowan's description to "panda"

v-0.4.1

17 Jun 17:34
Compare
Choose a tag to compare
Forgot age from xml

v-0.4.0

17 Jun 17:22
Compare
Choose a tag to compare

New xml format;

	<Agent id="264">
		<!-- Faction Recruit -->
		<bio
			img="264"
			species="Cat"
			name=""
			profession=""
			replace=""
			gender=""
		/>
		<desc></desc>
		<traits
			trait1Title=""
			trait1Text=""
			trait1Tooltip=""

			trait2Title=""
			trait2Text=""
			trait2Tooltip=""
		/>
		<passives
			passiveName=""
			passiveAmount1=""
			passiveText1=""
			passiveAmount2=""
			passiveText2=""
		/>
	</Agent>

More details in the AgentConfig.xml

v-0.3.0

06 Jun 13:06
Compare
Choose a tag to compare
v-0.3.0 Pre-release
Pre-release
  • Added support for changing description, traits, and passives.
    This can be done using the AgentConfig.xml
    It's fairly straightforward;
<Desc id=264>
	<desc>Description text
Second Line of description
Third line</desc>
	<traits
		trait1Title="Power"
		trait1Text="Feline Overlord"
		trait1Tooltip=""

		trait2Title=""
		trait2Text=""
		trait2Tooltip=""
	/>
	<passives
		passiveName="Feline Ferocity"
		passiveAmount1="1000"
		passiveText1="Cuteness"
		passiveAmount2="980"
		passiveText2="Fluffiness"
	/>
</Desc>

Agents ids are listed in the config file.

v-0.2.3

28 May 16:57
Compare
Choose a tag to compare
Fixed Profession

v-0.2.2

27 May 21:22
Compare
Choose a tag to compare
v-0.2.2 Pre-release
Pre-release

Changed some portraits to better match the originals.

v-0.2.1

25 May 16:28
Compare
Choose a tag to compare
v-0.2.1 Pre-release
Pre-release
...

v-0.2.0

25 May 16:16
Compare
Choose a tag to compare
v-0.2.0 Pre-release
Pre-release
Additions