%% DEFAULT ARTIFACTS LIST
%%
%% Every artifact must be given a threat rating, one of:
%%
%%   !Ex, !Hi, !Md, !Lo, or !Ne
%%
%% Extreme, High, Medium, Low, Negligible.
%% The threat rating must be included in the REQUIRES attribute and also
%% minus the exclamation point in the CONTEXT.
%%
%% ITEM_DESC: A sentance describing the artifact
%% ITEM_HISTORY: A sentance describing the history of the artifact
%% ITEM_USAGE: A sentance describing how it can be used
%%


Treasure
Fudge 20000
name <Crystal Skull>
name_I18N <水晶髑髏>
requires <ITEM PREZERO !Ne>
SDL_PORTRAIT <item_crystalskull.png>
Context <TL_Ne>
% desc <A mysterious quartz skull said to date from the stone age.>
% ITEM_DESC <It's a skull made from transparent crystal.>
% ITEM_HISTORY <Supposedly it was created in the distant past by unknown methods.>
% ITEM_USAGE <It's a priceless work of art.>
desc <石器時代のものとされる神秘的な水晶の髑髏。>
ITEM_DESC <透明な水晶で作られた髑髏%JG_DA。>
ITEM_HISTORY <おそらくは遥か昔に未知の方法で作られたもの%JG_DANE。>
ITEM_USAGE <とても芸術的な価値の高いもの%JG_DAYO。>
% V1 = Meditation recharge timer
CLUE_MEDICINE <Print 1>
CLUE_SCIENCE <Print 2>
CLUE_MYSTICISM <ifG ComTime V1 else GoNotYet V= 1 ComTime V+ 1 86400 ifUMysticism 12 else GoFail Print 5 XPV 20 AddCheerful -d3>
GoFail <Mental Print 6>
GoNotYet <Print 4>
CLUE_INSIGHT <Print 3>
% Msg1 <Though quite good, this skull is not entirely true to anatomy.>
% Msg2 <Research has suggested that this skull was made sometime following the industrial revolution.>
% Msg3 <You discover that the jaw detaches. Cool!>
% Msg4 <You have already meditated upon the skull today.>
% Msg5 <You meditate upon the skull. Your mind is filled with images of death.>
% Msg5_1 <You meditate upon the skull. All life must sometime end.>
% Msg5_2 <You meditate upon the skull. You reflect on the inevitable mortality of us all.>
% Msg5_3 <You meditate upon the skull. You feel the cold hand of death brush your spine.>
% Msg5_4 <You meditate upon the skull. You, too, will someday die.>
% Msg6 <You try to meditate upon the skull but your concentration fails.>
Msg1 <とても精巧に作られているが、解剖学的な観点ではいくらか不正確な部分もある。>
Msg2 <調査によれば、この髑髏は産業革命よりも後の時代に作られているようだ。>
Msg3 <下顎が取り外せる！ カッコイイ！>
Msg4 <今日はもう髑髏での瞑想を行った。>
Msg5 <髑髏に対して瞑想を行った。心が死のイメージで満たされた。>
Msg5_1 <髑髏に対して瞑想を行った。生者、必滅なり。>
Msg5_2 <髑髏に対して瞑想を行った。すべての者に必ず訪れる死について思いを馳せた。>
Msg5_3 <髑髏に対して瞑想を行った。凍るような死神の指先が背筋を撫でた気がした。>
Msg5_4 <髑髏に対して瞑想を行った。あなたでさえ、いつかは死ぬ。>
Msg6 <髑髏に対して瞑想を行おうとしたが、集中できなかった。>
mass 1

Treasure
name <Cube of Koeneke>
name_I18N <Koeneke のキューブ>
Fudge 15000
requires <ITEM PREZERO !Ne>
SDL_PORTRAIT <item_puzzlecube.png>
Context <TL_Ne>
% desc <A puzzle box from the previous age. Once this game was very popular, but today very few working copies remain.>
% ITEM_DESC <It was a very popular mechanical puzzle during the age of superpowers.>
% ITEM_HISTORY <Billions of these cubes must have been produced, but today only a few remain.>
% ITEM_USAGE <Well, it's a game, isn't it?>
desc <いにしえの時代に作られたパズルボックス。かつては非常に人気があったものだが、現在でも動く状態のものはごく僅かだ。>
ITEM_DESC <超大国時代に非常に人気のあった、機械式のパズル%JG_DA。>
ITEM_HISTORY <億単位のキューブが生産されたはずだ%JG_GA、現存するものはごく僅か%JG_DANE。>
ITEM_USAGE <%JR_YES、それはパズルゲーム%JG_DAYO%JV_SIL_R違う%JV_Q？>
% V1 = Number of attempts to solve; if V1<0 then cube already solved
% V2 = Target number to solve
% V3 = Failure counter
% Default skill for solving is Science
use <ifG V1 -1 else GoSolved  Mental       V= 2 25 V+ 2 -V1 V+ 1 1 ifUScience       V2 else GoLose   Goto GoWin>
CLUE_SCIENCE <Goto use>
CLUE_CODEBREAKING <ifG V1 -1 else GoSolved   Mental   V= 2 25 V+ 2 -V1 V+ 1 1 ifUCodeBreaking  V2 else GoLose   Goto GoWin>
CLUE_MYSTICISM <Print 4>
CLUE_INSIGHT <ifG V1 -1 else GoSolved   Mental   V= 2 25 V+ 2 -V1 V+ 1 1 ifUInsight V2 else GoLose   Goto GoWin>
GoSolved <Print 1>
GoLose <V+ 3 1 ifG V3 d100 else GoJustLose Print 3 V= 3 0 PCMoraleDmg 10>
GoJustLose <Print 2>
GoWin <Print 1   V= 1 -1   PCMoraleDmg -50   ifG V2 4 XPV * V2 10>
% Msg1 <You open the cube. The holographic image of a crown is projected into the air, and a victory song plays.>
% Msg2 <You attempt to open the cube, but fail.>
% Msg3 <You attempt to open the cube, but fail. This puzzle is incredibly fustrating.>
% Msg4 <You meditate upon the cube... but no, this is not a Lament Configuration.>
Msg1 <パズルを解き、キューブを開けた。王冠のホロイメージが空中に投影され、勝利を祝う歌が流れた。>
Msg2 <キューブを開けようとしたが、失敗した。>
Msg3 <キューブを開けようとしたが、失敗した。信じられないほどストレスの溜まるパズルだ。>
Msg4 <キューブに対して瞑想を行った……が、駄目だ。これは『ルマンシャンの箱』ではない。>
% ルマルシャンの箱がわかんない人はヘルレイザーでggr

PowerSource 3
name <Biskup Engine>
name_I18N <ビスクプ・エンジン>
requires <ITEM PREZERO !Ne>
Context <TL_Ne>
SDL_PORTRAIT <item_biskupengine.png>
% desc <A sphere made of hard, green stone.>
% ITEM_DESC <It's an experimental, possibly biological, power source.>
% ITEM_HISTORY <It was created in an orbital lab right before the night of fire.>
% ITEM_USAGE <It could be a source of great scientific knowledge.>
desc <緑色の堅い石で作られた球体。>
ITEM_DESC <試作型の、おそらく有機体による動力源%JG_DA。>
ITEM_HISTORY <『炎の夜』の直前の時代に、軌道上の実験施設で作られたもの%JG_DANE。>
ITEM_USAGE <これには素晴らしい科学技術が秘められている可能性がある%JG_NDA。>
SDL_PORTRAIT <item_biskupengine.png>
Mass -4
Fudge 300
Biotech
CLUE_SCIENCE <Print 1>
% Msg1 <This is a PreZero organic power source. The device it was supposed to be connected to was never finished.>
Msg1 <これは旧紀の有機的動力源だ。これを利用するはずだったデバイスが完成することはなかった。>

Gun 8
Name <Peacemaker Revolver>
Name_I18N <ピースメーカー・リボルバー>
% desc <A very old chemical pistol. This weapon is said to have been owned by a famous police officer.>
% ITEM_DESC <It's an archaic style pistol dating to before the age of superpowers.>
% ITEM_HISTORY <This pistol was owned by a succession of police officers, each of whom died in the line of duty.>
% ITEM_USAGE <Supposedly it was a very powerful weapon in its day.>
desc <とても古い火薬式のピストル。有名な保安官が持っていたと言われている。>
ITEM_DESC <超大国期よりも前の時代の、古典的様式のピストル%JG_DA。>
ITEM_HISTORY <この拳銃は保安官たちの間で受け継がれてきた%JG_GA、所有者はいずれも殉職している%JV_F_WA。>
ITEM_USAGE <その当時としてはとても強力な武器だったらしい%JV_F_WA%JV_NA%JV_SIL。>
caliber <.45 Revolver>
requires <ITEM PREZERO !Ne Weapon>
SDL_PORTRAIT <item_peacemakerrevolver.png>
Context <TL_Ne>
Mass -7
Range 3
Acc -2
Speed 1
Fudge 500
magazine 6
sub
	Ammo 8
	name <Revolver Cartridge>
	name_I18N <リボルバー・カートリッジ>
	caliber <.45 Revolver>
	SDL_PORTRAIT <item_ammo_cylinder.png>
end


Melee 16
Scale 0
name <Atomic War Club>
name_I18N <アトミック・ウォークラブ>
% desc <A big, nasty looking technological club.>
% ITEM_DESC <It's a fusion powered melee weapon of some kind.>
% ITEM_HISTORY <It went missing during its first field test and hasn't been seen since.>
% ITEM_USAGE <We could learn a lot about power generation by examining it.>
desc <巨大で恐ろしい外観をしたハイテクの棍棒。>
ITEM_DESC <核融合エネルギーを用いた、殴り合いのための武器%JG_DAYO。>
ITEM_HISTORY <最初の実地試験で行方知れずになって、そのままずっと見つからなかったもの%JG_DANE。>
ITEM_USAGE <これを調べれば、エネルギー生成について多くのことが学べると思う%JV_F_WA。>
type <Blast 7 Brutal ArmorPiercing Burn Mystery>
requires <ITEM PREZERO !Lo Weapon>
Context <TL_Lo>
SDL_PORTRAIT <item_mace.png>
Acc -1
mass -7

Melee 10
Scale 0
name <Szczerbiec Sword>
name_I18N <シュチェルビェツ>
% desc <An ancient, finely crafted sword of European design.>
desc <とても古い、西洋スタイルで精緻に作られた剣。>
requires <ITEM PREZERO !Lo Weapon>
context <TL_Lo>
Fudge 10000
% ITEM_DESC <Szczerbiec is an ancient sword associated with Pax Europa.>
% ITEM_HISTORY <Originally created over a thousand years ago, Szczerbiec was rebuilt and enhanced by Pax Europa.>
% ITEM_USAGE <According to legend, the bearer of this weapon is rightful heir to Pax Europa.>
ITEM_DESC <シュチェルビェツは Pax Europa と関わりのある古代の剣%JG_DA。>
ITEM_HISTORY <オリジナルが作られたのは千年以上前%JG_DANE。今のシュチェルビェツは Pax Europa によってより強靭に作り直されたもの%JG_DAYO。>
ITEM_USAGE <伝説によれば、この剣を持つ者こそが Pax Europa の正当なる後継者であるらしい%JV_F_WA。>
category <WEAPON MELEE>
SDL_PORTRAIT <item_longsword.png>
Acc 1
Speed 5
Mass -7

HeadArmor 5
name <Chitin Helm>
name_I18N <甲殻の兜>
requires <ITEM PREZERO !Lo Armor>
context <TL_Lo>
% desc <An ornate helmet, apparently made of bone. It feels warm to the touch.>
% ITEM_DESC <It's an organic helmet made of a bonelike material.>
% ITEM_HISTORY <These helmets were produced in great numbers for Pax Europa commanders.>
% ITEM_USAGE <One could learn a lot about biotechnology from examining this helmet.>
desc <骨で作られているらしき美麗な兜。触れると温かみを感じる。>
ITEM_DESC <この有機物の兜は骨のような素材で作られている%JG_NDA。>
ITEM_HISTORY <こういう兜は Pax Europa で指揮官用に大量生産されたらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <この兜を調べれば、生物工学について多くのことが学べるかもしれない%JV_F_WA。>
Biotech
Hardened
mass -9

BodyArmor 5
name <Chitin Breastplate>
name_I18N <甲殻の胸当て>
requires <ITEM PREZERO !Lo Armor>
context <TL_Lo>
% desc <An ornate breastplate, apparently made of bone. It feels warm to the touch.>
% ITEM_DESC <It's armor made from a bonelike, organic material.>
% ITEM_HISTORY <These breastplates were originally constructed for Pax Europa military commanders.>
% ITEM_USAGE <It would be possible to learn a lot about PreZero science from this armor.>
desc <骨で作られているらしき美麗な胸当て。触れると温かみを感じる。>
ITEM_DESC <この鎧は骨のような有機的な素材で作られている%JG_NDA。>
ITEM_HISTORY <こういう鎧はもともと Pax Europa 軍の指揮官のために作られたらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <この鎧から、旧紀の科学について多くのことが学べるかもしれない%JV_F_WA。>
Biotech
Hardened
mass -7

Treasure
name <MAGNUS Emerald>
name_I18N <MAGNUS エメラルド>
Fudge 1000000
SDL_PORTRAIT <item_biskupengine.png>
% desc <This is a rectangular prism of dark green crystal.>
% ITEM_DESC <Although it resembles a gem, it is actually an ancient computer.>
% ITEM_HISTORY <It was the control center of an Imperator Zeta weapons factory.>
% ITEM_USAGE <There are many secrets that could be extracted from the Emerald.>
desc <四角柱状の暗緑色の結晶。>
ITEM_DESC <一見すると宝石のように見えるけど、これは実際には古代のコンピュータ%JG_DANE。>
ITEM_HISTORY <これは Zeta 帝の兵器工場の制御中枢だったものらしい%JV_F_NO。>
ITEM_USAGE <このエメラルドからは多くの秘密を引き出すことができるはず%JG_DA。>
requires <ITEM PREZERO !Md>
Context <TL_Md>

Melee 20
Scale 0
name <Bonesword>
name_I18N <ボーンソード>
% desc <A sword made of an organic, bonelike material.>
% ITEM_DESC <It's a sword made of bone.>
% ITEM_HISTORY <These swords were created for the military brass of Pax Europa.>
% ITEM_USAGE <It must be an incredible weapon, even by today's standards.>
desc <骨に似た素材で作られた剣。>
ITEM_DESC <これは骨で作られた剣%JG_DA。>
ITEM_HISTORY <こういう剣は Pax Europa の高級将校のために作られたらしい%JV_F_WA。>
ITEM_USAGE <これは現代の基準でも驚異的な武器であるはず%JG_DAYO。>
type <ArmorPiercing Mystery>
requires <ITEM PREZERO !Md Weapon>
Context <TL_Md>
SDL_PORTRAIT <item_bonesword.png>
mass -12
Biotech
UsesReflexes
Acc 2
Speed 5

Grenade 25
name <Fire of Heaven>
name_I18N <ファイア・オブ・ヘブン>
mass 8
Fudge 250000
requires <ITEM PREZERO !Md>
Context <TL_Md>
type <Blast 7 Mystery Hyper Armorpiercing Brutal Burn Haywire>
% desc <An intricately detailed glowing orb.>
% ITEM_DESC <It's a microfusion generator, one of the earliest examples known.>
% ITEM_HISTORY <It was created to power a new weapon system, but as far as we know that weapon was never completed.>
% ITEM_USAGE <It's an important scientific artifact.>
desc <精緻に作られた輝く珠。>
ITEM_DESC <知られている中では最初期の型の、小型核融合炉%JG_DAYO。>
ITEM_HISTORY <これは新型の兵器を稼動させるために作られたらしい%JG_GA、知られている限りではその武器は完成しなかった%JV_F_WA。>
ITEM_USAGE <これは貴重な科学遺産%JG_DANE。>
CLUE_SCIENCE <Print 1>
% Msg1 <This appears to be a primitive but extremely powerful microfusion reactor. You better handle it carefully or it could explode.>
Msg1 <原始的だが、極めて強力な小型核融合炉だ。慎重に扱わないと爆発するかもしれない。>

HeadArmor 7
name <Zeron Helmet>
name_I18N <ゼロンの兜>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
Biotech
mass -12
scale 0
% desc <A strangely biological helmet>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不可思議な有機体の兜。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A helmet crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られた兜。着用者の血液がエネルギー源であるようだ。>
Sealed
Memo
Hardened
Perception 10

BodyArmor 8
scale 0
mass -4
name <Zeron Armor>
name_I18N <ゼロンの鎧>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
Biotech
% desc <A suit of strangely biological armor.>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不可思議な有機体の胴鎧。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A bodysuit crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られたボディスーツ。着用者の血液がエネルギー源であるようだ。>
sealed
hardened
sub
	gear 4 3 20
	name <Mega Smasher>
	name_I18N <メガ・スマッシャー>
	type <LINE BURN STRAIN MYSTERY>
	UsesEgo
	scale 0
	mass 2
	Range 6
	Acc -2
	Recharge 1
end

ArmArmor 7
name <Zeron Sleeve>
name_I18N <ゼロンの籠手>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
scale 0
mass -2
Biotech
% desc <A strangely organic gauntlet.>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不可思議な有機体の籠手。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A gauntlet crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られた籠手。着用者の血液がエネルギー源であるようだ。>
sealed
hardened
sub
	Melee 12
	name <High Frequency Blade>
	name_I18N <高周波ブレード>
	type <BRUTAL ARMORPIERCING>
	recharge 1
	mass -4
end

LegArmor 7
name <Zeron Legging>
name_I18N <ゼロンの具足>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
mass -2
scale 0
Biotech
% desc <A strangely organic legging.>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不思議にも生きているすね当て。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A legging crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られた具足。着用者の血液がエネルギー源であるようだ。>
sealed
hardened
sub
	Flight 7
	name_I18N <C7飛行ジェット>
end

ArmArmor 7
name <Zeron Sleeve>
name_I18N <ゼロンの籠手>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
scale 0
mass -2
Biotech
% desc <A strangely organic gauntlet.>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不可思議な有機体の籠手。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A gauntlet crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られた籠手。着用者の血液がエネルギー源であるようだ。>
sealed
hardened
sub
	Melee 12
	name <High Frequency Blade>
	name_I18N <高周波ブレード>
	type <BRUTAL ARMORPIERCING>
	recharge 1
	mass -4
end

LegArmor 7
name <Zeron Legging>
name_I18N <ゼロンの具足>
requires <ITEM PREZERO !Hi Armor>
Context <TL_Hi>
mass -2
scale 0
Biotech
% desc <A strangely organic legging.>
% ITEM_DESC <It's a prototype symbiotic armor created during the age of superpowers.>
% ITEM_HISTORY <According to legend, only one suit of Zeron Armor was ever produced.>
% ITEM_USAGE <The armor is supposed to be very powerful, though its exact characteristics aren't known.>
desc <不思議にも生きているすね当て。>
ITEM_DESC <超大国期に作られた、プロトタイプの共生型防具%JG_DA。>
ITEM_HISTORY <伝説によれば、ゼロンの鎧は一式しか作られなかったらしい%JV_F_WA%JV_NA%JV_SIL。>
ITEM_USAGE <正確な特性は不明だ%JG_GA、とても強力なもののはず%JG_DAYO。>
CLUE_SCIENCE <Print 1>
% Msg1 <A legging crafted of living tissue. It appears to be powered by feeding off its wearer's blood.>
Msg1 <生体組織で形作られた具足。着用者の血液がエネルギー源であるようだ。>
sealed
hardened
sub
	Flight 7
	name_I18N <C7飛行ジェット>
end

Treasure
name <IRIA Ruby>
name_I18N <IRIA ルビー>
Fudge 25000000
% desc <This is a hexagonal prism of blood red crystal.>
% ITEM_DESC <It's a PreZero computer core.>
% ITEM_HISTORY <It was one of the most important computers in Imperator Zeta.>
% ITEM_USAGE <The Ruby contains invaluable lost knowledge... much of which would be dangerous in the wrong hands.>
desc <六角柱状の鮮血色の結晶。>
ITEM_DESC <旧紀のコンピュータ・コア%JG_DAYO。>
ITEM_HISTORY <これは Zeta 帝国でも最も重要なコンピュータの１つ%JG_DANE。>
ITEM_USAGE <このルビーには失われた貴重な知識が詰まっている%JV_F_WA……悪用されると危険なものばかりが%JV_NA。>
requires <ITEM PREZERO !Ex>
Context <TL_Ex>

