Skip to content

Commit

Permalink
add villagerconfig, astronomy levels
Browse files Browse the repository at this point in the history
  • Loading branch information
hanleybrand committed Mar 13, 2019
1 parent fea7c21 commit e064fc1
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 25 deletions.
21 changes: 16 additions & 5 deletions mods/wizards/blocklist.txt
Expand Up @@ -9,9 +9,9 @@
//then the quantity

//do pumpkins need to be placed 2nd?
pumpkinwest;minecraft:pumpkin;1;true;255/128/1;minecraft:pumpkin;;1
pumpkinnorth;minecraft:pumpkin;2;true;255/128/2;minecraft:pumpkin;;1
pumpkineast;minecraft:pumpkin;3;true;255/128/3;minecraft:pumpkin;;1
pumpkinwest;minecraft:pumpkin;1;true;255/128/1;minecraft:pumpkin;0;1
pumpkinnorth;minecraft:pumpkin;2;true;255/128/2;minecraft:pumpkin;0;1
pumpkineast;minecraft:pumpkin;3;true;255/128/3;minecraft:pumpkin;0;1

//double_stone_slab;minecraft:double_stone_slab;5;false;151/151/151;minecraft:stone;;1
//double_oak_slab:minecraft:double_wooden_slab;0;false;120/80/41;minecraft:planks;variant=oak;1
Expand All @@ -21,9 +21,20 @@ double_stone_slab;minecraft:double_stone_slab;5;false;151/151/151
double_oak_slab:minecraft:double_wooden_slab;0;false;120/80/41
double_dark_oak_slab:minecraft:double_wooden_slab;5;false;120/80/42

/// the color range 235/235/* seems untaken, so I'll just use that for any additional blocks
/// the color range 235/235/* seems untaken, so use that for any additional blocks

// farmland;minecraft:farmland;7;false;235/235/1;minecraft:dirt;1
// jukebox;minecraft:jukebox;0;false;235/235/32;minecraft:planks;variant=oak;10
farmland;minecraft:farmland;7;false;235/235/1
jukebox;minecraft:jukebox;0;false;235/235/32


jukebox;minecraft:jukebox;0;false;235/235/32


arcane_workbench;ebwizardry:arcane_workbench;0;false;235/235/64
crystal_block;ebwizardry:crystal_block;0;false;235/235/65
crystal_ore;ebwizardry:crystal_ore;0;false;235/235/66
crystal_flower;ebwizardry:crystal_flower;0;false;235/235/67

waystone;waystones:waystone;facing=north,base=true;true;235/235/96
waystone;waystones:waystone;facing=south,base=false;true;235/235/97
5 changes: 5 additions & 0 deletions mods/wizards/cultures/wizards/buildings/core/astronomy_A.txt
@@ -0,0 +1,5 @@
building.length=14
building.width=22

initial.startlevel=-1
initial.nativename=astronomy
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions mods/wizards/cultures/wizards/traded_goods.txt
Expand Up @@ -10,6 +10,7 @@ wizard_robe,800,400,0,0,,false,,1024,crafting
wizard_boots,400,200,0,0,,false,,1024,crafting
wizard_leggings,500,250,0,0,,false,,1024,crafting
scroll_126,100,70,8,4,80,false,,1024,weapons
arcane_workbench,50,25,16,8,30,true,1024,crafting
// --- //
dirtwall,1,0,0,0,0,false,,0,construction
pathdirt,1,0,0,0,0,false,,0,construction
Expand Down
4 changes: 3 additions & 1 deletion mods/wizards/cultures/wizards/villagers/auror.txt
Expand Up @@ -8,6 +8,9 @@ baseheight=1
health=40
icon=blazerod

travelbook_display=true
villagerconfig=wizardsequipment

texture=textures/entity/wizards/male/brian.png
texture=textures/entity/wizards/male/losthero.png
texture=textures/entity/wizards/male/stephen.png
Expand All @@ -23,7 +26,6 @@ goal=huntmonster
toolneededclass=armour
toolneededclass=toolssword


baseAttackStrength=4
tag=helpInAttacks
defaultweapon=scroll_126
Expand Down
3 changes: 3 additions & 0 deletions mods/wizards/cultures/wizards/villagers/guard.txt
Expand Up @@ -7,6 +7,9 @@ baseheight=1
health=40
icon=blazerod

travelbook_display=true
villagerconfig=wizardsequipment

texture=textures/entity/wizards/male/brian.png
texture=textures/entity/wizards/male/losthero.png
texture=textures/entity/wizards/male/stephen.png
Expand Down
3 changes: 3 additions & 0 deletions mods/wizards/cultures/wizards/villagers/head_auror.txt
Expand Up @@ -8,6 +8,9 @@ baseheight=1
health=60
icon=blazerod

travelbook_display=true
villagerconfig=wizardsequipment

texture=textures/entity/wizards/male/brian.png
texture=textures/entity/wizards/male/losthero.png
texture=textures/entity/wizards/male/stephen.png
Expand Down
3 changes: 3 additions & 0 deletions mods/wizards/cultures/wizards/villagers/merchant.txt
Expand Up @@ -6,6 +6,9 @@ tag=visitor
tag=localmerchant
icon=purse

travelbook_display=true
villagerconfig=wizardsequipment

texture=textures/entity/wizards/male/male_euro1.png
texture=textures/entity/wizards/male/male_euro1.png

Expand Down
3 changes: 3 additions & 0 deletions mods/wizards/cultures/wizards/villagers/shopwitch.txt
Expand Up @@ -7,6 +7,9 @@ model=femaleasymmetrical
tag=seller
icon=cauldron

travelbook_display=true
villagerconfig=wizardsequipment

texture=textures/entity/wizards/female/lee_asym.png

goal=gorest
Expand Down
36 changes: 31 additions & 5 deletions mods/wizards/cultures/wizards/villagers/wizard.txt
@@ -1,20 +1,46 @@
native_name=Wizard
alt_native_name=Apprentice Wizard
gender=male
familyNameList=wizard_family_names
firstNameList=male_names
tag=helpInAttacks
icon=magic_crystal

texture=textures/entity/wizards/male/brian.png
texture=textures/entity/wizards/male/losthero.png
texture=textures/entity/wizards/male/stephen.png
texture=textures/entity/wizards/male/pigman.png
travelbook_display=true
villagerconfig=wizardsequipment


texture=textures/entity/wizards/male/male_almond_1.png
texture=textures/entity/wizards/male/male_beige_1_5.png
texture=textures/entity/wizards/male/male_beige_1.png
texture=textures/entity/wizards/male/male_beige_2_5.png
texture=textures/entity/wizards/male/male_beige_2.png
texture=textures/entity/wizards/male/male_beige_3.png
texture=textures/entity/wizards/male/male_beige_4.png
texture=textures/entity/wizards/male/male_euro1.png
texture=textures/entity/wizards/male/male_euro2.png
texture=textures/entity/wizards/male/male_euro3.png
texture=textures/entity/wizards/male/male_euro5.png
texture=textures/entity/wizards/male/male_euro6.png
texture=textures/entity/wizards/male/male_euro7.png
texture=textures/entity/wizards/male/male_euro8.png
texture=textures/entity/wizards/male/male_euro9.png
texture=textures/entity/wizards/male/male_pale_ivory_1.png
texture=textures/entity/wizards/male/male_pale_ivory_2.png
texture=textures/entity/wizards/male/male_pale_ivory_3.png
texture=textures/entity/wizards/male/male_pale_ivory_4.png
texture=textures/entity/wizards/male/male_pale_ivory_5.png


clothes=free,textures/entity/wizards/male/clothes/green_shirt.png
clothes=free,1,textures/entity/wizards/male/clothes/green_shirt_hood.png

startingInv=wizard_robe,1

goal=gorest
goal=gosocialise
goal=chat
goal=patrol
goal=huntmonster
goal=chat

experiencegiven=10
18 changes: 4 additions & 14 deletions mods/wizards/cultures/wizards/villages/homestead.txt
@@ -1,6 +1,6 @@
name=Homestead
icon=cauldron
weight=10
weight=50
carriesraid=true

//Vanilla biomes
Expand Down Expand Up @@ -35,17 +35,7 @@ start=guardhouse
start=cottage1
start=cottage2
start=well
start=well
//start=well


//Selling prices=
sellingPrice=pumpkin,7

start=manor
start=ministryhq
start=astronomy

//Buying prices=
buyingPrice=cobblestone,2
buyingPrice=stone,4
buyingPrice=glass,4
buyingPrice=bread,5
buyingPrice=pumpkin,5
6 changes: 6 additions & 0 deletions mods/wizards/villagerconfig/wizardsequipment.txt
@@ -0,0 +1,6 @@
// try to import wizards equipment from mod ebwizardry

armourHelmetPriority=wizard_robe,120
armourChestplatePriority=wizard_robe,120
armourLeggingsPriority=wizard_leggings,120
armourBootsPriority=wizard_boots,120

0 comments on commit e064fc1

Please sign in to comment.