Moving main to gitea

This commit is contained in:
Kris Clough 2023-04-17 10:35:45 -04:00
parent 72b6567c55
commit 257d90026a
27 changed files with 306 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"powers": [
"cliffgin:bardkit"
],
"icon": "supplementaries:flute",
"order": 10,
"impact": 0,
"name": "The College of Bards",
"description": "Some of the most famous guildsmen are the Bards, storytellers and lore-keepers dispersed around the galaxy."
}

View File

@ -0,0 +1,12 @@
{
"powers": [
"cliffgin:cooking_pot_xp",
"cliffgin:more_smoker_xp",
"origins-classes:better_crafted_food"
],
"icon": "farmersdelight:iron_knife",
"order": 10,
"impact": 1,
"name": "Chef",
"description": "Everyone needs to eat, and Chefs make sure they have the best food possible."
}

View File

@ -0,0 +1,8 @@
{
"powers": [],
"icon": "minecraft:air",
"order": 10,
"impact": 0,
"name": "Citizen",
"description": "Average citizens are not members of any Tradesman's Guild, though Guild jobs are widely coveted."
}

View File

@ -0,0 +1,15 @@
{
"powers": [
"origins:throw_ender_pearl",
"origins:water_vulnerability",
"origins:pumpkin_hate",
"origins:extra_reach",
"origins:ender_particles",
"origins:damage_from_potions"
],
"icon": "alexsmobs:void_worm_eye",
"order": 4,
"impact": 0,
"name": "Eldarin",
"description": "A humanoid species native to the vacuum of space, Eldarin are a recent addition to Earth society."
}

View File

@ -0,0 +1,10 @@
{
"powers": [
"cliffgin:faeparticles"
],
"icon": "botania:green_mushroom",
"order": 10,
"impact": 0,
"name": "The Shadow Court",
"description": "Also known as 'Fey', the Lords and Ladies of the Shadow Court are fickle masters."
}

View File

@ -0,0 +1,10 @@
{
"powers": [
"cliffgin:hackerkit"
],
"icon": "computercraft:computer_advanced",
"order": 10,
"impact": 0,
"name": "White Hat Guild",
"description": "Employed by every major corporation, White Hats are responsible for testing computer security systems."
}

View File

@ -0,0 +1,14 @@
{
"powers": [
"origins:climbing",
"origins:arthropod",
"origins_classes:no_mining_exhaustion",
"origins:fragile"
],
"icon": "mysticalworld:beetle_chestplate",
"order": 10,
"impact": 0,
"name": "Termians",
"description": "Termians are an ant-like species hailing from deep space."
}

View File

@ -0,0 +1,10 @@
{
"powers": [
"origins:ender_particles"
],
"icon": "bloodmagic:apprenticebloodorb",
"order": 10,
"impact": 0,
"name": "Lunites",
"description": "Lunites believe that a dark power sleeps beneath the moon's crust, and pray for her awakening."
}

View File

@ -0,0 +1,11 @@
{
"powers": [
"origins-classes:quality_equipment",
"origins-classes:efficient_repairs"
],
"icon": "industrialforegoing:iron_gear",
"order": 10,
"impact": 1,
"name": "Mechanic",
"description": "Mechanics are the ones who keep the many technological contraptions we rely on running 24/7."
}

View File

@ -0,0 +1,10 @@
{
"powers": [
"cliffgin:soldierkit"
],
"icon": "minecraft:golden_sword",
"order": 10,
"impact": 0,
"name": "The Enforcer's Guild",
"description": "The system's premier thugs for hire."
}

View File

@ -0,0 +1,8 @@
{
"powers": [],
"icon": "minecraft:air",
"order": 10,
"impact": 0,
"name": "Citizen",
"description": "Average citizens have no knowledge of the Dark Gods and their cults."
}

View File

@ -0,0 +1,10 @@
{
"powers": [
"origins:flame_particles"
],
"icon": "minecraft:sunflower",
"order": 10,
"impact": 0,
"name": "Cult of Ra",
"description": "Ra's worshippers seek to reincarnate the ancient Sun King to lead them to a glorious new interstellar empire."
}

View File

@ -0,0 +1,17 @@
{
"powers": [
"origins:water_breathing",
"origins:water_vision",
"origins:aqua_affinity",
"origins:swim_speed",
"origins:like_water",
"origins:aquatic",
"origins:conduit_power_on_land",
"origins:air_from_potions"
],
"icon": "minecraft:glow_squid_spawn_egg",
"order": 10,
"impact": 2,
"name": "Cephilid",
"description": "Hailing from a distant waterlogged world, Cephilids find it somewhat difficult to engage in Terran society."
}

View File

@ -0,0 +1,8 @@
{
"powers": [],
"icon": "minecraft:player_head",
"order": 10,
"impact": 0,
"name": "Terran",
"description": "Terrans are native to Earth, 3rd planet in the Sol system."
}

View File

@ -0,0 +1,18 @@
{
"type": "apoli:starting_equipment",
"name": "Bard Kit",
"description": "Starting equipment for members of the College of Bards.",
"stacks": [
{
"item": "minecraft:compass"
},
{
"item": "minecraft:enchanted_book",
"amount": 4
},
{
"item": "minecraft:writeable_book",
"amount": 8
}
]
}

View File

@ -0,0 +1,14 @@
{
"type": "origins_classes:modify_furnace_xp",
"name": "Chef Cooking XP",
"description": "The Chef gets extra XP when cooking with a Cooking Pot.",
"modifier": {
"name": "Chef Cooking Pot Xp Bonus",
"value": 1.2,
"operation": "multiply_base"
},
"block_condition": {
"type": "apoli:block",
"block": "farmersdelight:cooking_pot"
}
}

View File

@ -0,0 +1,6 @@
{
"type": "origins:particle",
"particle": "minecraft:mycelium",
"frequency": 4,
"hidden": true
}

View File

@ -0,0 +1,14 @@
{
"type": "apoli:starting_equipment",
"name": "Hacking Kit",
"description": "Starting equipment for members of the White Hat Guild.",
"stacks": [
{
"item": "computercraft:pocket_computer_normal"
},
{
"item": "minecraft:redstone",
"amount": 32
}
]
}

View File

@ -0,0 +1,14 @@
{
"type": "origins_classes:modify_furnace_xp",
"description": "The Chef gets extra XP when cooking with the Smoker.",
"name": "Chef Smoking XP",
"modifier": {
"name": "Chef Smoker Xp Bonus",
"value": 1.0,
"operation": "multiply_base"
},
"block_condition": {
"type": "apoli:block",
"block": "minecraft:smoker"
}
}

View File

@ -0,0 +1,18 @@
{
"type": "apoli:starting_equipment",
"name": "Soldier Kit",
"description": "Starting equipment for members of the Enforcer's Guild.",
"stacks": [
{
"item": "minecolonies:spear"
},
{
"item": "minecraft:bread",
"amount": 32
},
{
"item": "minecraft:map",
"amount": 3
}
]
}

View File

@ -0,0 +1,5 @@
{
"replace": true,
"enabled": true,
"origins": []
}

View File

@ -0,0 +1,14 @@
{
"replace": false,
"enabled": true,
"order": 6,
"origins": [
"cliffgin:nocult",
"cliffgin:lunarcult",
"cliffgin:solarcult",
"cliffgin:voidcult",
"cliffgin:faecult"
],
"default_origin": "cliffgin:nocult",
"name": "Cult Affinity"
}

View File

@ -0,0 +1,12 @@
{
"replace": false,
"enabled": true,
"origins": [
"cliffgin:citizen",
"cliffgin:bardguild",
"cliffgin:hacker",
"cliffgin:mercenaries"
],
"default_origin": "cliffgin:citizen",
"name": "Guild Membership"
}

View File

@ -0,0 +1,14 @@
{
"replace": false,
"enabled": true,
"order": 4,
"origins": [
"origins-classes:cleric",
"origins-classes:merchant",
"cliffgin:mechanic",
"origins-classes:miner",
"cliffgin:chef"
],
"name": "Job",
"allow_random": true
}

View File

@ -0,0 +1,5 @@
{
"replace": true,
"enabled": true,
"origins": []
}

View File

@ -0,0 +1,13 @@
{
"replace": false,
"enabled": true,
"order": 2,
"origins": [
"cliffgin:eldarin",
"cliffgin:squidman",
"cliffgin:terran",
"cliffgin:insectoid"
],
"name": "Species",
"allow_random": false
}

6
Clifforigins/pack.mcmeta Normal file
View File

@ -0,0 +1,6 @@
{
"pack": {
"pack_format": 10,
"description": "Cliffhouse Adventures custom sci-fantasy origins!"
}
}