Initial commit
This commit is contained in:
46
data/malloc/loot_tables/functions/grist_coin.json
Normal file
46
data/malloc/loot_tables/functions/grist_coin.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_nugget",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{malloc: {coinValue:1}}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": "Grist"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
{
|
||||
"text": "Common"
|
||||
},
|
||||
{
|
||||
"text": "A familiar currency"
|
||||
},
|
||||
{
|
||||
"text": "Ancient Lore",
|
||||
"color": "dark_purple"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{CustomModelData:93197}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
84
data/malloc/loot_tables/items/dagger.json
Normal file
84
data/malloc/loot_tables/items/dagger.json
Normal file
@ -0,0 +1,84 @@
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:wooden_sword",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"name": {
|
||||
"text": "Dagger",
|
||||
"color": "green"
|
||||
}
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"lore": [
|
||||
{
|
||||
"text": "Uncommon",
|
||||
"color": "green"
|
||||
},
|
||||
{
|
||||
"text": "A bloody relic",
|
||||
"color": "gray"
|
||||
},
|
||||
{
|
||||
"text": "Season 3",
|
||||
"color": "dark_purple"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{RepairCost:99,CustomModelData:92197}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_attributes",
|
||||
"modifiers": [
|
||||
{
|
||||
"attribute": "minecraft:generic.movement_speed",
|
||||
"name": "",
|
||||
"amount": 0.9,
|
||||
"operation": "multiply_base",
|
||||
"slot": "mainhand"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.follow_range",
|
||||
"name": "",
|
||||
"amount": 4,
|
||||
"operation": "multiply_base",
|
||||
"slot": "mainhand"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.max_health",
|
||||
"name": "",
|
||||
"amount": 4,
|
||||
"operation": "addition",
|
||||
"slot": "mainhand"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.attack_damage",
|
||||
"name": "",
|
||||
"amount": 3,
|
||||
"operation": "addition",
|
||||
"slot": "mainhand"
|
||||
},
|
||||
{
|
||||
"attribute": "minecraft:generic.knockback_resistance",
|
||||
"name": "",
|
||||
"amount": 0.8,
|
||||
"operation": "multiply_base",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
46
data/malloc/loot_tables/items/grist_coin.json
Normal file
46
data/malloc/loot_tables/items/grist_coin.json
Normal file
@ -0,0 +1,46 @@
|
||||
{
|
||||
"type": "minecraft:empty",
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"bonus_rolls": 0,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:iron_nugget",
|
||||
"functions": [
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{malloc: {coinValue:1}}"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_name",
|
||||
"entity": "this",
|
||||
"name": "Grist"
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_lore",
|
||||
"entity": "this",
|
||||
"lore": [
|
||||
{
|
||||
"text": "Common"
|
||||
},
|
||||
{
|
||||
"text": "A familiar currency"
|
||||
},
|
||||
{
|
||||
"text": "Ancient Lore",
|
||||
"color": "dark_purple"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"function": "minecraft:set_nbt",
|
||||
"tag": "{CustomModelData:93197}"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user