diff --git a/src/diary/entries/210304 b/src/diary/entries/210304
index 4f1715b..56f379d 100644
--- a/src/diary/entries/210304
+++ b/src/diary/entries/210304
@@ -3,7 +3,7 @@
march 4, 2021
#godotengine #json #python
-Similar to Magic: The Gathering and Guild Wars 1, the functionality of my skills is composed of keywords. For instance, a skill with the 'damage' keyword + 'bleeding' keyword will inflict pure damage + a bleeding status effect.
+Similar to Magic: The Gathering cards, the functionality of my skills is composed of keywords. For instance, a skill with the 'damage' keyword + 'bleeding' keyword will inflict pure damage + a bleeding status effect.
Since skills derive their effects from existing keywords, each individual skill has very little to no unique code. Repetitive, formulaic tasks are better left to scripts, so I wrote a skillmaker to write skills for me.
@@ -137,3 +137,5 @@ The output is a nested directory of all the skills, so I can just copy + paste t
If I only had ten or eleven skills, then probably not. I'm planning on having around 40 skills per class, though, and I'm only one person. Since the skills are very formulaic, I'd rather have Python do all the copying + pasting for me while I worry about what makes my skills unique!
+last updated March 6, 2021
+
diff --git a/src/diary/entries/210318 b/src/diary/entries/210318
new file mode 100644
index 0000000..1ce8352
--- /dev/null
+++ b/src/diary/entries/210318
@@ -0,0 +1,30 @@
+
+