[AB-197] moving templates from utility to their respective maven modules

This commit is contained in:
Sheldan
2021-03-12 17:53:46 +01:00
parent 1b645f58bd
commit cf03520397
190 changed files with 640 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
<id>zip</id>
<includeBaseDirectory>false</includeBaseDirectory>
<formats>
<format>zip</format>
</formats>
<fileSets>
<fileSet>
<outputDirectory>.</outputDirectory>
<directory>${project.basedir}/src/main/resources</directory>
</fileSet>
</fileSets>
</assembly>

View File

@@ -0,0 +1,3 @@
{
"additionalMessage": "<@safe_include "eightBall_response_${chosenKey}"/>"
}

View File

@@ -0,0 +1,5 @@
{
<#include "abstracto_color">,
<#assign choice=chosenValue>
"description": "<@safe_include "choose_response_description"/>"
}

View File

@@ -0,0 +1,11 @@
{
"color" : {
"r": 31,
"g": 35,
"b": 122
},
<#assign first=firstPart>
<#assign second=secondPart>
<#assign chance=rolled>
"description": "<@safe_include "loveCalc_response_embed_description"/>"
}

View File

@@ -0,0 +1,3 @@
{
"additionalMessage": "${rolled?c}"
}

View File

@@ -0,0 +1,3 @@
{
"additionalMessage": "<@safe_include "${result?then('roulette_response_lost', 'roulette_response_won')}"/>"
}