📘 La recette doit être apprise via un magazine |
| Nom affiché | Fabriquer une radio amateur de fortune |
|---|---|
| Nom variable | Craft Makeshift HAM Radio |
| Mod | Vanilla — Vanilla |
| Catégorie | Electrical |
| Temps | 100 |
| OnCreate | |
| OnTest | |
| Sound | |
| Anim |
| Module | Base |
|---|---|
| Source | scripts\recipes_radio.txtlignes: 90 → 110 |
| Recipe PK | 4376 |
| Recipe Sig | 1cafcc6310ec0a13d70afbaf8256e9787937c08c |
| Electricity | 1 |
|---|
| NoBrokenItems | 1 |
|---|---|
| OnCreate | Recipe.OnCreate.RadioCraft |
| OnGiveXP | Recipe.OnGiveXP.RadioCraft |
recipe Craft Makeshift HAM Radio
{
ElectronicsScrap=4,
Amplifier,
LightBulb,
LightBulbGreen,
Radio.RadioReceiver,
Radio.RadioTransmitter,
Radio.ElectricWire=3,
Aluminum=4,
keep [Recipe.GetItemTypes.Screwdriver],
NoBrokenItems:true,
Result:Radio.HamRadioMakeShift,
SkillRequired:Electricity=1,
NeedToBeLearn:true,
Time:100.0,
OnCreate:Recipe.OnCreate.RadioCraft,
OnGiveXP:Recipe.OnGiveXP.RadioCraft,
Category:Electrical,
}