<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tlIItools.git/src/main/java/tlIItools/AffixSet.java, branch trunk</title>
<subtitle>Various tools for modding torchlight II
</subtitle>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/'/>
<entry>
<title>Work on affix groups more</title>
<updated>2021-01-01T01:04:27+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2021-01-01T01:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=fedb385feef3fb3e3419f4fc3c7d234fe8d5caec'/>
<id>fedb385feef3fb3e3419f4fc3c7d234fe8d5caec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin adding of group listing</title>
<updated>2020-12-30T22:44:11+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-12-30T22:44:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=4c5e20a6e78f72a749c517c6fcc75c176155b7c5'/>
<id>4c5e20a6e78f72a749c517c6fcc75c176155b7c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>General update</title>
<updated>2020-12-29T23:06:25+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2020-12-29T23:06:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=4808d411b3b6e4e237f7a7c336c751419e763d2b'/>
<id>4808d411b3b6e4e237f7a7c336c751419e763d2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Info cleanup</title>
<updated>2020-10-06T23:19:06+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-10-06T23:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=e6c3cf3941aff03a01b31b49edd61f4cfca80fc8'/>
<id>e6c3cf3941aff03a01b31b49edd61f4cfca80fc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform some basic ways of grouping outputted affixes</title>
<updated>2020-08-04T21:54:11+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2020-08-04T21:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=fae5ad96f11bfd1d3571ffbeb58db645e7734bed'/>
<id>fae5ad96f11bfd1d3571ffbeb58db645e7734bed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement affix grouping by contents</title>
<updated>2020-07-02T20:01:39+00:00</updated>
<author>
<name>Ben Culkin</name>
<email>scorpress@gmail.com</email>
</author>
<published>2020-07-02T20:01:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=2f81b826524599859ce4c8bf6164bab83debf662'/>
<id>2f81b826524599859ce4c8bf6164bab83debf662</id>
<content type='text'>
Implements a basic way to 'group' affixes together.

An affix group is a collection of affixes which generally provide the
same benefits, but at varying levels. For example, '+2 strength' and '+4
strength' would be considered grouped affixes, assuming that they were
spawning on the same items and such</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implements a basic way to 'group' affixes together.

An affix group is a collection of affixes which generally provide the
same benefits, but at varying levels. For example, '+2 strength' and '+4
strength' would be considered grouped affixes, assuming that they were
spawning on the same items and such</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor AffixLister</title>
<updated>2019-01-17T22:33:14+00:00</updated>
<author>
<name>Benjamin J. Culkin</name>
<email>bjculkin@mix.wvu.edu</email>
</author>
<published>2019-01-17T22:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ashardalon.com/tlIItools.git/commit/?id=8c613819790ae737150a9ad8bb82332a1aaab690'/>
<id>8c613819790ae737150a9ad8bb82332a1aaab690</id>
<content type='text'>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AffixLister got refactored some more, in preparation for adding the
ability to load things that aren't affixes.
</pre>
</div>
</content>
</entry>
</feed>
