STV_CraftSystem
v1.4.1
This plugin adds a simple Craft System to your Game.
You can learn Recipes with script commands and set up
the needed ingredients and crafting speed for each item.
Also includes own leveling System!
Changelog:
v1.4.1 - Bug Fixes
v1.4 - Added possibility for Rolling Crafted Items.
v1.3.1 - Bug Fixes
v1.3 - Added Level System and new Script functions
v1.2 - Bug Fixes and Gold Cost possibility
v1.1 - Slightly improved Visuals
v1.0 - Basic Functionality
Terms of Usage:
Credit -> SkottyTV
Non-Commercial Games -> Free To Use
Commercial Games -> Contact me via mail
eMail:
info@skotty-tv.de
Spoiler: Screenshots
Script Commands:
$gameSystem.learnToCraft("item",9);----------------# Learn to Craft Item with ID 9.
$gameSystem.learnToCraft("weapon",14);-------# Learn to Craft Weapon with ID 14.
$gameSystem.learnToCraft("armor",3,20);---- # Learn to Craft Armor with ID 3 to 20.
$gameSystem.learnToCraftTyp("item");---------------------# Learn to Craft all items.
$gameSystem.learnToCraftTyp("weapon");--------------# Learn to Craft all weapons.
$gameSystem.learnToCraftTyp("armor");------------------# Learn to Craft all armors.
$gameSystem.forgetToCraftTyp("item");-------------------# Forget to Craft all items.
$gameSystem.forgetToCraftTyp("weapon");------------# Forget to Craft all weapons.
$gameSystem.forgetToCraftTyp("armor");----------------# Forget to Craft all armors.
$gameSystem.learnToCraftAll();----------------------------------- # Learn to Craft all
$gameSystem.forgetToCraftAll();---------------------------------# Forget to Craft all
$gameSystem.getCraftLevel();----------------- # Gives out the actual Crafting Level.
Item Note Tags:
<craft:3*7*i>----------------------------# To Craft you need 3 times Item ID 7.
<craft:3*7*i,2*14*w>---------------------# To Craft you need 3 times Item ID 7
----------------------------------# and 2 times Weapon ID 14.
<craft:3*7*i,2*14*w,1*2*a>-------------- # To Craft you need 3 times Item ID 7,
--------------------------------# 2 times Weapon ID 14 and 1 times Armor ID 2
<craftspeed:20>------ # Override the default Craftspeed. This is 20% (slower).
<craftspeed:150>-----# Override the default Craftspeed. This is 150% (faster).
<craftcost:287>--# Override the default Craftcost. This item will cost 287 Gold.
<craftxp:57> ---------- # Override the default Craftxp. This item will give 57xp.
<craftlevel:15>----# Override the default Craftlevel. This item will need Level 15.
<craftrolls:20,21,22>---# Crafting this Item can get you item with id 20, 21 or 22.
Open Scene Code:
SceneManager.push(Scene_CraftSystem);
Tutorial for Visustella Menu Core:
Spoiler: Tutorial
Download:
本贴来自国际rpgmaker官方论坛作者:SkottyTV处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: