mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 16:16:35 +00:00
350 lines
18 KiB
C#
350 lines
18 KiB
C#
using Milimoe.FunGame.Core.Entity;
|
|
using Milimoe.FunGame.Core.Library.Constant;
|
|
|
|
namespace Oshima.FunGame.OshimaModules.Items
|
|
{
|
|
public class 青松() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.青松;
|
|
public override string Name => nameof(青松);
|
|
public override string Description => "青松即使在风雪中也保持着生命的坚韧,象征着永不放弃的精神。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 流星石() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.流星石;
|
|
public override string Name => nameof(流星石);
|
|
public override string Description => "据说,捕捉到流星的人,能实现一个愿望。不妨许下心愿,心诚则灵。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 向日葵() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.向日葵;
|
|
public override string Name => nameof(向日葵);
|
|
public override string Description => "向日葵永远追随太阳,就像你的好运追随着你的每一步。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 金铃花() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.金铃花;
|
|
public override string Name => nameof(金铃花);
|
|
public override string Description => "金铃花象征着辉煌与幸运,提醒你要抓住每一个闪光的时刻。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 琉璃珠() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.琉璃珠;
|
|
public override string Name => nameof(琉璃珠);
|
|
public override string Description => "琉璃珠晶莹剔透,代表着纯净与希望,预示着你的好运将如彩虹般绚丽。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 鸣草() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.鸣草;
|
|
public override string Name => nameof(鸣草);
|
|
public override string Description => "向往着雷神大人的青睐,只在稻妻列岛上生长。摘下鸣草时酥酥麻麻的触感,据说和幸福的滋味很像。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 马尾() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.马尾;
|
|
public override string Name => nameof(马尾);
|
|
public override string Description => "马尾随大片荻草生长,但却更为挺拔。与傲然挺立于此世的你一定很是相配。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 鬼兜虫() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.鬼兜虫;
|
|
public override string Name => nameof(鬼兜虫);
|
|
public override string Description => "鬼兜虫是爱好和平、不愿意争斗的小生物。这份追求平和的心一定能为你带来幸福吧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 烈焰花花蕊() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.烈焰花花蕊;
|
|
public override string Name => nameof(烈焰花花蕊);
|
|
public override string Description => "烈焰花的炙热来自于火辣辣的花心。万事顺利是因为心中自有一条明路。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 堇瓜() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.堇瓜;
|
|
public override string Name => nameof(堇瓜);
|
|
public override string Description => "人们常说表里如一是美德,但堇瓜明艳的外貌下隐藏着的是谦卑而甘甜的内在。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 水晶球() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.水晶球;
|
|
public override string Name => nameof(水晶球);
|
|
public override string Description => "水晶象征着纯净与洞察力,帮助你看清未来的路。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 薰衣草() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.薰衣草;
|
|
public override string Name => nameof(薰衣草);
|
|
public override string Description => "薰衣草的香气能安抚心灵,象征着宁静与放松,提醒你要在忙碌中找到内心的平和。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 青石() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.青石;
|
|
public override string Name => nameof(青石);
|
|
public override string Description => "青石虽不起眼,却象征着坚韧与持久,寓意着你脚踏实地的每一步都会累积成未来的成功。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 莲花() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.莲花;
|
|
public override string Name => nameof(莲花);
|
|
public override string Description => "莲花在泥中绽放,象征着净化与重生,愿你心中平和坚定。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 陶罐() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.陶罐;
|
|
public override string Name => nameof(陶罐);
|
|
public override string Description => "陶罐虽不起眼,却有着悠久的历史和稳定的实用性,寓意安稳平和。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 海灵芝() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.海灵芝;
|
|
public override string Name => nameof(海灵芝);
|
|
public override string Description => "弱小的海灵芝虫经历多年的风风雨雨,才能结成海灵芝。为目标而努力前行的人们,最终也必将拥有胜利的果实。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 四叶草() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.四叶草;
|
|
public override string Name => nameof(四叶草);
|
|
public override string Description => "四叶草的每一片叶子都代表着好运、健康、爱情和财富。带上一片四叶草,收获一整天的幸运吧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 露珠() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.露珠;
|
|
public override string Name => nameof(露珠);
|
|
public override string Description => "露珠是清晨的祝福,虽然短暂,但每一滴都晶莹剔透。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 茉莉花() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.茉莉花;
|
|
public override string Name => nameof(茉莉花);
|
|
public override string Description => "茉莉花的香气淡雅而持久,给人宁静与舒适的感觉。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 绿萝() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.绿萝;
|
|
public override string Name => nameof(绿萝);
|
|
public override string Description => "绿萝坚韧耐阴,象征着生命的顽强与希望,提醒你在平静中也能找到力量。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 檀木扇() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.檀木扇;
|
|
public override string Name => nameof(檀木扇);
|
|
public override string Description => "檀木扇散发着淡雅的香气,象征着沉稳与内敛,让你在宁静中感受力量。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 鸟蛋() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.鸟蛋;
|
|
public override string Name => nameof(鸟蛋);
|
|
public override string Description => "鸟蛋孕育着无限的可能性,是未来之种。反过来,这个世界对鸟蛋中的生命而言,也充满了令其兴奋的未知事物吧。要温柔对待鸟蛋喔。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 竹笋() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.竹笋;
|
|
public override string Name => nameof(竹笋);
|
|
public override string Description => "竹笋拥有着无限的潜力,没有人知道一颗竹笋,到底能长成多高的竹子。看着竹笋,会让人不由自主期待起未来吧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 晶核() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.晶核;
|
|
public override string Name => nameof(晶核);
|
|
public override string Description => "晶蝶是凝聚天地间的元素,而长成的细小生物。而元素是这个世界许以天地当中的人们的祝福。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 手工围巾() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.手工围巾;
|
|
public override string Name => nameof(手工围巾);
|
|
public override string Description => "手工围巾的每一针每一线都饱含着爱意,提醒你要珍惜眼前的人。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 柳条篮() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.柳条篮;
|
|
public override string Name => nameof(柳条篮);
|
|
public override string Description => "柳条篮细密结实,寓意着人与人之间的深厚情感,提醒你珍惜生活中的点滴温情。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 风筝() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.风筝;
|
|
public override string Name => nameof(风筝);
|
|
public override string Description => "风筝在天空中自由翱翔,提醒你即使在平凡的日子里,也要心怀梦想,勇敢飞翔。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 羽毛() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.羽毛;
|
|
public override string Name => nameof(羽毛);
|
|
public override string Description => "羽毛虽轻,但象征着自由与轻盈,提醒你在轻松中前行。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 发光髓() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.发光髓;
|
|
public override string Name => nameof(发光髓);
|
|
public override string Description => "发光髓努力地发出微弱的光芒。虽然比不过其他光源,但看清前路也够用了。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 紫罗兰() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.紫罗兰;
|
|
public override string Name => nameof(紫罗兰);
|
|
public override string Description => "紫罗兰象征着谦逊和内在的力量,即使在逆境中也能默默绽放。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 松果() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.松果;
|
|
public override string Name => nameof(松果);
|
|
public override string Description => "并不是所有的松果都能长成高大的松树,成长需要适宜的环境,更需要一点运气。所以不用给自己过多压力,耐心等待彩虹吧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 电气水晶() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.电气水晶;
|
|
public override string Name => nameof(电气水晶);
|
|
public override string Description => "电气水晶蕴含着无限的能量。如果能够好好导引这股能量,说不定就能成就什么事业。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 薄荷() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.薄荷;
|
|
public override string Name => nameof(薄荷);
|
|
public override string Description => "只要有草木生长的空间,就一定有薄荷。这么看来,薄荷是世界上最强韧的生灵。据说连蒙德的雪山上也长着薄荷呢。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 竹节() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.竹节;
|
|
public override string Name => nameof(竹节);
|
|
public override string Description => "竹节虽然看似脆弱,但却有着极强的韧性,提醒你在困难面前要保持坚毅的心态。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 铁砧() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.铁砧;
|
|
public override string Name => nameof(铁砧);
|
|
public override string Description => "铁砧坚固无比,象征着在困境中保持坚强的信念,提醒你在风雨中不动摇。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 冰雾花() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.冰雾花;
|
|
public override string Name => nameof(冰雾花);
|
|
public override string Description => "冰雾花散发着「生人勿进」的寒气。但有时冰冷的气质,也能让人的心情与头脑冷静下来。据此采取正确的判断,明智地行动。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 海草() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.海草;
|
|
public override string Name => nameof(海草);
|
|
public override string Description => "海草是相当温柔而坚强的植物,即使在苦涩的海水中,也不愿改变自己。即使在逆境中,也不要放弃温柔的心灵。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 磐石() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.磐石;
|
|
public override string Name => nameof(磐石);
|
|
public override string Description => "磐石虽沉重,但象征着稳定与耐心,今天你需要的正是这份定力。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 砂砾() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.砂砾;
|
|
public override string Name => nameof(砂砾);
|
|
public override string Description => "砂砾虽微小,却是坚固大地的一部分,提醒你在困难中也要保持坚韧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 铁甲贝壳() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.铁甲贝壳;
|
|
public override string Name => nameof(铁甲贝壳);
|
|
public override string Description => "坚硬的外壳保护着脆弱的内心。有时适当的防护,能让你更加安全。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 蜥蜴尾巴() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.蜥蜴尾巴;
|
|
public override string Name => nameof(蜥蜴尾巴);
|
|
public override string Description => "蜥蜴遇到潜在的危险时,大多数会断尾求生。若是遇到无法整理的情绪,那么该断则断吧。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 古老钟摆() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.古老钟摆;
|
|
public override string Name => nameof(古老钟摆);
|
|
public override string Description => "尽管钟摆已停,但时间仍在前行。即使眼下步履维艰,也终会走出黑暗。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
|
|
public class 枯藤() : Item(ItemType.Collectible)
|
|
{
|
|
public override long Id => (long)CollectibleID.枯藤;
|
|
public override string Name => nameof(枯藤);
|
|
public override string Description => "枯藤虽已失去生机,但春天的复苏指日可待,提醒你在低谷中也要坚守希望。";
|
|
public override QualityType QualityType => QualityType.White;
|
|
}
|
|
}
|