gvt5036 / Avatar

https://gvt5036.github.io/Avatar/
5 stars 1 forks source link

Characters organized by Nation? #21

Open ebeshero opened 2 years ago

ebeshero commented 2 years ago

@julianjmg and I were exploring the mentions of "honor" character by character, and had an idea. What if we organized the characters by nation, and tallied the number of times the members of a whole nation speak of honor?

To do this, it would help to have a master list of nations, with characters inside, something like this:

<xml>
<nation what="Fire">
    <person who="Zuko"/>
    <person who="Iro"/>
    <person who="Azula"/>

</nation>
<nation what="Water">
    <person who="Katara"/>
    <person who="Sokka"/>

</nation>
</xml>

@julianjmg started a basis for a file like this with a simple pull of all the distinct characters as a text list. We thought maybe that could be organized by nation during a project meeting!