Removed unneeded files from git
2
.gitignore
vendored
@@ -7,3 +7,5 @@
|
|||||||
/saves
|
/saves
|
||||||
Aspects.code-workspace
|
Aspects.code-workspace
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
/libs
|
||||||
|
/remappedSrc
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
#Sat Dec 11 02:09:21 AST 2021
|
|
||||||
gradle.version=7.3.1
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
commonProperties
|
|
||||||
fabric.development=true
|
|
||||||
fabric.remapClasspathFile=C:\Users\inscr\Documents\GitHub\Aspects\.gradle\loom-cache\remapClasspath.txt
|
|
||||||
log4j.configurationFile=C:\Users\inscr\Documents\GitHub\Aspects\.gradle\loom-cache\log4j.xml
|
|
||||||
log4j2.formatMsgNoLookups=true
|
|
||||||
fabric.log.disableAnsi=false
|
|
||||||
clientArgs
|
|
||||||
--assetIndex
|
|
||||||
1.18.2-1.18
|
|
||||||
--assetsDir
|
|
||||||
C:\Users\inscr\.gradle\caches\fabric-loom\assets
|
|
||||||
clientProperties
|
|
||||||
java.library.path=C:\Users\inscr\.gradle\caches\fabric-loom\1.18.2\natives
|
|
||||||
org.lwjgl.librarypath=C:\Users\inscr\.gradle\caches\fabric-loom\1.18.2\natives
|
|
||||||
@@ -1,62 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<Configuration status="WARN" packages="com.mojang.util,net.minecrell.terminalconsole.util">
|
|
||||||
<Appenders>
|
|
||||||
|
|
||||||
<!-- System out -->
|
|
||||||
<Console name="SysOut" target="SYSTEM_OUT">
|
|
||||||
<PatternLayout>
|
|
||||||
<LoggerNamePatternSelector defaultPattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(%logger{1})}{cyan} %highlight{%msg%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}" disableAnsi="${sys:fabric.log.disableAnsi:-true}">
|
|
||||||
<!-- Dont show the logger name for minecraft classes-->
|
|
||||||
<PatternMatch key="net.minecraft.,com.mojang." pattern="%style{[%d{HH:mm:ss}]}{blue} %highlight{[%t/%level]}{FATAL=red, ERROR=red, WARN=yellow, INFO=green, DEBUG=green, TRACE=blue} %style{(Minecraft)}{cyan} %highlight{%msg{nolookups}%n}{FATAL=red, ERROR=red, WARN=normal, INFO=normal, DEBUG=normal, TRACE=normal}"/>
|
|
||||||
</LoggerNamePatternSelector>
|
|
||||||
</PatternLayout>
|
|
||||||
</Console>
|
|
||||||
|
|
||||||
<!-- Vanilla server gui -->
|
|
||||||
<Queue name="ServerGuiConsole" ignoreExceptions="true">
|
|
||||||
<PatternLayout>
|
|
||||||
<LoggerNamePatternSelector defaultPattern="[%d{HH:mm:ss} %level] (%logger{1}) %msg{nolookups}%n">
|
|
||||||
<!-- Dont show the logger name for minecraft classes-->
|
|
||||||
<PatternMatch key="net.minecraft.,com.mojang." pattern="[%d{HH:mm:ss} %level] %msg{nolookups}%n"/>
|
|
||||||
</LoggerNamePatternSelector>
|
|
||||||
</PatternLayout>
|
|
||||||
</Queue>
|
|
||||||
|
|
||||||
<!-- latest.log same as vanilla -->
|
|
||||||
<RollingRandomAccessFile name="LatestFile" fileName="logs/latest.log" filePattern="logs/%d{yyyy-MM-dd}-%i.log.gz">
|
|
||||||
<PatternLayout>
|
|
||||||
<LoggerNamePatternSelector defaultPattern="[%d{HH:mm:ss}] [%t/%level] (%logger{1}) %msg{nolookups}%n">
|
|
||||||
<!-- Dont show the logger name for minecraft classes-->
|
|
||||||
<PatternMatch key="net.minecraft.,com.mojang." pattern="[%d{HH:mm:ss}] [%t/%level] (Minecraft) %msg{nolookups}%n"/>
|
|
||||||
</LoggerNamePatternSelector>
|
|
||||||
</PatternLayout>
|
|
||||||
<Policies>
|
|
||||||
<TimeBasedTriggeringPolicy />
|
|
||||||
<OnStartupTriggeringPolicy />
|
|
||||||
</Policies>
|
|
||||||
</RollingRandomAccessFile>
|
|
||||||
|
|
||||||
<!-- Debug log file -->
|
|
||||||
<RollingRandomAccessFile name="DebugFile" fileName="logs/debug.log" filePattern="logs/debug-%i.log.gz">
|
|
||||||
<PatternLayout pattern="[%d{HH:mm:ss}] [%t/%level] (%logger) %msg{nolookups}%n" />
|
|
||||||
|
|
||||||
<!-- Keep 5 files max -->
|
|
||||||
<DefaultRolloverStrategy max="5" fileIndex="min"/>
|
|
||||||
|
|
||||||
<Policies>
|
|
||||||
<SizeBasedTriggeringPolicy size="200MB"/>
|
|
||||||
<OnStartupTriggeringPolicy />
|
|
||||||
</Policies>
|
|
||||||
|
|
||||||
</RollingRandomAccessFile>
|
|
||||||
</Appenders>
|
|
||||||
<Loggers>
|
|
||||||
<Logger level="${sys:fabric.log.level:-info}" name="net.minecraft"/>
|
|
||||||
<Root level="all">
|
|
||||||
<AppenderRef ref="DebugFile" level="${sys:fabric.log.debug.level:-debug}"/>
|
|
||||||
<AppenderRef ref="SysOut" level="${sys:fabric.log.level:-info}"/>
|
|
||||||
<AppenderRef ref="LatestFile" level="${sys:fabric.log.level:-info}"/>
|
|
||||||
<AppenderRef ref="ServerGuiConsole" level="${sys:fabric.log.level:-info}"/>
|
|
||||||
</Root>
|
|
||||||
</Loggers>
|
|
||||||
</Configuration>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-base</artifactId>
|
|
||||||
<version>3.0.0-nightly.1.17-pre1</version>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-base</artifactId>
|
|
||||||
<version>4.0.0-alpha.1+21w37a</version>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-entity</artifactId>
|
|
||||||
<version>3.0.0-nightly.1.17-pre1</version>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_18_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-entity</artifactId>
|
|
||||||
<version>4.0.0-alpha.1+21w37a</version>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-base</artifactId>
|
|
||||||
<version>4.0.0-alpha.1+21w37a</version>
|
|
||||||
</project>
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
|
||||||
<groupId>net_fabricmc_yarn_1_18_1_1_18_1_build_1_v2.io.github.onyxstudios.Cardinal-Components-API</groupId>
|
|
||||||
<artifactId>cardinal-components-entity</artifactId>
|
|
||||||
<version>4.0.0-alpha.1+21w37a</version>
|
|
||||||
</project>
|
|
||||||
BIN
bin/main/assets/.DS_Store
vendored
BIN
bin/main/assets/aspects/.DS_Store
vendored
|
Before Width: | Height: | Size: 5.0 KiB |
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/anemo_feather"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/geo_diamond"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/hydro_kelp"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/ordo_star"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/perditio_bone"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
{
|
|
||||||
"parent": "item/generated",
|
|
||||||
"textures": {
|
|
||||||
"layer0": "aspects:item/pyro_fire"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
BIN
bin/main/assets/aspects/textures/.DS_Store
vendored
BIN
bin/main/assets/aspects/textures/gui/.DS_Store
vendored
BIN
bin/main/assets/aspects/textures/gui/badge/.DS_Store
vendored
|
Before Width: | Height: | Size: 590 B |
|
Before Width: | Height: | Size: 581 B |
|
Before Width: | Height: | Size: 606 B |
|
Before Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 9.9 KiB |
|
Before Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 4.5 KiB |
|
Before Width: | Height: | Size: 1006 B |
@@ -1,2 +0,0 @@
|
|||||||
team add Anemo
|
|
||||||
team modify Anemo color green
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
playsound item.firecharge.use neutral @s
|
|
||||||
particle flame ~ ~ ~ 1 1 1 3 10
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
particle minecraft:snowflake ~ ~ ~ 1 1 1 1 5 normal @a
|
|
||||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
|
|
||||||
playsound block.snow.place neutral @a ~ ~ ~ 5
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
particle minecraft:snowflake
|
|
||||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:frosted_ice replace water[level=0]
|
|
||||||
playsound block.powder_snow.place neutral @a
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
team add Geo
|
|
||||||
team modify Geo color yellow
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
team add Hydro
|
|
||||||
team modify Hydro color blue
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
playsound entity.firework_rocket.shoot neutral @s ~ ~ ~
|
|
||||||
particle ash ^ ^ ^ ^ ^ ^ 3 20
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
particle snowflake ~ ~ ~ 3 3 3 5 10 normal
|
|
||||||
playsound block.glass.break neutral @a ~ ~ ~ 5
|
|
||||||
@@ -1,4 +0,0 @@
|
|||||||
particle minecraft:electric_spark ~ ~ ~ 0 0 0 0.0 5 normal @a
|
|
||||||
fill ~1 ~-1 ~1 ~-1 ~-1 ~-1 minecraft:fire replace air
|
|
||||||
playsound entity.lightning_bolt.thunder neutral @a ~ ~ ~ 5
|
|
||||||
summon lightning_bolt ~ ~ ~
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
playsound entity.magma_cube.squish neutral @s ~ ~ ~
|
|
||||||
particle campfire_cosy_smoke ^ ^ ^ ^ ^ ^ 1 20
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
give @s netherite_axe{display:{Name:'{"text":"Magmus Axe","bold":true}'},Damage:0.2,AttributeModifiers:[{AttributeName:"generic.attack_damage",Name:"generic.attack_damage",Amount:4,Operation:0,UUID:[I;1441235399,-2116137748,-2137704842,-2051316587]}]} 1
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
team add Ordo
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
team add Perditio
|
|
||||||
team modify Perditio color dark_red
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
team add Pyro
|
|
||||||
team modify Pyro color red
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
particle electric_spark ~ ~ ~ 3 3 3 5 10 normal
|
|
||||||
playsound entity.lightning_bolt.thunder neutral @a ~ ~ ~ 5
|
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
particle flame ~ ~ ~ 2 2 2 1 10 normal
|
|
||||||
playsound entity.blaze.shoot neutral @a ~ ~ ~ 5
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
function aspects:anemo_team
|
|
||||||
function aspects:geo_team
|
|
||||||
function aspects:hydro_team
|
|
||||||
function aspects:ordo_team
|
|
||||||
function aspects:perditio_team
|
|
||||||
function aspects:pyro_team
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
summon iron_golem ~ ~ ~ {OnGround:1b,Team:"Geo",Tags:["temporary"],PlayerCreated:1b,ActiveEffects:{Id:5b,Amplifier:1b,Duration:200,ShowParticles:0b},Attributes:[{Name:generic.max_health,Base:80}]}
|
|
||||||
playsound entity.firework_rocket.twinkle neutral @s
|
|
||||||
particle spore_blossom_air ~ ~ ~ ~ ~ ~ 3 20
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"order": 0,
|
|
||||||
"origins": [
|
|
||||||
"aspects:anemo",
|
|
||||||
"aspects:hydro",
|
|
||||||
"aspects:geo",
|
|
||||||
"aspects:pyro",
|
|
||||||
"aspects:ordo",
|
|
||||||
"aspects:perditio",
|
|
||||||
"aspects:vacuos"
|
|
||||||
],
|
|
||||||
"name": "Aspect",
|
|
||||||
"replace": true
|
|
||||||
}
|
|
||||||
@@ -1,76 +0,0 @@
|
|||||||
{
|
|
||||||
"order": 1,
|
|
||||||
"origins": [
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:origin",
|
|
||||||
"origin": "aspects:pyro",
|
|
||||||
"layer": "aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:pyro/magmus",
|
|
||||||
"aspects:pyro/ignis",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:origin",
|
|
||||||
"origin": "aspects:hydro",
|
|
||||||
"layer": "aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:hydro/cryo",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type":"origins:origin",
|
|
||||||
"origin":"aspects:anemo",
|
|
||||||
"layer":"aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:anemo/tempus",
|
|
||||||
"aspects:anemo/avis",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type":"origins:origin",
|
|
||||||
"origin":"aspects:geo",
|
|
||||||
"layer":"aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:geo/dendro",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type":"origins:origin",
|
|
||||||
"origin":"aspects:perditio",
|
|
||||||
"layer":"aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:perditio/luna",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"condition": {
|
|
||||||
"type":"origins:origin",
|
|
||||||
"origin":"aspects:ordo",
|
|
||||||
"layer":"aspects:elements"
|
|
||||||
},
|
|
||||||
"origins": [
|
|
||||||
"aspects:ordo/solus",
|
|
||||||
"aspects:imp"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
|
||||||
|
|
||||||
"name": "Type",
|
|
||||||
"replace": true
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:fleet_footed",
|
|
||||||
"aspects:negate_fall_damage",
|
|
||||||
"aspects:chained",
|
|
||||||
"aspects:windborn",
|
|
||||||
"aspects:wise",
|
|
||||||
"aspects:start",
|
|
||||||
"aspects:anemo_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:anemo_feather"
|
|
||||||
},
|
|
||||||
"name": "§aAnemo",
|
|
||||||
"description": "A lone windwhipped explorer sits perched on a cliffside, a thick book fit for an academic's mind in hand. There they sit, absently watching as the pages detailing the grand discoveries of generations comprised of scholars and adventurers flip from the movement of the wind."
|
|
||||||
}
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:heavy_as_stone",
|
|
||||||
"aspects:resistance",
|
|
||||||
"aspects:explosion_damage",
|
|
||||||
"aspects:earthborn",
|
|
||||||
"aspects:deepdweller",
|
|
||||||
"aspects:start",
|
|
||||||
"aspects:geo_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:geo_diamond"
|
|
||||||
},
|
|
||||||
"name": "§eGeo",
|
|
||||||
"description": "Tales are told of the rock-people who used to dwell deep below the land, feeding off ore and slate where they could. Creatures of massive size, the people of Geo are more than a legend."
|
|
||||||
}
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:water_breathing",
|
|
||||||
"aspects:constitution",
|
|
||||||
"aspects:fire_damage",
|
|
||||||
"aspects:waterborn",
|
|
||||||
"aspects:hydro_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:hydro_kelp"
|
|
||||||
},
|
|
||||||
"name": "§9Hydro",
|
|
||||||
"description": "The siren song of the ever-changing Hydro in the depths is echoed throughout deep and shallow waters, whispered to the unlucky sailor lost at sea."
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "minecraft:porkchop"
|
|
||||||
},
|
|
||||||
"name": "Imp",
|
|
||||||
"description": "Children of the Aspects but unlucky enough to receive a full blessing, the sound of Vacuos echoes through the ordinary bones of the Imps. / Selecting this Type will grant you the abilities of your chosen Aspect, but with no additional changes."
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:holy_light",
|
|
||||||
"aspects:positive_influence",
|
|
||||||
"aspects:darkness_damage",
|
|
||||||
"aspects:night_aversion",
|
|
||||||
"aspects:holy",
|
|
||||||
"aspects:lightborn",
|
|
||||||
"aspects:start",
|
|
||||||
"aspects:ordo_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:ordo_star"
|
|
||||||
},
|
|
||||||
"name": "Ordo",
|
|
||||||
"description": "Tales of old speak of mages and paladins with healing properties and the power of light in their palms, besting their foes and aiding allies in need."
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:void",
|
|
||||||
"aspects:undead",
|
|
||||||
"aspects:night_strength",
|
|
||||||
"aspects:day_aversion",
|
|
||||||
"aspects:voidborn",
|
|
||||||
"aspects:wither_damage",
|
|
||||||
"aspects:start",
|
|
||||||
"aspects:perditio_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:perditio_bone"
|
|
||||||
},
|
|
||||||
"name": "§4Perditio",
|
|
||||||
"description": "Shrouded in darkness and mystery, Perditio users are said to have bones derived from the void, their ancestors the creators of the worlds."
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
"aspects:fire_immunity",
|
|
||||||
"aspects:nether_buff",
|
|
||||||
"aspects:water_damage",
|
|
||||||
"aspects:lava_vision",
|
|
||||||
"aspects:flameborn",
|
|
||||||
"aspects:start",
|
|
||||||
"aspects:melt",
|
|
||||||
"aspects:pyro_team"
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "aspects:pyro_fire"
|
|
||||||
},
|
|
||||||
"name": "§cPyro",
|
|
||||||
"description": "A new adventure awaits the seasoned traveller, one who seems to never tire of the endless paths they travel. After a long day of trudging through harsh terrain, a seat by the warm light of the campfire is most comforting."
|
|
||||||
}
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
{
|
|
||||||
"powers": [
|
|
||||||
],
|
|
||||||
"icon": {
|
|
||||||
"item": "minecraft:bedrock"
|
|
||||||
},
|
|
||||||
"name": "Vacuos",
|
|
||||||
"description": "Devoid of any Aspect, the origins of Vacuos are unknown. / Void aspect. Equivalent of choosing Human in classic Origins."
|
|
||||||
}
|
|
||||||
@@ -1,15 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:action_on_callback",
|
|
||||||
"entity_action_chosen": {
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "team join Anemo @s",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
"entity_action_lost": {
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "team leave @s",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
"execute_chosen_when_orb": true,
|
|
||||||
"hidden":true
|
|
||||||
}
|
|
||||||
@@ -1,698 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Natural Growth",
|
|
||||||
"description": "When you sneak and press the use button, you can grow the block you are looking at.",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/check.png",
|
|
||||||
"text": "Positive"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "origins:multiple",
|
|
||||||
"bonemeal":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:bonemeal",
|
|
||||||
"effects": true
|
|
||||||
},
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:sneaking"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"nether_wart":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "nether_wart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:block_state",
|
|
||||||
"property": "age",
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"else_action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "nether_wart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:block_state",
|
|
||||||
"property": "age",
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "setblock ~ ~ ~ minecraft:nether_wart[age=3]",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"else_action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "nether_wart"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:block_state",
|
|
||||||
"property": "age",
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "setblock ~ ~ ~ minecraft:nether_wart[age=1]",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"block_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "nether_wart"
|
|
||||||
},
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:sneaking"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"sugarcane":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "sugar_cane"
|
|
||||||
},
|
|
||||||
"y": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"block_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "sugar_cane"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
"y": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "sugar_cane"
|
|
||||||
},
|
|
||||||
"y": -2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:sneaking"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cactus":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "cactus"
|
|
||||||
},
|
|
||||||
"y": 1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"block_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "cactus"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
"y": 1
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"inverted": true,
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "cactus"
|
|
||||||
},
|
|
||||||
"y": -2
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:sneaking"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pumpkin":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:choice",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "pumpkin"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "pumpkin"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x": -1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "pumpkin"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"z": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "pumpkin"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"z": -1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"block_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "pumpkin_stem"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:block_state",
|
|
||||||
"property": "age",
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:adjacent",
|
|
||||||
"adjacent_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "pumpkin"
|
|
||||||
},
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"melon":
|
|
||||||
{
|
|
||||||
"type": "origins:action_on_block_use",
|
|
||||||
"block_action":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "particle minecraft:composter ~ ~ ~ .3 .3 .3 0 10 normal",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:execute_command",
|
|
||||||
"command": "playsound minecraft:item.bone_meal.use player @a[distance=..32] ~ ~ ~ .5 1",
|
|
||||||
"permission_level": 4
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:choice",
|
|
||||||
"actions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "melon"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "melon"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"x": -1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "melon"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"z": 1
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"weight": 1,
|
|
||||||
"element":
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"action":
|
|
||||||
{
|
|
||||||
"type": "origins:if_else",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "air"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:offset",
|
|
||||||
"condition":
|
|
||||||
{
|
|
||||||
"type": "origins:in_tag",
|
|
||||||
"tag": "minecraft:dirt"
|
|
||||||
},
|
|
||||||
"y": -1
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"if_action":
|
|
||||||
{
|
|
||||||
"type": "origins:set_block",
|
|
||||||
"block": "melon"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"z": -1
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"block_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:and",
|
|
||||||
"conditions":
|
|
||||||
[
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "melon_stem"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:block_state",
|
|
||||||
"property": "age",
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 7
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type": "origins:adjacent",
|
|
||||||
"adjacent_condition":
|
|
||||||
{
|
|
||||||
"type": "origins:block",
|
|
||||||
"block": "melon"
|
|
||||||
},
|
|
||||||
"comparison": "==",
|
|
||||||
"compare_to": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:conditioned_attribute",
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:exposed_to_sky",
|
|
||||||
"inverted": "true"
|
|
||||||
},
|
|
||||||
"modifier":
|
|
||||||
{
|
|
||||||
"attribute": "minecraft:generic.attack_speed",
|
|
||||||
"operation": "addition",
|
|
||||||
"value": -0.3
|
|
||||||
},
|
|
||||||
|
|
||||||
"tick_rate": 20,
|
|
||||||
"name":"Chained",
|
|
||||||
"description":"When you aren't exposed to the sky, you become slower in combat. / -0.05 off your attack speed when not exposed to skylight",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
|
||||||
"text": "Negative"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:conditioned_attribute",
|
|
||||||
"modifier": {
|
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
|
||||||
"operation": "addition",
|
|
||||||
"value": 0.4
|
|
||||||
},
|
|
||||||
"tick_rate": 20,
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:biome",
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:temperature",
|
|
||||||
"comparison": "<=",
|
|
||||||
"compare_to": 0.05
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"name":"Cold Affinity",
|
|
||||||
"description":"You get a decent attack boost in cold biomes. (N)ice ;) / +0.4 attack damage when in cold (<=0.05 temperature) biomes",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/check.png",
|
|
||||||
"text": "Positive"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:attribute",
|
|
||||||
"modifier": {
|
|
||||||
"attribute": "minecraft:generic.max_health",
|
|
||||||
"value": 2,
|
|
||||||
"operation": "addition"
|
|
||||||
},
|
|
||||||
|
|
||||||
"name":"Watery Persistence",
|
|
||||||
"description":"You have slightly increased max health. / +2 max base health",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/check.png",
|
|
||||||
"text": "Positive"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,38 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:active_self",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:raycast",
|
|
||||||
"distance": 8,
|
|
||||||
"block": true,
|
|
||||||
"entity": true,
|
|
||||||
"shape_type": "visual",
|
|
||||||
"fluid_handling": "any",
|
|
||||||
"bientity_action": {
|
|
||||||
"type": "origins:target_action",
|
|
||||||
"action":{
|
|
||||||
"type":"origins:damage",
|
|
||||||
"amount": 8,
|
|
||||||
"source": {
|
|
||||||
"name": "freeze",
|
|
||||||
"bypasses_armor": false
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"command_at_hit": "function aspects:freeze_focus",
|
|
||||||
"command_along_ray": "function aspects:freeze_ray",
|
|
||||||
"command_step": 1,
|
|
||||||
"command_along_ray_only_on_hit": false
|
|
||||||
},
|
|
||||||
"cooldown": 240,
|
|
||||||
"hud_render": {
|
|
||||||
"should_render": true,
|
|
||||||
"sprite_location": "origins:textures/gui/resource_bar.png",
|
|
||||||
"bar_index":5,
|
|
||||||
"inverted":true
|
|
||||||
},
|
|
||||||
"key":"key.origins.ternary_active",
|
|
||||||
"name":"Freeze Focus",
|
|
||||||
"description":"When pressing the [Ternary] key, you will fire a ray of ice in the direction you are facing that will deal eight points of freeze damage to the target and freeze over water on impact."
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
@@ -1,42 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:active_self",
|
|
||||||
"entity_action": {
|
|
||||||
"type":"origins:and",
|
|
||||||
"actions": [
|
|
||||||
{
|
|
||||||
"type": "origins:area_of_effect",
|
|
||||||
"radius": 8,
|
|
||||||
"bientity_action": {
|
|
||||||
"type": "origins:damage",
|
|
||||||
"amount": 6,
|
|
||||||
"source": {
|
|
||||||
"name": "freeze",
|
|
||||||
"bypasses_armor": true
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"bientity_condition": {
|
|
||||||
"type": "origins:can_see"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"type":"origins:execute_command",
|
|
||||||
"command":"function aspects:icy_aura"
|
|
||||||
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
|
|
||||||
"cooldown": 800,
|
|
||||||
"hud_render": {
|
|
||||||
"should_render": true,
|
|
||||||
"sprite_location": "origins:textures/gui/community/spiderkolo/resource_bar_02.png",
|
|
||||||
"bar_index":8,
|
|
||||||
"inverted":true
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"key": "key.origins.quaternary_active"
|
|
||||||
},
|
|
||||||
"name":"Icy Aura",
|
|
||||||
"description":"With your [Quaternary] key, you can deal six points of freeze damage to those around you within an 8 block radius."
|
|
||||||
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:action_when_damage_taken",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:damage",
|
|
||||||
"amount": 2,
|
|
||||||
"source": {
|
|
||||||
"name": "generic"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"damage_condition": {
|
|
||||||
"type": "origins:name",
|
|
||||||
"name":"wither"
|
|
||||||
},
|
|
||||||
"cooldown": 1,
|
|
||||||
"name":"Darkness Damage",
|
|
||||||
"description":"You take more damage from wither damage. / +2 generic damage when taking wither damage",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
|
||||||
"text": "Negative"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:conditioned_attribute",
|
|
||||||
"modifier": {
|
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
|
||||||
"operation": "addition",
|
|
||||||
"value": -0.05
|
|
||||||
},
|
|
||||||
"tick_rate": 20,
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:daytime"
|
|
||||||
},
|
|
||||||
"name":"Day Aversion",
|
|
||||||
"description":"You are weakened at daytime. / -0.05 attack damage during daytime",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/cross.png",
|
|
||||||
"text": "Negative"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:action_over_time",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:change_resource",
|
|
||||||
"resource": "aspects:sun_bar",
|
|
||||||
"change": -0.5
|
|
||||||
},
|
|
||||||
"interval": 150,
|
|
||||||
"hidden":true
|
|
||||||
}
|
|
||||||
@@ -1,25 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:conditioned_attribute",
|
|
||||||
"modifier": {
|
|
||||||
"attribute": "minecraft:generic.attack_damage",
|
|
||||||
"operation": "addition",
|
|
||||||
"value": 4
|
|
||||||
},
|
|
||||||
"tick_rate": 20,
|
|
||||||
"condition": {
|
|
||||||
"type": "origins:on_block",
|
|
||||||
"block_condition": {
|
|
||||||
"type": "origins:height",
|
|
||||||
"comparison": "<=",
|
|
||||||
"compare_to": 30
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"name":"Deepdweller",
|
|
||||||
"description":"Formed of rock and stone, you are strengthened when you are deep underground. You do significantly more damage when below Y 30. / +4 attack damage <=Y 30",
|
|
||||||
"badges": [
|
|
||||||
{
|
|
||||||
"sprite": "aspects:textures/gui/badge/check.png",
|
|
||||||
"text": "Positive"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
@@ -1,23 +0,0 @@
|
|||||||
{
|
|
||||||
"type": "origins:active_self",
|
|
||||||
"entity_action": {
|
|
||||||
"type": "origins:spawn_effect_cloud",
|
|
||||||
"radius": 10.0,
|
|
||||||
"wait_time": 40,
|
|
||||||
"effect": {
|
|
||||||
"effect": "minecraft:poison",
|
|
||||||
"amplifier": 2,
|
|
||||||
"duration": 20
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cooldown": 500,
|
|
||||||
"hud_render": {
|
|
||||||
"should_render": true,
|
|
||||||
"sprite_location":"origins:textures/gui/resource_bar.png",
|
|
||||||
"bar_index":8,
|
|
||||||
"inverted":true
|
|
||||||
},
|
|
||||||
"key":"key.origins.ternary_active",
|
|
||||||
"name":"Poison Cloud",
|
|
||||||
"description":"As your primary ability, you can spawn a poison cloud around you with your [Ternary] key."
|
|
||||||
}
|
|
||||||